forked from mirrors/nixpkgs
steam: override nss, nspr, fixes #32781
This commit is contained in:
parent
1a98fc40e9
commit
16dc6bf521
|
@ -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 []
|
||||
|
|
Loading…
Reference in a new issue