misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "14ggmh91vv69fp2qpz0nxp0hprlw2wsijss2k2485hb0ci4cabvh";
|
||||
};
|
||||
|
||||
buildInputs = [ fuse pkgconfig attr uthash ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ fuse attr uthash ];
|
||||
|
||||
patches = [
|
||||
./fix-format-security-error.patch
|
||||
|
||||
Reference in New Issue
Block a user