mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #69211 from yorickvP/patch-3
pythonPackages.license-expression: fix build
This commit is contained in:
commit
f5cb9bd303
@ -12,6 +12,7 @@ buildPythonPackage rec {
|
||||
rev = "v${version}";
|
||||
sha256 = "0q8sha38w7ajg7ar0rmbqrwv0n58l8yzyl96cqwcbvp578fn3ir0";
|
||||
};
|
||||
postPatch = "patchShebangs ./configure";
|
||||
|
||||
propagatedBuildInputs = [ boolean-py ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user