treewide: preset windres missing to fix builds on Linux
https://github.com/NixOS/nixpkgs/pull/30484#issuecomment-345899910
This commit is contained in:
@@ -28,11 +28,18 @@ in stdenv.mkDerivation rec {
|
||||
pkgconfig intltool fontconfig libzip zip zlib
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
# Build fails on Linux with windres.
|
||||
export ac_cv_prog_ac_ct_WINDRES=
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p "$out/share/"
|
||||
ln -s ${freedink_data}/share/dink "$out/share/"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
description = "A free, portable and enhanced version of the Dink Smallwood game engine";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user