diff options
author | Andy Tai <[email protected]> | 2025-02-14 23:06:20 -0800 |
---|---|---|
committer | 宋文武 <[email protected]> | 2025-02-15 19:38:05 +0800 |
commit | d36e8719b6231b75d95683d48cf6b8b245d1de3b (patch) | |
tree | a6701de3ed67a0e45531af28fa5121e5db506bb3 /gnu/packages/web-browsers.scm | |
parent | c17545dbde0fcf4982a6e1a7b2eed49aa26dc6ce (diff) |
gnu: fltk: Update to 1.4.1 and add fltk-1.3.
FLTK 1.4 is intended to be mostly API compatible with FLTK 1.3.x, however
there are still some programs that fail to build with it, so we keep fltk-1.3
for them.
* gnu/packages/fltk.scm (fltk-1.3): Renamed from fltk.
Update to 1.3.11.
[source] <origin>: Switch to git reference.
(fltk): New variable, fltk at 1.4.1.
* gnu/packages/algebra.scm (giac) [inputs]: Replace fltk by fltk-1.3.
* gnu/packages/audio.scm (rakarrack) [inputs]: Ditto.
(butt) [inputs]: Ditto.
* gnu/packages/game-development.scm (eureka) [inputs]: Ditto.
* gnu/packages/music.scm (yoshimi) [inputs]: Ditto.
* gnu/packages/radio.scm (flwrap) [inputs]: Ditto.
* gnu/packages/vnc.scm (tigervnc-client) [inputs]: Ditto.
* gnu/packages/web-browser.scm (dillo) [inputs]: Ditto.
Change-Id: I54833e5802d4b2088a42474d2edd17fe56bbdb68
Signed-off-by: 宋文武 <[email protected]>
Diffstat (limited to 'gnu/packages/web-browsers.scm')
-rw-r--r-- | gnu/packages/web-browsers.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index c0138eea17..df3335b4d8 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -1059,7 +1059,7 @@ Features include (base32 "19rr09b4xvnz7isng8pzxm5879g3pqvml5v8vh4gbwwn93dnlwpn")))) (build-system gnu-build-system) (native-inputs (list autoconf automake)) - (inputs (list fltk + (inputs (list fltk-1.3 fontconfig openssl libjpeg-turbo |