1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

chromium: enable cups by default

This commit is contained in:
Domen Kožar 2014-12-07 14:52:36 +01:00
parent 9c90498b1f
commit 4124a0bd9c
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@
, bison, gperf
, glib, gtk, dbus_glib
, libXScrnSaver, libXcursor, libXtst, mesa
, protobuf, speechd, libXdamage
, protobuf, speechd, libXdamage, cups
# optional dependencies
, libgcrypt ? null # gnomeSupport || cupsSupport
@ -25,7 +25,7 @@
, gnomeSupport ? false, gnome ? null
, gnomeKeyringSupport ? false, libgnome_keyring3 ? null
, proprietaryCodecs ? true
, cupsSupport ? false
, cupsSupport ? true
, pulseSupport ? false, pulseaudio ? null
, hiDPISupport ? false
@ -117,7 +117,7 @@ let
] ++ optional gnomeKeyringSupport libgnome_keyring3
++ optionals gnomeSupport [ gnome.GConf libgcrypt ]
++ optional enableSELinux libselinux
++ optional cupsSupport libgcrypt
++ optionals cupsSupport [ libgcrypt cups ]
++ optional pulseSupport pulseaudio;
# XXX: Wait for https://crbug.com/239107 and https://crbug.com/239181 to

View file

@ -10,7 +10,7 @@
, proprietaryCodecs ? true
, enablePepperFlash ? false
, enableWideVine ? false
, cupsSupport ? false
, cupsSupport ? true
, pulseSupport ? false
, hiDPISupport ? false
}: