Tracking upstream derivation

This commit is contained in:
EEva 2021-12-07 18:21:55 +02:00
parent 195da98904
commit f0d6a9c539
1 changed files with 2 additions and 2 deletions

View File

@ -97,8 +97,8 @@ with lib; gcc11Stdenv.mkDerivation rec {
enableParallelBuilding = true;
nativeBuildInputs = [ makeWrapper pkg-config wrapGAppsHook ];
buildInputs = [ alsa-lib curl ghc_filesystem glew glfw gtk3-x11 jansson jq libarchive libjack2 libpulseaudio libsamplerate rtaudio rtmidi speex zstd ];
nativeBuildInputs = [ makeWrapper pkg-config wrapGAppsHook jq ];
buildInputs = [ alsa-lib curl ghc_filesystem glew glfw gtk3-x11 jansson libarchive libjack2 libpulseaudio libsamplerate rtaudio rtmidi speex zstd ];
makeFlags = [ "all" "plugins" ];