Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bitwig/bitwig-studio-5.1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
, xorg
, zlib

, webkitgtk
, webkitgtk_4_1
, curl
, fftwFloat
, jack2
Expand Down
2 changes: 1 addition & 1 deletion bitwig/bitwig-studio-5.2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, glib, gtk3, harfbuzz, lib, libglvnd, libjack2, libjpeg, libxkbcommon
, makeWrapper, pango, pipewire, pulseaudio, wrapGAppsHook, xdg-utils, xorg, zlib

, webkitgtk, curl, fftwFloat, jack2, vulkan-loader }:
, webkitgtk_4_1, curl, fftwFloat, jack2, vulkan-loader }:

stdenv.mkDerivation rec {
pname = "bitwig-studio";
Expand Down
2 changes: 1 addition & 1 deletion bitwig/bitwig-studio-5.3-beta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, glib, gtk3, harfbuzz, lib, libglvnd, libjack2, libjpeg, libxkbcommon
, makeWrapper, pango, pipewire, pulseaudio, wrapGAppsHook, xdg-utils, xorg, zlib

, webkitgtk, curl, fftwFloat, jack2, vulkan-loader }:
, webkitgtk_4_1, curl, fftwFloat, jack2, vulkan-loader }:

stdenv.mkDerivation rec {
pname = "bitwig-studio";
Expand Down
2 changes: 1 addition & 1 deletion bitwig/bitwig-studio-5.3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, glib, gtk3, harfbuzz, lib, libglvnd, libjack2, libjpeg, libxkbcommon
, makeWrapper, pango, pipewire, pulseaudio, wrapGAppsHook, xdg-utils, xorg, zlib

, webkitgtk, curl, fftwFloat, jack2, vulkan-loader }:
, webkitgtk_4_1, curl, fftwFloat, jack2, vulkan-loader }:

stdenv.mkDerivation rec {
pname = "bitwig-studio";
Expand Down
4 changes: 2 additions & 2 deletions chow/chow-kick.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
, sqlite
, stdenv
, util-linuxMinimal
, webkitgtk
, webkitgtk_4_1
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
python3
sqlite
util-linuxMinimal
webkitgtk
webkitgtk_4_1
];

cmakeFlags = [
Expand Down
4 changes: 2 additions & 2 deletions chow/chow-multitool.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
, pcre2
, pkg-config
, sqlite
, webkitgtk
, webkitgtk_4_1
, stdenv
}:
stdenv.mkDerivation rec {
Expand Down Expand Up @@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
pcre
pcre2
sqlite
webkitgtk
webkitgtk_4_1
];

cmakeFlags = [
Expand Down
4 changes: 2 additions & 2 deletions chow/chow-tape-model.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
, python3
, sqlite
, gcc11Stdenv
, webkitgtk
, webkitgtk_4_1
}:
let
# JUCE version in submodules is incompatible with GCC12
Expand Down Expand Up @@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
pcre2
python3
sqlite
webkitgtk
webkitgtk_4_1
gcc11
];

Expand Down
4 changes: 2 additions & 2 deletions devshell/juce.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
mkShell
, freetype
, alsa-lib
, webkitgtk
, webkitgtk_4_1
, curl
, gtk3
, xorg
Expand All @@ -32,7 +32,7 @@ mkShell {
buildInputs = [
freetype
alsa-lib
webkitgtk
webkitgtk_4_1
curl
gtk3
jack2
Expand Down
4 changes: 2 additions & 2 deletions templates/juce-plugin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
, pkg-config
, alsa-lib
, freetype
, webkitgtk
, webkitgtk_4_1
, curl
, xorg
, pcre2
Expand Down Expand Up @@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
freetype
alsa-lib
webkitgtk
webkitgtk_4_1
curl
gtk3
jack2
Expand Down
4 changes: 2 additions & 2 deletions vst/grainbow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
, pkg-config
, alsa-lib
, freetype
, webkitgtk
, webkitgtk_4_1
, curl
, xorg
, pcre2
Expand Down Expand Up @@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
freetype
alsa-lib
webkitgtk
webkitgtk_4_1
curl
gtk3
xorg.libX11
Expand Down
4 changes: 2 additions & 2 deletions vst/neuralnote/neuralnote.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
, pkg-config
, alsa-lib
, freetype
, webkitgtk
, webkitgtk_4_1
, curl
, fftwFloat
, jack2
Expand Down Expand Up @@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
freetype
alsa-lib
webkitgtk
webkitgtk_4_1
curl
fftwFloat
jack2
Expand Down
4 changes: 2 additions & 2 deletions vst/papu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
, pkg-config
, alsa-lib
, freetype
, webkitgtk
, webkitgtk_4_1
, curl
, xorg
, pcre2
Expand Down Expand Up @@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
freetype
alsa-lib
webkitgtk
webkitgtk_4_1
curl
gtk3
jack2
Expand Down
4 changes: 2 additions & 2 deletions vst/paulxstretch.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
, pkg-config
, alsa-lib
, freetype
, webkitgtk
, webkitgtk_4_1
, curl
, fftwFloat
, jack2
Expand Down Expand Up @@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
freetype
alsa-lib
webkitgtk
webkitgtk_4_1
curl
fftwFloat
jack2
Expand Down
4 changes: 2 additions & 2 deletions vst/plugdata.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
, pkg-config
, alsa-lib
, freetype
, webkitgtk
, webkitgtk_4_1
, curl
, xorg
, python3
Expand Down Expand Up @@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
alsa-lib
freetype
webkitgtk
webkitgtk_4_1
curl
xorg.libX11
xorg.xrandr
Expand Down
4 changes: 2 additions & 2 deletions vst/ripplerx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
, pkg-config
, alsa-lib
, freetype
, webkitgtk
, webkitgtk_4_1
, curl
, xorg
, pcre2
Expand Down Expand Up @@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
freetype
alsa-lib
webkitgtk
webkitgtk_4_1
curl
gtk3
jack2
Expand Down