Skip to content

Commit

Permalink
pythonPackages.license-expression: make patchShebangs more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickvP committed Sep 23, 2019
1 parent c6e002c commit b640dbd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ buildPythonPackage rec {
rev = "v${version}";
sha256 = "0q8sha38w7ajg7ar0rmbqrwv0n58l8yzyl96cqwcbvp578fn3ir0";
};
postPatch = "patchShebangs .";
postPatch = "patchShebangs ./configure";

propagatedBuildInputs = [ boolean-py ];

Expand Down

0 comments on commit b640dbd

Please sign in to comment.