mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 18:24:53 +00:00
p7zip: 17.04 -> 17.05
* Moved back to p7zip-project release now it's being updated * prePatch was not being used due to no patches being present * Split outputs
This commit is contained in:
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
|
||||
rm 7z 7z.so
|
||||
ln -s ${p7zip}/bin/7z 7z
|
||||
ln -s ${p7zip}/lib/p7zip/7z.so 7z.so
|
||||
ln -s ${lib.getLib p7zip}/lib/p7zip/7z.so 7z.so
|
||||
|
||||
popd
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user