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
(
name: _: let
o = import "${./overlays}/${name}";
o = import "${./.}/overlays/${name}";
in
if (l.functionArgs o) ? 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"
"comic-mono"
"fluidsynth-dssi"
"calf"
"bitwig-studio"
]
pkgs
)

View File

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