cdist: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonApplication,
|
||||
python3Packages,
|
||||
fetchFromGitea,
|
||||
six,
|
||||
sphinxHook,
|
||||
sphinx-rtd-theme,
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "cdist";
|
||||
version = "7.0.0";
|
||||
format = "setuptools";
|
||||
@@ -25,7 +22,7 @@ buildPythonApplication rec {
|
||||
hash = "sha256-lIx0RtGQJdY2e00azI9yS6TV+5pCegpKOOD0dQmgMqA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
six
|
||||
sphinxHook
|
||||
sphinx-rtd-theme
|
||||
@@ -2059,8 +2059,6 @@ with pkgs;
|
||||
|
||||
davix-copy = davix.override { enableThirdPartyCopy = true; };
|
||||
|
||||
cdist = python3Packages.callPackage ../tools/admin/cdist { };
|
||||
|
||||
cemu-ti = qt5.callPackage ../applications/science/math/cemu-ti { };
|
||||
|
||||
libceph = ceph.lib;
|
||||
|
||||
Reference in New Issue
Block a user