Merge pull request #206103 from rhendric/rhendric/wine-wayland-pname
wine-wayland: restore hyphen to pname
This commit is contained in:
commit
60ff1ccd98
@ -44,7 +44,7 @@ stdenv.mkDerivation ((lib.optionalAttrs (buildScript != null) {
|
||||
}) // rec {
|
||||
inherit version src;
|
||||
|
||||
pname = prevName + lib.optionalString supportFlags.waylandSupport "wayland";
|
||||
pname = prevName + lib.optionalString supportFlags.waylandSupport "-wayland";
|
||||
|
||||
# Fixes "Compiler cannot create executables" building wineWow with mingwSupport
|
||||
strictDeps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user