p7zip: migrate to by-name (#460404)

This commit is contained in:
Nikolay Korotkiy
2025-11-11 18:31:49 +00:00
committed by GitHub
5 changed files with 7 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
{
p7zip,
}:
p7zip.override {
enableUnfree = true;
}
-3
View File
@@ -3629,9 +3629,6 @@ with pkgs;
protobuf = protobuf_21;
};
p7zip = callPackage ../tools/archivers/p7zip { };
p7zip-rar = p7zip.override { enableUnfree = true; };
packagekit = callPackage ../tools/package-management/packagekit { };
pakcs = callPackage ../development/compilers/pakcs { };