Unverified Commit c1e0777a authored by éclairevoyant's avatar éclairevoyant Committed by GitHub
Browse files

ansel: fix build (#338835)

parents ee6883e9 88510614
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -170,6 +170,11 @@ stdenv.mkDerivation {
    hardcodeZeroVersion = true;
  };

  # cmake can't find the binary itself
  cmakeFlags = [
    (lib.cmakeFeature "Xsltproc_BIN" (lib.getExe' libxslt "xsltproc"))
  ];

  meta = {
    description = "Darktable fork minus the bloat plus some design vision";
    homepage = "https://ansel.photos/";