Unverified Commit 0213a255 authored by Jan van Brügge's avatar Jan van Brügge Committed by Franz Pletz
Browse files

coturn: remove unnecessary libpromhttp dependency

This fixes the coturn build
parent 17a08edc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
  libevent,
  pkg-config,
  libprom,
  libpromhttp,
  libmicrohttpd,
  sqlite,
  nixosTests,
@@ -31,7 +30,6 @@ stdenv.mkDerivation rec {
    openssl
    (libevent.override { inherit openssl; })
    libprom
    libpromhttp
    libmicrohttpd
    sqlite.dev
  ];