0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

* ALSA support: save/restore the volume settings, create device nodes

in /dev/snd.

svn path=/nixos/trunk/; revision=8124
This commit is contained in:
Eelco Dolstra 2007-03-01 00:36:00 +00:00
parent a177575779
commit ba56551986
5 changed files with 64 additions and 1 deletions

View file

@ -197,7 +197,8 @@ rec {
nixosRebuild
nixosCheckout
setuidWrapper
];
]
++ (if config.get ["sound" "enable"] then [pkgs.alsaUtils] else []);
# We don't want to put all of `startPath' and `path' in $PATH, since