From 9a182f57c50e44dd84b52de0eb49d8fd27cb1ac0 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 1 Apr 2018 18:33:10 +0200 Subject: bepasty: make it a package again this fixes running bepasty with gunicorn, which is needed for services.bepasty --- pkgs/tools/misc/bepasty/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/tools/misc/bepasty/default.nix b/pkgs/tools/misc/bepasty/default.nix index ee2680da006..f69f654cda3 100644 --- a/pkgs/tools/misc/bepasty/default.nix +++ b/pkgs/tools/misc/bepasty/default.nix @@ -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}"; -- cgit 1.4.1