This commit is contained in:
dusk 2023-10-09 03:35:11 +03:00
parent f94f6eab88
commit affc22a125
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
5 changed files with 20 additions and 6 deletions

View File

@ -10,7 +10,7 @@
l.mapAttrsToList l.mapAttrsToList
( (
name: _: let name: _: let
o = import "${./overlays}/${name}"; o = import "${./.}/overlays/${name}";
in in
if (l.functionArgs o) ? inputs if (l.functionArgs o) ? inputs
then o {inherit inputs;} then o {inherit inputs;}

View File

@ -0,0 +1,12 @@
final: prev: {
bitwig-studio = prev.bitwig-studio.overrideAttrs (old: rec {
version = "5.0.4";
src = final.fetchurl {
url = "https://downloads.bitwig.com/stable/${version}/${old.pname}-${version}.deb";
sha256 = "sha256-IkhUkKO+Ay1WceZNekII6aHLOmgcgGfx0hGo5ldFE5Y=";
};
postInstall = ''
cp ${../patches/bitwig.jar} $out/libexec/bin/bitwig.jar
'';
});
}

BIN
pkgs-set/patches/bitwig.jar Normal file

Binary file not shown.

View File

@ -3,8 +3,7 @@ pkgs: (
[ [
"phantom" "phantom"
"comic-mono" "comic-mono"
"fluidsynth-dssi" "bitwig-studio"
"calf"
] ]
pkgs pkgs
) )

View File

@ -139,6 +139,9 @@ in {
# caches / history stuff # caches / history stuff
".directory_history" ".directory_history"
".cache" ".cache"
"Bitwig Studio"
".BitwigStudio"
".vst"
] ]
++ mkPaths ".local/share" [ ++ mkPaths ".local/share" [
"direnv" "direnv"
@ -221,9 +224,9 @@ in {
gtkcord4 gtkcord4
gh gh
transmission_4-gtk transmission_4-gtk
# yabridge yabridge
# yabridgectl yabridgectl
# bitwig-studio bitwig-studio
# reaper # reaper
# ardour # ardour
(retroarch.override { (retroarch.override {