ostree: Build with libcurl http backend instead of libsoup

https://salsa.debian.org/debian/ostree/-/commit/53261afd32e3772e9ee1484432f6bbb16c38500f
This commit is contained in:
Bobby Rong
2022-10-11 18:52:33 +02:00
committed by Jan Tojnar
parent d80a32db1e
commit 58ed9b3b2a
+3
View File
@@ -8,6 +8,7 @@
, gobject-introspection
, gjs
, nixosTests
, curl
, glib
, systemd
, xz
@@ -85,6 +86,7 @@ in stdenv.mkDerivation rec {
];
buildInputs = [
curl
glib
systemd
e2fsprogs
@@ -108,6 +110,7 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
configureFlags = [
"--with-curl"
"--with-systemdsystemunitdir=${placeholder "out"}/lib/systemd/system"
"--with-systemdsystemgeneratordir=${placeholder "out"}/lib/systemd/system-generators"
"--enable-installed-tests"