a
This commit is contained in:
parent
f94f6eab88
commit
affc22a125
@ -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;}
|
||||||
|
12
pkgs-set/overlays/bitwig.nix
Normal file
12
pkgs-set/overlays/bitwig.nix
Normal 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
BIN
pkgs-set/patches/bitwig.jar
Normal file
Binary file not shown.
@ -3,8 +3,7 @@ pkgs: (
|
|||||||
[
|
[
|
||||||
"phantom"
|
"phantom"
|
||||||
"comic-mono"
|
"comic-mono"
|
||||||
"fluidsynth-dssi"
|
"bitwig-studio"
|
||||||
"calf"
|
|
||||||
]
|
]
|
||||||
pkgs
|
pkgs
|
||||||
)
|
)
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user