mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
alsa-tools: activate hwmixvolume
It needs Python to work.
This commit is contained in:
parent
e850930cb8
commit
5586e23fa4
@ -6,6 +6,7 @@
|
||||
, gtk2
|
||||
, gtk3
|
||||
, pkg-config
|
||||
, python3
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (self: {
|
||||
@ -19,6 +20,7 @@ stdenv.mkDerivation (self: {
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
python3
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
@ -38,7 +40,7 @@ stdenv.mkDerivation (self: {
|
||||
"hdspconf"
|
||||
"hdsploader"
|
||||
"hdspmixer"
|
||||
# "hwmixvolume" # needs Python
|
||||
"hwmixvolume"
|
||||
"ld10k1"
|
||||
# "qlo10k1" # needs Qt
|
||||
"mixartloader"
|
||||
|
Loading…
Reference in New Issue
Block a user