Unverified Commit b1a34ed0 authored by Tom Hunze's avatar Tom Hunze
Browse files

libheif: add lib output

This enables referencing the `bin` output from `out` without creating a
circular dependency.
parent 69a99526
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
    "out"
    "dev"
    "man"
    "lib"
  ];

  src = fetchFromGitHub {
@@ -57,7 +58,7 @@ stdenv.mkDerivation rec {
  ];

  # Fix installation path for gdk-pixbuf module
  PKG_CONFIG_GDK_PIXBUF_2_0_GDK_PIXBUF_MODULEDIR = "${placeholder "out"}/${gdk-pixbuf.moduleDir}";
  PKG_CONFIG_GDK_PIXBUF_2_0_GDK_PIXBUF_MODULEDIR = "${placeholder "lib"}/${gdk-pixbuf.moduleDir}";

  # Wrong include path in .cmake.  It's a bit difficult to patch because of special characters.
  postFixup = ''