summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/wibo
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2022-12-30 14:54:41 -0800
committerRyan Burns <rtburns@protonmail.com>2022-12-30 15:05:35 -0800
commitc2c3bc9085c12e718ba74293c0f35167569e7007 (patch)
tree427cf567ac8344d5bd045c9b51cbdc86d0888b85 /pkgs/applications/emulators/wibo
parent4527d89f4e3456582e8633337853ee8c3c355438 (diff)
wibo: 0.2.4 -> 0.3.0
Also fix MWCIncludes for unfree checkPhase
Diffstat (limited to 'pkgs/applications/emulators/wibo')
-rw-r--r--pkgs/applications/emulators/wibo/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/emulators/wibo/default.nix b/pkgs/applications/emulators/wibo/default.nix
index 69137cb8f030..54a544fc6004 100644
--- a/pkgs/applications/emulators/wibo/default.nix
+++ b/pkgs/applications/emulators/wibo/default.nix
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "wibo";
- version = "0.2.4";
+ version = "0.3.0";
src = fetchFromGitHub {
owner = "decompals";
repo = "wibo";
rev = version;
- hash = "sha256-dpfKSiIWE9L5BLPH2t8RsUz7Ufkdo/5zn1dewaEgJl0=";
+ hash = "sha256-J5h/RpF+twb5fBjSDQMVB5SoTWWs8VD/EUuikuj73YA=";
};
nativeBuildInputs = [
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meta.license = lib.licenses.unfree;
};
in lib.optionalString doCheck ''
- MWCIncludes=. ./wibo ${gc}/GC/2.7/mwcceppc.exe -c ../test/test.c
+ MWCIncludes=../test ./wibo ${gc}/GC/2.7/mwcceppc.exe -c ../test/test.c
file test.o | grep "ELF 32-bit"
'';