Loading pkgs/by-name/li/lime3ds/package.nix +3 −12 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ cpp-jwt, doxygen, enet, fetchpatch, fetchzip, fmt, ffmpeg_6-headless, Loading Loading @@ -56,11 +55,11 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "lime3ds"; version = "2118.2"; version = "2119"; src = fetchzip { url = "https://github.com/Lime3DS/Lime3DS/releases/download/${finalAttrs.version}/lime3ds-unified-source-${finalAttrs.version}.tar.xz"; hash = "sha256-DovVkk5QolOizV3mfxtMNMeIJWYs3xAu96icrTcQN68="; hash = "sha256-cBPSzkvvivWGTD2E7fjeY3uJ1nSlALbOgIalGdk6xLU="; }; nativeBuildInputs = [ Loading Loading @@ -91,7 +90,6 @@ stdenv.mkDerivation (finalAttrs: { openssl pipewire portaudio SDL2 soundtouch sndio spirv-tools Loading @@ -109,18 +107,11 @@ stdenv.mkDerivation (finalAttrs: { qtwayland ] ) ++ optionals enableSdl2Frontend [ SDL2 ] ++ optionals enableQtTranslations [ kdePackages.qttools ] ++ optionals enableCubeb [ cubeb ] ++ optional useDiscordRichPresence rapidjson; patches = [ # FIXME: this patch fixes the build with newer QT versions, remove it when the new version gets released (fetchpatch { url = "https://patch-diff.githubusercontent.com/raw/Lime3DS/Lime3DS/pull/441.patch"; hash = "sha256-NKJ3fmh5kY/DaTCVbIz1dvJrvK5IbJt1eogrbXWciCI="; }) ]; postPatch = '' # Fix file not found when looking in var/empty instead of opt mkdir externals/dynarmic/src/dynarmic/ir/var Loading Loading
pkgs/by-name/li/lime3ds/package.nix +3 −12 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ cpp-jwt, doxygen, enet, fetchpatch, fetchzip, fmt, ffmpeg_6-headless, Loading Loading @@ -56,11 +55,11 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "lime3ds"; version = "2118.2"; version = "2119"; src = fetchzip { url = "https://github.com/Lime3DS/Lime3DS/releases/download/${finalAttrs.version}/lime3ds-unified-source-${finalAttrs.version}.tar.xz"; hash = "sha256-DovVkk5QolOizV3mfxtMNMeIJWYs3xAu96icrTcQN68="; hash = "sha256-cBPSzkvvivWGTD2E7fjeY3uJ1nSlALbOgIalGdk6xLU="; }; nativeBuildInputs = [ Loading Loading @@ -91,7 +90,6 @@ stdenv.mkDerivation (finalAttrs: { openssl pipewire portaudio SDL2 soundtouch sndio spirv-tools Loading @@ -109,18 +107,11 @@ stdenv.mkDerivation (finalAttrs: { qtwayland ] ) ++ optionals enableSdl2Frontend [ SDL2 ] ++ optionals enableQtTranslations [ kdePackages.qttools ] ++ optionals enableCubeb [ cubeb ] ++ optional useDiscordRichPresence rapidjson; patches = [ # FIXME: this patch fixes the build with newer QT versions, remove it when the new version gets released (fetchpatch { url = "https://patch-diff.githubusercontent.com/raw/Lime3DS/Lime3DS/pull/441.patch"; hash = "sha256-NKJ3fmh5kY/DaTCVbIz1dvJrvK5IbJt1eogrbXWciCI="; }) ]; postPatch = '' # Fix file not found when looking in var/empty instead of opt mkdir externals/dynarmic/src/dynarmic/ir/var Loading