treewide: Make explicit that 'dev' output of boehmgc is used
This commit is contained in:
committed by
Vladimír Čunát
parent
3865e739de
commit
825bd69b38
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user