mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
libpulse: Use glib
This commit is contained in:
parent
2154348ba0
commit
da4177c36e
@ -30,7 +30,7 @@ let
|
|||||||
optCoreaudio = if libOnly then null else shouldUsePkg coreaudio;
|
optCoreaudio = if libOnly then null else shouldUsePkg coreaudio;
|
||||||
optAlsaLib = if libOnly then null else shouldUsePkg alsaLib;
|
optAlsaLib = if libOnly then null else shouldUsePkg alsaLib;
|
||||||
optEsound = if libOnly then null else shouldUsePkg esound;
|
optEsound = if libOnly then null else shouldUsePkg esound;
|
||||||
optGlib = if libOnly then null else shouldUsePkg glib;
|
optGlib = shouldUsePkg glib;
|
||||||
optGtk3 = if libOnly || !hasXlibs then null else shouldUsePkg gtk3;
|
optGtk3 = if libOnly || !hasXlibs then null else shouldUsePkg gtk3;
|
||||||
optGconf = if libOnly then null else shouldUsePkg gconf;
|
optGconf = if libOnly then null else shouldUsePkg gconf;
|
||||||
optAvahi = if libOnly then null else shouldUsePkg avahi;
|
optAvahi = if libOnly then null else shouldUsePkg avahi;
|
||||||
|
Loading…
Reference in New Issue
Block a user