Merge pull request #206103 from rhendric/rhendric/wine-wayland-pname

wine-wayland: restore hyphen to pname
This commit is contained in:
7c6f434c 2022-12-21 15:23:03 +00:00 committed by GitHub
commit 60ff1ccd98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;