forked from mirrors/nixpkgs
Merge pull request #132737 from tesq0/fix/unityhub-network-not-working
unityhub: add missing dependency (cacert)
This commit is contained in:
commit
ac145bee21
|
@ -13,7 +13,7 @@ in appimageTools.wrapType2 rec {
|
||||||
libX11 libXcursor libXdamage libXfixes libXrender libXi
|
libX11 libXcursor libXdamage libXfixes libXrender libXi
|
||||||
libXcomposite libXext libXrandr libXtst libSM libICE libxcb
|
libXcomposite libXext libXrandr libXtst libSM libICE libxcb
|
||||||
|
|
||||||
libselinux pciutils libpulseaudio libxml2 icu clang
|
libselinux pciutils libpulseaudio libxml2 icu clang cacert
|
||||||
]);
|
]);
|
||||||
|
|
||||||
profile = ''
|
profile = ''
|
||||||
|
|
Loading…
Reference in a new issue