bepasty: make it a package again
this fixes running bepasty with gunicorn, which is needed for services.bepasty
This commit is contained in:
parent
5b01b0d316
commit
9a182f57c5
@ -4,7 +4,10 @@
|
|||||||
|
|
||||||
with python.pkgs;
|
with python.pkgs;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
#We need to use buildPythonPackage here to get the PYTHONPATH build correctly.
|
||||||
|
#This is needed for services.bepasty
|
||||||
|
#https://github.com/NixOS/nixpkgs/pull/38300
|
||||||
|
buildPythonPackage rec {
|
||||||
pname = "bepasty";
|
pname = "bepasty";
|
||||||
version = "0.4.0";
|
version = "0.4.0";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user