mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
Merge pull request #104001 from Atemu/wineStaging-strictDeps-regression
wine: only use strictDeps when mingwSupport is enabled
This commit is contained in:
commit
0ccc3ec571
@ -16,7 +16,8 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
|
||||
inherit name src configureFlags;
|
||||
|
||||
# Fixes "Compiler cannot create executables" building wineWow with mingwSupport
|
||||
strictDeps = true;
|
||||
# FIXME Breaks wineStaging builds
|
||||
strictDeps = supportFlags.mingwSupport;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig fontforge makeWrapper flex bison
|
||||
|
Loading…
Reference in New Issue
Block a user