1

use bitwig-studio-pipewire derivation

This commit is contained in:
2022-09-02 19:42:25 +02:00
parent 7ccd005956
commit 8c9caab513
2 changed files with 6 additions and 3 deletions

View File

@ -83,9 +83,11 @@ in {
# This will probably get patched directly into nixpkgs in the future
# NOTE: override overrides the function arguments (this part: { stdenv, fetchurl, ... })
# while overrideAttrs overrides the stuff inside mkDerivation { ... }
(bitwig-studio.overrideAttrs (oldAttrs: {
buildInputs = oldAttrs.buildInputs ++ [ pipewire ];
}))
# NOTE: This attempt didn't work
# (bitwig-studio.overrideAttrs (oldAttrs: {
# buildInputs = oldAttrs.buildInputs ++ [ pipewire ];
# }))
bitwig-studio-pipewire
gamemode
# bitwig-studio
])