pythonPackages.license-expression: fix build

This commit is contained in:
Yorick 2019-09-21 15:10:41 +02:00 committed by GitHub
parent 3a9cb10b2b
commit c6e002c0fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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