mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
fix eval
This commit is contained in:
parent
1294c3a460
commit
0549078488
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ pythonPackages.buildPythonPackage rec {
|
|||
|
||||
buildInputs = with pythonPackages; [
|
||||
coverage fixtures mock subunit tempest-lib testtools testrepository
|
||||
ldap ldappool webtest requests2 oslotest pep8 pymongo which makeWrapper
|
||||
ldap ldappool webtest requests2 oslotest pep8 pymongo which
|
||||
];
|
||||
|
||||
makeWrapperArgs = ["--prefix PATH : '${openssl}/bin:$PATH'"];
|
||||
|
|
Loading…
Reference in a new issue