diff --git a/pkgs/misc/ascii-dash/default.nix b/pkgs/misc/ascii-dash/default.nix
index 0e99b330b0217fcd2acf0920bff84792b1c61d47..dd47ec1c9625801bea7e0364c273562fef2ab656 100644
--- a/pkgs/misc/ascii-dash/default.nix
+++ b/pkgs/misc/ascii-dash/default.nix
@@ -2,19 +2,19 @@ { lib, stdenv, fetchurl, cmake, unzip, ncurses5, SDL, SDL_mixer }:
stdenv.mkDerivation (finalAttrs: {
pname = "ascii-dash";
src = fetchurl {
url = "mirror://sourceforge/ascii-dash/ASCII-DASH-${finalAttrs.version}.zip";
};
postPatch = ''
substituteInPlace ascii-gfx/main.cpp \
--replace "boing.wav" "$out/share/ascii-dash/sounds/boing.wav"
--replace "sounds/" "$out/share/ascii-dash/sounds/"
--replace "sounds/" "$out/share/ascii-dash/sounds/"
substituteInPlace main.cpp \
--replace "data/" "$out/share/ascii-dash/data/"
@@ -39,5 +39,6 @@ description = "Remake of BOULDER DASH with NCurses";
homepage = "https://ascii-dash.sourceforge.io/";
license = licenses.mit;
platforms = platforms.unix;
};
})
application/octet-stream
This content has been proxied by September (3851b).