Updating openssh, fixing libedit for openssh to link well with it, and... here we
finally have sftp with some kind of 'readline'! svn path=/nixpkgs/trunk/; revision=21246
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, ncurses }:
|
||||
{ stdenv, fetchurl, ncurses}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libedit-20090923-3.0";
|
||||
@@ -8,6 +8,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "02j66qbd1c9wfghpjb8dzshkcj4i0n9xanxy81552j3is9ilxjka";
|
||||
};
|
||||
|
||||
postInstall = ''
|
||||
sed -i s/-lcurses/-lncurses/g $out/lib/pkgconfig/libedit.pc
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ ncurses ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user