misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -26,7 +26,8 @@ stdenv.mkDerivation rec {
|
||||
})
|
||||
];
|
||||
|
||||
buildInputs = [ pkgconfig dbus libcap ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ dbus libcap ];
|
||||
|
||||
meta = {
|
||||
homepage = http://0pointer.de/blog/projects/rtkit;
|
||||
|
||||
Reference in New Issue
Block a user