pythonPackages.devpi-common: fix meta evaluation

The tarball job now seems OK again :-)
This commit is contained in:
Vladimír Čunát 2017-10-05 12:30:45 +02:00
parent 583b8c15a3
commit 623df97af5
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -1,4 +1,4 @@
{ pythonPackages }: { stdenv, pythonPackages }:
with pythonPackages;buildPythonPackage rec { with pythonPackages;buildPythonPackage rec {
pname = "devpi-common"; pname = "devpi-common";
@ -17,7 +17,7 @@ with pythonPackages;buildPythonPackage rec {
py.test py.test
''; '';
meta = { meta = with stdenv.lib; {
homepage = https://github.com/devpi/devpi; homepage = https://github.com/devpi/devpi;
description = "Utilities jointly used by devpi-server and devpi-client"; description = "Utilities jointly used by devpi-server and devpi-client";
license = licenses.mit; license = licenses.mit;