srb2: remove nasm dependency (#437464)

This commit is contained in:
Sandro
2025-08-27 14:21:23 +02:00
committed by GitHub
-2
View File
@@ -5,7 +5,6 @@
fetchFromGitHub,
cmake,
curl,
nasm,
libopenmpt,
miniupnpc,
game-music-emu,
@@ -31,7 +30,6 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
cmake
nasm
makeWrapper
copyDesktopItems
];