Merge pull request #32783 from yegortimoshenko/steam/nss

steam: override nss, nspr, fixes #32781
This commit is contained in:
Orivej Desh 2017-12-18 01:01:40 +00:00 committed by GitHub
commit 7bd04329a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
assert !(nativeOnly && runtimeOnly);
let
let
runtimePkgs = with pkgs; [
# Required
glib
@ -88,6 +88,8 @@ let
libva
vulkan-loader
gcc.cc
nss
nspr
];
ourRuntime = if runtimeOnly then []