p7zip: migrate to by-name

This commit is contained in:
Guy Chronister
2025-11-10 17:25:18 +00:00
parent 25734098b5
commit fbbab1eff5
5 changed files with 7 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
{
p7zip,
}:
p7zip.override {
enableUnfree = true;
}

View File

@@ -3631,9 +3631,6 @@ with pkgs;
protobuf = protobuf_21; protobuf = protobuf_21;
}; };
p7zip = callPackage ../tools/archivers/p7zip { };
p7zip-rar = p7zip.override { enableUnfree = true; };
packagekit = callPackage ../tools/package-management/packagekit { }; packagekit = callPackage ../tools/package-management/packagekit { };
pakcs = callPackage ../development/compilers/pakcs { }; pakcs = callPackage ../development/compilers/pakcs { };