mirror of https://github.com/materusPL/Nixerus.git
maloja: remove
This commit is contained in:
parent
0ad7bc3e39
commit
4191c3af68
|
@ -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 = "";
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue