forked from mirrors/nixpkgs
pythonPackages.devpi-common: fix meta evaluation
The tarball job now seems OK again :-)
This commit is contained in:
parent
583b8c15a3
commit
623df97af5
|
@ -1,4 +1,4 @@
|
|||
{ pythonPackages }:
|
||||
{ stdenv, pythonPackages }:
|
||||
|
||||
with pythonPackages;buildPythonPackage rec {
|
||||
pname = "devpi-common";
|
||||
|
@ -17,7 +17,7 @@ with pythonPackages;buildPythonPackage rec {
|
|||
py.test
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/devpi/devpi;
|
||||
description = "Utilities jointly used by devpi-server and devpi-client";
|
||||
license = licenses.mit;
|
||||
|
|
Loading…
Reference in a new issue