mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
flpsed: fix cross build
This commit is contained in:
parent
f01beefa3d
commit
045d5755a2
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue