pythonPackages.license-expression: make patchShebangs more specific
This commit is contained in:
parent
c6e002c0fc
commit
b640dbd008
|
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0q8sha38w7ajg7ar0rmbqrwv0n58l8yzyl96cqwcbvp578fn3ir0";
|
sha256 = "0q8sha38w7ajg7ar0rmbqrwv0n58l8yzyl96cqwcbvp578fn3ir0";
|
||||||
};
|
};
|
||||||
postPatch = "patchShebangs .";
|
postPatch = "patchShebangs ./configure";
|
||||||
|
|
||||||
propagatedBuildInputs = [ boolean-py ];
|
propagatedBuildInputs = [ boolean-py ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue