buildPythonPackage: get rid of setupPyInstallFlags since there is no such thing

This commit is contained in:
Domen Kožar
2015-11-18 17:56:26 +01:00
parent ec0f58b459
commit a912c45ee2
5 changed files with 5 additions and 13 deletions

View File

@@ -20,7 +20,6 @@ buildPythonPackage rec {
"--lzo=${lzo}"
"--bzip2=${bzip2}"
];
setupPyInstallFlags = setupPyBuildFlags;
# Run the test suite.
# It requires the build path to be in the python search path.