mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
* PulseAudio: use configuration files in /etc/pulse to allow NixOS to
override them. svn path=/nixpkgs/branches/kde-4.7/; revision=27965
This commit is contained in:
parent
933dc681e7
commit
af40854825
@ -31,10 +31,13 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
configureFlags = ''
|
||||
--disable-solaris --disable-hal --disable-jack --localstatedir=/var
|
||||
--disable-solaris --disable-hal --disable-jack
|
||||
--disable-oss-output --disable-oss-wrapper
|
||||
--localstatedir=/var --sysconfdir=/etc
|
||||
'';
|
||||
|
||||
installFlags = "sysconfdir=$(out)/etc";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user