treewide: Make explicit that 'dev' output of boehmgc is used

This commit is contained in:
Tuomas Tynkkynen
2016-05-19 10:00:27 +02:00
committed by Vladimír Čunát
parent 3865e739de
commit 825bd69b38
3 changed files with 3 additions and 3 deletions
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
ln -s $out/libexec/w3m/w3mimgdisplay $out/bin
'';
configureFlags = "--with-ssl=${openssl} --with-gc=${boehmgc}"
configureFlags = "--with-ssl=${openssl} --with-gc=${boehmgc.dev}"
+ optionalString graphicsSupport " --enable-image=${optionalString x11Support "x11,"}fb";
preConfigure = ''