Unverified Commit 73f2370c authored by George Huebner's avatar George Huebner
Browse files

xsokoban: support darwin

parent 89c2b233
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ stdenv.mkDerivation rec {

  prePatch = ''
    substituteInPlace Makefile.in --replace 4755 0755
    substituteInPlace externs.h --replace 'malloc.h' 'stdlib.h'
  '';

  preConfigure = ''
@@ -65,6 +66,6 @@ stdenv.mkDerivation rec {
    mainProgram = "xsokoban";
    license = licenses.publicDomain;
    maintainers = [ maintainers.raskin ];
    platforms = platforms.linux;
    platforms = platforms.unix;
  };
}