misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
|
||||
cd unix
|
||||
'';
|
||||
|
||||
buildInputs = [ gtk2 ncurses pkgconfig autoconf automake perl halibut libtool ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ gtk2 ncurses autoconf automake perl halibut libtool ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A Free Telnet/SSH Client";
|
||||
|
||||
Reference in New Issue
Block a user