Commit 58ed9b3b authored by Bobby Rong's avatar Bobby Rong Committed by Jan Tojnar
Browse files

ostree: Build with libcurl http backend instead of libsoup

parent d80a32db
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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"