Skip to content

Commit

Permalink
bepasty: make it a package again
Browse files Browse the repository at this point in the history
this fixes running bepasty with gunicorn, which is needed for
services.bepasty

(cherry picked from commit 9a182f5)
  • Loading branch information
Lassulus authored and Robert Schütz committed Apr 12, 2018
1 parent 12cecfc commit 1092f6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/tools/misc/bepasty/default.nix
Expand Up @@ -4,7 +4,10 @@

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";
version = "0.4.0";
name = "${pname}-${version}";
Expand Down

0 comments on commit 1092f6d

Please sign in to comment.