maloja: remove

This commit is contained in:
2024-09-13 21:47:23 +02:00
parent 0ad7bc3e39
commit 4191c3af68
-31
View File
@@ -1,31 +0,0 @@
{ lib, python3Packages }:
with python3Packages;
buildPythonApplication rec {
pname = "maloja";
version = "3.2.2";
propagatedBuildInputs = [
bottle
waitress
doreah
nimrodel
setproctitle
jinja2
lru-dict
psutil
sqlalchemy
python-datauri
requests
setuptools
toml
pyyaml
];
src = fetchFromGitHub {
owner = "krateng";
repo = "maloja";
rev = "v${version}";
sha256 = "";
};
}