treewide: Make explicit that 'dev' output of expat is used
This commit is contained in:
committed by
Vladimír Čunát
parent
4e0307dcfc
commit
8bbc3fe801
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = with stdenv.lib;
|
||||
[ "--with-gmp=${gmp}" "--with-mpfr=${mpfr}" "--with-system-readline"
|
||||
"--with-system-zlib" "--with-expat" "--with-libexpat-prefix=${expat}"
|
||||
"--with-system-zlib" "--with-expat" "--with-libexpat-prefix=${expat.dev}"
|
||||
"--with-separate-debug-dir=/run/current-system/sw/lib/debug"
|
||||
]
|
||||
++ optional (target != null) "--target=${target.config}"
|
||||
|
||||
Reference in New Issue
Block a user