unrar-wrapper: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonApplication,
|
||||
python3Packages,
|
||||
fetchFromGitHub,
|
||||
unar,
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "unrar-wrapper";
|
||||
version = "1.0.0";
|
||||
format = "setuptools";
|
||||
@@ -3751,8 +3751,6 @@ with pkgs;
|
||||
withRedis = true;
|
||||
};
|
||||
|
||||
unrar-wrapper = python3Packages.callPackage ../tools/archivers/unrar-wrapper { };
|
||||
|
||||
ugarit = callPackage ../tools/backup/ugarit {
|
||||
inherit (chickenPackages_4) eggDerivation fetchegg;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user