treewide: Make explicit that 'dev' output of bzip2 is used
This commit is contained in:
committed by
Vladimír Čunát
parent
825bd69b38
commit
c22f86a853
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
setupPyBuildFlags =
|
||||
[ "--hdf5=${hdf5}"
|
||||
"--lzo=${lzo}"
|
||||
"--bzip2=${bzip2}"
|
||||
"--bzip2=${bzip2.dev}"
|
||||
];
|
||||
|
||||
# Run the test suite.
|
||||
|
||||
Reference in New Issue
Block a user