mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
wpsoffice: don't use nativeOnly for steam
This commit is contained in:
parent
5f91781b55
commit
4550f15784
@ -142,7 +142,6 @@ stdenv.mkDerivation rec {
|
||||
installPhase = let
|
||||
steam-run = (steam.override {
|
||||
extraPkgs = p: buildInputs;
|
||||
nativeOnly = true;
|
||||
}).run;
|
||||
in ''
|
||||
prefix=$out/opt/kingsoft/wps-office
|
||||
|
Loading…
Reference in New Issue
Block a user