libssh2_1_10: remove temp attr
it was added in https://github.com/NixOS/nixpkgs/commit/28b6a910
This commit is contained in:
parent
4d5ac2f674
commit
155e68e86e
@ -1,10 +0,0 @@
|
|||||||
{ libssh2, fetchurl }:
|
|
||||||
|
|
||||||
libssh2.overrideAttrs (attrs: rec {
|
|
||||||
version = "1.10.0";
|
|
||||||
src = fetchurl {
|
|
||||||
url = with attrs; "${meta.homepage}/download/${pname}-${version}.tar.gz";
|
|
||||||
sha256 = "sha256-LWTpDz3tOUuR06LndMogOkF59prr7gMAPlpvpiHkHVE=";
|
|
||||||
};
|
|
||||||
patches = [];
|
|
||||||
})
|
|
@ -19134,8 +19134,6 @@ with pkgs;
|
|||||||
libssh = callPackage ../development/libraries/libssh { };
|
libssh = callPackage ../development/libraries/libssh { };
|
||||||
|
|
||||||
libssh2 = callPackage ../development/libraries/libssh2 { };
|
libssh2 = callPackage ../development/libraries/libssh2 { };
|
||||||
#FIXME: temporary attribute
|
|
||||||
libssh2_1_10 = callPackage ../development/libraries/libssh2/1_10.nix { };
|
|
||||||
|
|
||||||
libstartup_notification = callPackage ../development/libraries/startup-notification { };
|
libstartup_notification = callPackage ../development/libraries/startup-notification { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user