ostree: Build with libcurl http backend instead of libsoup
https://salsa.debian.org/debian/ostree/-/commit/53261afd32e3772e9ee1484432f6bbb16c38500f
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user