ansel: fix build (#338835)

This commit is contained in:
éclairevoyant 2024-09-01 20:30:20 +00:00 committed by GitHub
commit c1e0777a22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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