flpsed: fix cross build

This commit is contained in:
FliegendeWurst 2025-01-02 11:55:38 +01:00
parent f01beefa3d
commit 045d5755a2

View file

@ -23,6 +23,12 @@ stdenv.mkDerivation rec {
-i src/GsWidget.cxx
'';
configureFlags = [
"ac_cv_func_malloc_0_nonnull=yes"
"ac_cv_func_realloc_0_nonnull=yes"
"FLTKCONFIG=${lib.getExe' (lib.getDev fltk13) "fltk-config"}"
];
meta = with lib; {
description = "WYSIWYG PostScript annotator";
homepage = "https://flpsed.org/flpsed.html";