Align vcv-rack package with upstream
This commit is contained in:
parent
a9c3ea71d1
commit
a8e50feead
1 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ gcc11Stdenv, lib, makeWrapper, fetchzip, fetchFromGitHub, pkgconfig
|
{ gcc11Stdenv, lib, makeWrapper, fetchzip, fetchFromGitHub, pkg-config
|
||||||
, alsaLib, curl, ghc_filesystem, glew, glfw, gtk3-x11, jansson, jq, libarchive
|
, alsa-lib, curl, ghc_filesystem, glew, glfw, gtk3-x11, jansson, jq, libarchive
|
||||||
, libjack2, libpulseaudio, libXext, libXi, rtaudio, rtmidi, speex
|
, libjack2, libpulseaudio, libXext, libXi, rtaudio, rtmidi, speex
|
||||||
, libsamplerate, zstd, wrapGAppsHook }:
|
, libsamplerate, zstd, wrapGAppsHook }:
|
||||||
|
|
||||||
|
@ -24,6 +24,8 @@ with lib; gcc11Stdenv.mkDerivation rec {
|
||||||
repo = "Rack";
|
repo = "Rack";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "gy+YiYhgBO9eoEBP0PmteVjfaJWWIa/Ye9tvJG1b6aw=";
|
sha256 = "gy+YiYhgBO9eoEBP0PmteVjfaJWWIa/Ye9tvJG1b6aw=";
|
||||||
|
# The project pins some source dependencies (see below)
|
||||||
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -49,8 +51,8 @@ with lib; gcc11Stdenv.mkDerivation rec {
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper pkgconfig wrapGAppsHook ];
|
nativeBuildInputs = [ makeWrapper pkg-config wrapGAppsHook ];
|
||||||
buildInputs = [ alsaLib curl ghc_filesystem glew glfw gtk3-x11 jansson jq libarchive libjack2 libpulseaudio libsamplerate rtaudio rtmidi speex zstd ];
|
buildInputs = [ alsa-lib curl ghc_filesystem glew glfw gtk3-x11 jansson jq libarchive libjack2 libpulseaudio libsamplerate rtaudio rtmidi speex zstd ];
|
||||||
|
|
||||||
makeFlags = [ "all" "plugins" ];
|
makeFlags = [ "all" "plugins" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue