Loading pkgs/by-name/rk/rkrlv2/package.nix +11 −8 Original line number Diff line number Diff line Loading @@ -13,15 +13,15 @@ libsndfile, }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "rkrlv2"; version = "beta_3"; src = fetchFromGitHub { owner = "ssj71"; repo = "rkrlv2"; rev = version; sha256 = "WjpPNUEYw4aGrh57J+7kkxKFXgCJWNaWAmueFbNUJJo="; tag = finalAttrs.version; hash = "sha256-WjpPNUEYw4aGrh57J+7kkxKFXgCJWNaWAmueFbNUJJo="; }; postPatch = '' Loading @@ -30,10 +30,13 @@ stdenv.mkDerivation rec { "cmake_minimum_required(VERSION 4.0)" ''; strictDeps = true; nativeBuildInputs = [ cmake pkg-config ]; buildInputs = [ libXft libXpm Loading @@ -44,12 +47,12 @@ stdenv.mkDerivation rec { libsndfile ]; meta = with lib; { meta = { description = "Rakarrak effects ported to LV2"; homepage = "https://github.com/ssj71/rkrlv2"; license = licenses.gpl2Only; maintainers = [ maintainers.joelmo ]; platforms = platforms.unix; license = lib.licenses.gpl2Only; maintainers = [ lib.maintainers.joelmo ]; platforms = lib.platforms.unix; broken = stdenv.hostPlatform.isAarch64; # g++: error: unrecognized command line option '-mfpmath=sse' }; } }) Loading
pkgs/by-name/rk/rkrlv2/package.nix +11 −8 Original line number Diff line number Diff line Loading @@ -13,15 +13,15 @@ libsndfile, }: stdenv.mkDerivation rec { stdenv.mkDerivation (finalAttrs: { pname = "rkrlv2"; version = "beta_3"; src = fetchFromGitHub { owner = "ssj71"; repo = "rkrlv2"; rev = version; sha256 = "WjpPNUEYw4aGrh57J+7kkxKFXgCJWNaWAmueFbNUJJo="; tag = finalAttrs.version; hash = "sha256-WjpPNUEYw4aGrh57J+7kkxKFXgCJWNaWAmueFbNUJJo="; }; postPatch = '' Loading @@ -30,10 +30,13 @@ stdenv.mkDerivation rec { "cmake_minimum_required(VERSION 4.0)" ''; strictDeps = true; nativeBuildInputs = [ cmake pkg-config ]; buildInputs = [ libXft libXpm Loading @@ -44,12 +47,12 @@ stdenv.mkDerivation rec { libsndfile ]; meta = with lib; { meta = { description = "Rakarrak effects ported to LV2"; homepage = "https://github.com/ssj71/rkrlv2"; license = licenses.gpl2Only; maintainers = [ maintainers.joelmo ]; platforms = platforms.unix; license = lib.licenses.gpl2Only; maintainers = [ lib.maintainers.joelmo ]; platforms = lib.platforms.unix; broken = stdenv.hostPlatform.isAarch64; # g++: error: unrecognized command line option '-mfpmath=sse' }; } })