mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
pythonPackages.license-expression: fix build
This commit is contained in:
parent
3a9cb10b2b
commit
c6e002c0fc
|
@ -12,6 +12,7 @@ buildPythonPackage rec {
|
|||
rev = "v${version}";
|
||||
sha256 = "0q8sha38w7ajg7ar0rmbqrwv0n58l8yzyl96cqwcbvp578fn3ir0";
|
||||
};
|
||||
postPatch = "patchShebangs .";
|
||||
|
||||
propagatedBuildInputs = [ boolean-py ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue