Backport 9f5cba0aaa
This commit is contained in:
parent
5de4937d6d
commit
cf952b2f6a
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
|
||||||
inherit name src configureFlags;
|
inherit name src configureFlags;
|
||||||
|
|
||||||
# Fixes "Compiler cannot create executables" building wineWow with mingwSupport
|
# Fixes "Compiler cannot create executables" building wineWow with mingwSupport
|
||||||
strictDeps = true;
|
# FIXME Breaks wineStaging builds
|
||||||
|
strictDeps = supportFlags.mingwSupport;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig fontforge makeWrapper flex bison
|
pkgconfig fontforge makeWrapper flex bison
|
||||||
|
|
Loading…
Reference in a new issue