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
2 changed files with 0 additions and 12 deletions
|
@ -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 { };
|
||||
|
||||
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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue