pythonPackages.license-expression: make patchShebangs more specific

This commit is contained in:
Yorick 2019-09-23 13:50:31 +02:00 committed by GitHub
parent c6e002c0fc
commit b640dbd008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ buildPythonPackage rec {
rev = "v${version}";
sha256 = "0q8sha38w7ajg7ar0rmbqrwv0n58l8yzyl96cqwcbvp578fn3ir0";
};
postPatch = "patchShebangs .";
postPatch = "patchShebangs ./configure";
propagatedBuildInputs = [ boolean-py ];