diff --git a/default.nix b/default.nix
index 5a15a59d726e21d690e409b69d9c298cf6c2557d..68f47c9600dcf56f14205eec6b4524e59cd94e8b 100644
--- a/default.nix
+++ b/default.nix
@@ -21,6 +21,9 @@ cfiles = callPackage ./pkgs/tools/cfiles {
inherit ueberzug;
inherit (sources) cfiles;
};
click = python3Packages.callPackage ./pkgs/development/python-modules/click { };
csvquote = callPackage ./pkgs/tools/text/csvquote {
inherit (sources) csvquote;
diff --git a/nix/sources.json b/nix/sources.json
index a7162c8bbae5e865649295c5b37716b07b6fc1a3..97a124da2fb3d133d601b40e6b6b5a2cd57b1dbf 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -11,6 +11,18 @@ "type": "tarball",
"url": "https://github.com/mananapr/cfiles/archive/ee3f001225764cf38161bafd463c30cf64249de4.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"description": "Cheetah3 is a free (MIT) and open source template engine for Python.",
"homepage": "https://cheetahtemplate.org/",
"owner": "CheetahTemplate3",
"repo": "cheetah3",
"rev": "44ebf7f59a749322fcc397b21611ad487193e697",
"sha256": "1962imkj6w54h5c46jnxx79lpc7dw5a731p38j8z4630hwzli1dw",
"type": "tarball",
"url": "https://github.com/CheetahTemplate3/cheetah3/archive/44ebf7f59a749322fcc397b21611ad487193e697.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"csvquote": {
"branch": "master",
"description": "Enables common unix utlities like cut, awk, wc, head to work correctly with csv data containing delimiters and newlines",
diff --git a/pkgs/development/python-modules/cheetah3/default.nix b/pkgs/development/python-modules/cheetah3/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..7835bb264efc0877cd72215c4eefe5ab8b4f9c52
--- /dev/null
+++ b/pkgs/development/python-modules/cheetah3/default.nix
@@ -0,0 +1,17 @@
+{ lib, buildPythonPackage, cheetah3 }:
+buildPythonPackage rec {
+}
application/octet-stream
This content has been proxied by September (3851b).