cdist: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-02-01 22:26:58 +01:00
parent 316b15b330
commit c3b38dfd06
2 changed files with 3 additions and 8 deletions
@@ -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
-2
View File
@@ -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;