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

@ -6,4 +6,5 @@
firefox-gnome-theme = pkgs.callPackage ./firefox-gnome-theme { src = inputs.firefox-gnome-theme; }; firefox-gnome-theme = pkgs.callPackage ./firefox-gnome-theme { src = inputs.firefox-gnome-theme; };
adwaita-for-steam = pkgs.callPackage ./adwaita-for-steam { src = inputs.adwaita-for-steam; }; adwaita-for-steam = pkgs.callPackage ./adwaita-for-steam { src = inputs.adwaita-for-steam; };
dconf-editor-wrapped = pkgs.callPackage ./dconf-editor-wrapped {}; dconf-editor-wrapped = pkgs.callPackage ./dconf-editor-wrapped {};
bitwig-studio-pipewire = pkgs.callPackage ./bitwig-studio-pipewire {};
} }

View File

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