commit
7e88234910
@ -11,6 +11,8 @@ with python3Packages; buildPythonApplication rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ virtualenv virtualenv-clone setuptools ];
|
propagatedBuildInputs = [ virtualenv virtualenv-clone setuptools ];
|
||||||
|
|
||||||
|
LC_ALL = "en_US.UTF-8";
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
PEW_SITE="$out/lib/${python.libPrefix}/site-packages"
|
PEW_SITE="$out/lib/${python.libPrefix}/site-packages"
|
||||||
@ -24,6 +26,7 @@ with python3Packages; buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
homepage = https://github.com/berdario/pew;
|
||||||
description = "Tools to manage multiple virtualenvs written in pure python";
|
description = "Tools to manage multiple virtualenvs written in pure python";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user