misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "evtest-1.33";
|
||||
|
||||
buildInputs = [ autoreconfHook pkgconfig libxml2 ];
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
buildInputs = [ libxml2 ];
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://anongit.freedesktop.org/evtest";
|
||||
|
||||
Reference in New Issue
Block a user