Merge pull request #119661 from Radvendii/ostree-fix
ostree: fix TLS errors
This commit is contained in:
commit
0df153fbbe
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
, xz
|
||||
, e2fsprogs
|
||||
, libsoup
|
||||
, glib-networking
|
||||
, wrapGAppsHook
|
||||
, gpgme
|
||||
, which
|
||||
, makeWrapper
|
||||
|
@ -78,6 +80,7 @@ in stdenv.mkDerivation rec {
|
|||
libxslt
|
||||
docbook-xsl-nons
|
||||
docbook_xml_dtd_42
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
@ -85,6 +88,7 @@ in stdenv.mkDerivation rec {
|
|||
systemd
|
||||
e2fsprogs
|
||||
libsoup
|
||||
glib-networking
|
||||
gpgme
|
||||
fuse
|
||||
libselinux
|
||||
|
|
Loading…
Reference in a new issue