(use-modules (guix) (gnu packages gdb) (gnu packages autotools) (gnu packages texinfo)) ;; Augment the package definition of GDB with the build tools ;; needed when developing GDB (and which are not needed when ;; simply installing it.) (package (inherit gdb) (native-inputs `(("autoconf" ,autoconf-2.64) ("automake" ,automake) ("texinfo" ,texinfo) ,@(package-native-inputs gdb)))) rg/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/plotutils.scm
AgeCommit message (Expand)Author
2020-01-27gnu: guile-charting: Add "guile3.0-charting" variant....Ludovic Courtès
2020-01-16gnu: asymptote: Add missing input....Nicolas Goaziou
2020-01-16gnu: asymptote: Fix GUI....Nicolas Goaziou
2020-01-15gnu: asymptote: Update to 2.62....Nicolas Goaziou
2019-12-01gnu: asymptote: Update to 2.61....Nicolas Goaziou
2019-11-01gnu: asymptote: Update to 2.59....Nicolas Goaziou
2019-10-03gnu: asymptote: Update to 2.55....Nicolas Goaziou
2019-09-24gnu: asymptote: Update to 2.53....Nicolas Goaziou
2019-07-24gnu: Replace uses of texlive-*-amsfonts....Ricardo Wurmus
2019-04-16gnu: guile-charting: Install .go files in the right place....Ludovic Courtès
2019-04-04gnu: asymptote: Fix direntry in info file....Nicolas Goaziou
2019-04-04gnu: Update copyright line....Nicolas Goaziou
2019-04-04gnu: asymptote: Fix info file location....Nicolas Goaziou
2019-04-03gnu: asymptote: Update to 2.49....Nicolas Goaziou
2019-03-01gnu: asymptote: Remove indirect TexLive dependency....Ricardo Wurmus