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
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [
|
||||
"--with-zlib=${zlib}"
|
||||
"--with-libbz2-prefix=${bzip2}"
|
||||
"--with-libbz2-prefix=${bzip2.dev}"
|
||||
"--with-iconv-dir=${libiconv}"
|
||||
"--with-xml=${libxml2}"
|
||||
"--with-openssl=${openssl}"
|
||||
|
||||
Reference in New Issue
Block a user