Merge pull request #38300 from Lassulus/bepasty-package

bepasty: make it a package again
This commit is contained in:
Robert Schütz 2018-04-11 23:24:01 +02:00 committed by GitHub
commit 4889d79b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}";