misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
This commit is contained in:
@@ -31,7 +31,8 @@ in buildPythonPackage rec {
|
||||
})
|
||||
];
|
||||
|
||||
buildInputs = [ python pkgconfig cairo xlibsWrapper ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ python cairo xlibsWrapper ];
|
||||
|
||||
configurePhase = ''
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user