Add patched bitwig-studio to packages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user