Merge: make dev output references explicit
This is a rebase of most commits from #14766, resolving conflicts and a few other evaluation problems.
This commit is contained in:
@@ -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