Add patched bitwig-studio to packages

This commit is contained in:
2023-03-29 13:46:58 +02:00
parent a2458ac39d
commit c0e417854b
8 changed files with 39 additions and 0 deletions

View File

@@ -7,6 +7,13 @@ let
scripts = [ mpvScripts.sponsorblock ];
});
patched-bitwig = bitwig-studio.overrideAttrs (old: rec {
src = "${inputs.local-bitwig}/bitwig-studio.deb";
postInstall = ''
cp -r ${inputs.local-bitwig}/bitwig.jar $out/libexec/bin/bitwig.jar
'';
});
in {
environment.systemPackages = [
# Monitoring
@@ -55,6 +62,7 @@ in {
mpc_cli
pulsemixer
easyeffects
patched-bitwig
# Productivity
zathura
libreoffice-fresh