forked from mirrors/nixpkgs
alsa-utils: Fix the path to alsactl in the udev rule
This commit is contained in:
parent
dad7ea5a7e
commit
3c572df900
|
@ -16,6 +16,12 @@ stdenv.mkDerivation rec {
|
|||
|
||||
installFlags = "ASOUND_STATE_DIR=$(TMPDIR)/dummy";
|
||||
|
||||
preConfigure =
|
||||
''
|
||||
# Ensure that ‘90-alsa-restore.rules.in’ gets rebuilt.
|
||||
rm alsactl/90-alsa-restore.rules
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "ALSA, the Advanced Linux Sound Architecture utils";
|
||||
|
||||
|
|
Loading…
Reference in a new issue