Merge pull request #32783 from yegortimoshenko/steam/nss
steam: override nss, nspr, fixes #32781
This commit is contained in:
commit
7bd04329a0
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
assert !(nativeOnly && runtimeOnly);
|
assert !(nativeOnly && runtimeOnly);
|
||||||
|
|
||||||
let
|
let
|
||||||
runtimePkgs = with pkgs; [
|
runtimePkgs = with pkgs; [
|
||||||
# Required
|
# Required
|
||||||
glib
|
glib
|
||||||
@ -88,6 +88,8 @@ let
|
|||||||
libva
|
libva
|
||||||
vulkan-loader
|
vulkan-loader
|
||||||
gcc.cc
|
gcc.cc
|
||||||
|
nss
|
||||||
|
nspr
|
||||||
];
|
];
|
||||||
|
|
||||||
ourRuntime = if runtimeOnly then []
|
ourRuntime = if runtimeOnly then []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user