Unverified Commit 4f936445 authored by Grimmauld's avatar Grimmauld
Browse files

dosbox: fix cross

parent 39a51eef
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
  libGLU,
  OpenGL,
  libpng,
  binutils,
  makeDesktopItem,
}:

@@ -33,10 +34,17 @@ stdenv.mkDerivation rec {
    })
  ];

  strictDeps = true;

  nativeBuildInputs = [
    autoreconfHook
    copyDesktopItems
    graphicsmagick
    SDL # for sdl-config during build time
  ];

  depsBuildBuild = [
    binutils # build calls `ar`
  ];

  buildInputs =