alsa-utils: Fix the path to alsactl in the udev rule
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user