Commit 0b4a36dc authored by Ben Wolsieffer's avatar Ben Wolsieffer Committed by Francesco Gazzetta
Browse files

poco: propagate utf8proc

The Poco Foundation CMake config file unconditionally searches for
utf8proc. Therefore, every package that uses this CMake config requires
utf8proc.

Remove all utf8proc dependencies that were manually added because
utf8proc was not propagated.
parent 68150d80
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
  protobuf,
  speex,
  libcap,
  utf8proc,
  alsa-lib,
  python3,
  rnnoise,
@@ -100,7 +99,6 @@ let
          qt5.qtsvg
          rnnoise
          speex
          utf8proc
        ]
        ++ lib.optional (!jackSupport) alsa-lib
        ++ lib.optional jackSupport libjack2
+0 −2
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
  alsa-lib,
  muparserx,
  python3,
  utf8proc,
}:

mkDerivation rec {
@@ -69,7 +68,6 @@ mkDerivation rec {
    alsa-lib
    muparserx
    python3
    utf8proc
  ];

  postInstall = ''
+0 −2
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
  qt6,
  slang,
  stdenv,
  utf8proc,
  xterm,
}:

@@ -121,7 +120,6 @@ stdenv.mkDerivation {
    protobuf
    qt6.qtbase
    qt6.qtwayland
    utf8proc
  ];

  nativeBuildInputs = [
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@
  pkg-config,
  zlib,
  pcre2,
  utf8proc,
  expat,
  sqlite,
  openssl,
  unixODBC,
  utf8proc,
  libmysqlclient,
}:

@@ -34,13 +34,13 @@ stdenv.mkDerivation rec {

  buildInputs = [
    unixODBC
    utf8proc
    libmysqlclient
  ];

  propagatedBuildInputs = [
    zlib
    pcre2
    utf8proc
    expat
    sqlite
    openssl