forked from mirrors/nixpkgs
Fix alsa-utils
This commit is contained in:
parent
2156be8449
commit
3f6603a80e
|
@ -16,12 +16,6 @@ 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 = {
|
||||
homepage = http://www.alsa-project.org/;
|
||||
description = "ALSA, the Advanced Linux Sound Architecture utils";
|
||||
|
|
Loading…
Reference in a new issue