ansel: fix build

This commit is contained in:
tu-maurice 2024-09-01 17:28:16 +02:00
parent f22e565ee4
commit 885106141c

View File

@ -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/";