Tracking upstream derivation
This commit is contained in:
parent
195da98904
commit
f0d6a9c539
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue