Skip to content

Commit

Permalink
pythonPackages.devpi-common: fix meta evaluation
Browse files Browse the repository at this point in the history
The tarball job now seems OK again :-)
  • Loading branch information
vcunat committed Oct 5, 2017
1 parent 583b8c1 commit 623df97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/devpi-common/default.nix
@@ -1,4 +1,4 @@
{ pythonPackages }:
{ stdenv, pythonPackages }:

with pythonPackages;buildPythonPackage rec {
pname = "devpi-common";
Expand All @@ -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;
Expand Down

0 comments on commit 623df97

Please sign in to comment.