misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -21,7 +21,8 @@ stdenv.mkDerivation rec {
|
||||
cp src/.libs/libfish.so $out/lib/irssi/modules
|
||||
'';
|
||||
|
||||
buildInputs = [ gmp automake autoconf libtool openssl glib pkgconfig ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ gmp automake autoconf libtool openssl glib ];
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/falsovsky/FiSH-irssi;
|
||||
|
||||
@@ -14,7 +14,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
preConfigure = "sh ./bootstrap";
|
||||
|
||||
buildInputs = [ libotr automake autoconf libtool glib pkgconfig irssi ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libotr automake autoconf libtool glib irssi ];
|
||||
|
||||
NIX_CFLAGS_COMPILE="-I ${irssi}/include/irssi -I ${irssi}/include/irssi/src/core -I ${irssi}/include/irssi/src/";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user