13 stdenv.mkDerivation (finalAttrs: {
17 src = fetchFromGitHub {
18 owner = "artyom-poptsov";
20 rev = "v${finalAttrs.version}";
21 hash = "sha256-P29U88QrCjoyl/wdTPZbiMoykd/v6ul6CW/IJn9UAyw=";
26 url = "https://github.com/artyom-poptsov/guile-ssh/pull/31/commits/38636c978f257d5228cd065837becabf5da16854.patch";
27 hash = "sha256-J+TDgdjihKoEjhbeH+BzqrHhjpVlGdscRj3L/GAFgKg=";
45 propagatedBuildInputs = [
49 enableParallelBuilding = true;
51 # FAIL: server-client.scm
52 doCheck = !stdenv.isDarwin;
55 mv $out/bin/*.scm $out/share/guile-ssh
60 description = "Bindings to Libssh for GNU Guile";
61 homepage = "https://github.com/artyom-poptsov/guile-ssh";
62 license = licenses.gpl3Plus;
63 maintainers = with maintainers; [ ethancedwards8 foo-dogsquared ];
64 platforms = guile.meta.platforms;