wine-wayland: restore hyphen to pname

This commit is contained in:
Ryan Hendrickson 2022-12-14 11:57:13 -05:00
parent f03bf68ed3
commit 98111739de

View File

@ -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;