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
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [
|
||||
"--with-ssl=${openssl.dev}"
|
||||
"--with-libexpat=${expat}"
|
||||
"--with-libexpat=${expat.dev}"
|
||||
"--with-libevent=${libevent.dev}"
|
||||
"--localstatedir=/var"
|
||||
"--sysconfdir=/etc"
|
||||
|
||||
Reference in New Issue
Block a user