fix python optfunc
svn path=/nixpkgs/branches/stdenv-updates/; revision=32633
This commit is contained in:
parent
5afbf9075e
commit
998c1a3469
@ -1102,8 +1102,9 @@ let pythonPackages = python.modules // rec {
|
|||||||
name = "optfunc-git";
|
name = "optfunc-git";
|
||||||
|
|
||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchgit {
|
||||||
url = "http://github.com/simonw/optfunc.git";
|
url = "git://github.com/simonw/optfunc.git";
|
||||||
rev = "e3fa034a545ed94ac5a039cf5b170c7d0ee21b7b";
|
rev = "e3fa034a545ed94ac5a039cf5b170c7d0ee21b7b";
|
||||||
|
sha256 = "916f8d998529aaf1bc450462820af7bf3b0eb0e0a513e4db69781321dcd28151";
|
||||||
};
|
};
|
||||||
|
|
||||||
installCommand = ''
|
installCommand = ''
|
||||||
@ -1112,7 +1113,7 @@ let pythonPackages = python.modules // rec {
|
|||||||
cp * $dest/
|
cp * $dest/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = false;
|
checkPhase = "python test.py";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A new experimental interface to optparse which works by introspecting a function definition";
|
description = "A new experimental interface to optparse which works by introspecting a function definition";
|
||||||
|
Loading…
Reference in New Issue
Block a user