mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
bluefish: unbreak on GCC 14
This commit is contained in:
parent
6846f118d8
commit
c98e01254b
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
python3
|
python3
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# infb_gui.c:143:61: error: implicit declaration of function 'xmlNanoHTTPFetch' [-Wimplicit-function-declaration]
|
||||||
|
env.NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Powerful editor targeted towards programmers and webdevelopers";
|
description = "Powerful editor targeted towards programmers and webdevelopers";
|
||||||
homepage = "https://bluefish.openoffice.nl/";
|
homepage = "https://bluefish.openoffice.nl/";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue