mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
wine-wayland: restore hyphen to pname
This commit is contained in:
parent
f03bf68ed3
commit
98111739de
@ -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