p7zip: migrate to by-name
This commit is contained in:
7
pkgs/by-name/p7/p7zip-rar/package.nix
Normal file
7
pkgs/by-name/p7/p7zip-rar/package.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
p7zip,
|
||||
}:
|
||||
|
||||
p7zip.override {
|
||||
enableUnfree = true;
|
||||
}
|
||||
@@ -3631,9 +3631,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 { };
|
||||
|
||||
Reference in New Issue
Block a user