Add patched bitwig-studio to packages

This commit is contained in:
2023-03-29 13:46:58 +02:00
parent 08306b4749
commit ce846ec68a
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 = ../assets/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