1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

make diff to master look nicer

This commit is contained in:
Florian Friesdorf 2012-12-03 04:41:19 +01:00
parent 5436356733
commit d4d76a8443
2 changed files with 9 additions and 8 deletions

View file

@ -34,6 +34,7 @@
python setup.py test
runHook postCheck
''
, postInstall ? ""
, ... } @ attrs:
@ -48,7 +49,7 @@ python.stdenv.mkDerivation (attrs // {
buildInputStrings = map toString buildInputs;
pythonPath = [ setuptools ] ++ pythonPath;
pythonPath = [ setuptools] ++ pythonPath;
preConfigure = ''
PYTHONPATH="${offlineDistutils}/lib/${python.libPrefix}/site-packages:$PYTHONPATH"

View file

@ -284,16 +284,16 @@ let pythonPackages = python.modules // rec {
# bugz = buildPythonPackage (rec {
# name = "bugz-0.9.3";
#
# src = fetchgit {
# url = "https://github.com/williamh/pybugz.git";
# rev = "refs/tags/0.9.3";
# };
#
# propagatedBuildInputs = [ argparse python.modules.ssl ];
#
# doCheck = false;
#
# meta = {
# homepage = http://www.liquidx.net/pybugz/;
# description = "Command line interface for Bugzilla";
@ -2709,15 +2709,15 @@ let pythonPackages = python.modules // rec {
# XXX: ValueError: ZIP does not support timestamps before 1980
# svneverever = buildPythonPackage rec {
# name = "svneverever-778489a8";
#
# src = pkgs.fetchgit {
# url = git://git.goodpoint.de/svneverever.git;
# rev = "778489a8c6f07825fb18c9da3892a781c3d659ac";
# sha256 = "41c9da1dab2be7b60bff87e618befdf5da37c0a56287385cb0cbd3f91e452bb6";
# };
#
# propagatedBuildInputs = [ pysvn argparse ];
#
# doCheck = false;
# };