misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -15,7 +15,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [ ./META.patch ];
|
||||
|
||||
buildInputs = [ ocaml automake gnum4 autoconf unzip pkgconfig
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ ocaml automake gnum4 autoconf unzip
|
||||
findlib freetype lablgtk cairo gdk_pixbuf gtk2 pango ];
|
||||
|
||||
createFindlibDestdir = true;
|
||||
|
||||
Reference in New Issue
Block a user