summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: ausweisapp2: Fix WRAP-QT-PROGRAM call.•••* gnu/packages/security-token.scm (ausweisapp2)[arguments]: Call WRAP-QT-PROGRAM with the expected arguments. Tobias Geerinckx-Rice2021-07-031-2/+3
* gnu: Add ghc-word-wrap.•••* gnu/packages/haskell-xyz.scm (ghc-word-wrap): New public variable. Tobias Geerinckx-Rice2021-07-031-0/+22
* gnu: Add gotypist.•••* gnu/packages/education.scm (gotypist): New public variable. Tobias Geerinckx-Rice2021-07-031-0/+55
* gnu: Add go-github-com-gizak-termui.•••* gnu/packages/golang.scm (go-github-com-gizak-termui): New public variable. Tobias Geerinckx-Rice2021-07-031-0/+36
* gnu: Add go-github-com-mitchellh-go-wordwrap.•••* gnu/packages/golang.scm (go-github-com-mitchellh-go-wordwrap): New public variable. Tobias Geerinckx-Rice2021-07-031-0/+26
* gnu: Add cl-issr-core.•••* gnu/packages/lisp-xyz.scm (cl-issr-core, ecl-issr-core, sbcl-issr-core): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Charles2021-07-031-0/+37
* gnu: Add cl-tailrec.•••* gnu/packages/lisp-xyz.scm (sbcl-tailrec, ecl-tailrec, cl-tailrec): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Charles2021-07-031-0/+34
* gnu: Add cl-trivial-with-current-source-form.•••* gnu/packages/lisp-xyz.scm (cl-trivial-with-current-source-form, ecl-trivial-with-current-source-form, sbcl-trivial-with-current-source-form): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Charles2021-07-031-0/+36
* gnu: Add cl-unification.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-unification, ecl-cl-unification, cl-unification): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Charles2021-07-031-0/+42
* gnu: cl-asdf: Update to 3.3.5.•••* gnu/packages/lisp.scm (cl-asdf): Update to 3.3.5. Pierre Neidhardt2021-07-031-2/+2
* gnu: sbcl-serapeum: Update to 20210630.•••* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 20210630. Pierre Neidhardt2021-07-031-3/+3
* gnu: guix: Update to 6243ad3.•••* gnu/packages/package-management.scm (guix): Update to 6243ad3. Tobias Geerinckx-Rice2021-07-031-3/+3
* gnu: stockfish: Factor out the neural network revision.•••* gnu/packages/games.scm (stockfish): Factor out the neural-network-revision. Tobias Geerinckx-Rice2021-07-031-48/+51
* gnu: stockfish: Update to 14.•••* gnu/packages/games.scm (stockfish): Update to 14. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Michael Rohleder2021-07-031-5/+5
* guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.•••Unify (guix qt-build-system wrap-all-programs) and (guix qt-utils wrap-qt-program), so both behave the same. The functions now reside in qt-utils to make them easily available for packages not using the qt-build-system. * guix/build/qt-build-system.scm (variables-for-wrapping, wrap-all-programs): Move from here ... * guix/build/qt-utils.scm (variables-for-wrapping, wrap-all-qt-programs): ... to here. Base the later on (wrap-qt-program*): New function, carved out from old wrap-all-programs. (wrap-qt-program): Base on wrap-qt-program*, change arguments in an incompatible way. * gnu/packages/bittorrent.scm (qbittorrent)[arguments]<phases>{wrap-qt}: Adjust to new interface of wrap-qt-program. * gnu/packages/finance.scm (electron-cash): Likewise. * gnu/packages/geo.scm (qgis): Likewise. * gnu/packages/password-utils.scm (qtpass): Likewise. * gnu/packages/video.scm (openshot): Likewise. * gnu/packages/web-browsers.scm (kristall): Likewise. Hartmut Goebel2021-07-026-14/+24
* gnu: protobuf: Update to 3.17.3.•••* gnu/packages/protobuf.scm (protobuf): Update to 3.17.3. [phases]{disable-broken-tests}: New phase. {move-static-libraries}: Remove trailing #t. Maxim Cournoyer2021-07-021-5/+24
* gnu: qtbase: Specify configure flags via the #:configure-flags argument.•••* gnu/packages/qt.scm (qtbase): Delete trailing #t. [phases]{configure}: Print build directory and configure flags. Move configure flags to... [#:configure-flags]: ... this new argument. Maxim Cournoyer2021-07-021-85/+82
* gnu: qtbase: Enable GTK support.•••This allows Qt applications to use the GTK themes present on the system, providing a more integrated look and feel for many Qt applications used in the context of a GTK/GNOME environment. * gnu/packages/qt.scm (qtbase-5)[inputs]: Add gtk+. Maxim Cournoyer2021-07-021-0/+1
* gnu: atlas: Extend build time-out.•••* gnu/packages/maths.scm (atlas)[properties]: Quadruple the timeout. Tobias Geerinckx-Rice2021-07-021-0/+3
* gnu: shellcheck: Hide irrelevant CVE from ‘guix lint’.•••* gnu/packages/haskell-apps.scm (shellcheck)[properties]: Add CVE-2021-28794 to lint-hidden-cve. Tobias Geerinckx-Rice2021-07-021-0/+2
* gnu: shellcheck: Generate and install man page.•••* gnu/packages/haskell-apps.scm (shellcheck) [arguments]<#:phases>: Add build-man-page and install-man-page phases. [native-inputs]: Add pandoc. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Morgan Smith2021-07-021-0/+14
* gnu: wxsvg: Update to 1.5.22.•••* gnu/packages/wxwidgets.scm (wxsvg): Update to 1.5.22. [inputs]: Move libexif & pango from here… [propagated-inputs]: …to here. Tobias Geerinckx-Rice2021-07-021-6/+7
* gnu: magic-enum: Update to 0.7.3.•••* gnu/packages/cpp.scm (magic-enum): Update to 0.7.3. Tobias Geerinckx-Rice2021-07-021-2/+2
* gnu: libfilezilla: Update to 0.29.0.•••* gnu/packages/ftp.scm (libfilezilla): Update to 0.29.0. Tobias Geerinckx-Rice2021-07-021-2/+2
* gnu: linux-libre: Build the VMD driver module.•••Requested by PsixisP on #guix: “I have a laptop that requires CONFIG_VMD (Intel's software RAID) in order for the kernel to see the internal NVMe drive. This is not present in the default Guix kernel.” * gnu/packages/aux-files/linux-libre/4.14-x86_64.conf, gnu/packages/aux-files/linux-libre/4.19-x86_64.conf, gnu/packages/aux-files/linux-libre/4.9-x86_64.conf, gnu/packages/aux-files/linux-libre/5.10-x86_64.conf, gnu/packages/aux-files/linux-libre/5.12-x86_64.conf, gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Enable modular CONFIG_VMD. Tobias Geerinckx-Rice2021-07-026-6/+6
* gnu: gnuplot: Update to 5.4.2.•••* gnu/packages/maths.scm (gnuplot): Update to 5.4.2. Tobias Geerinckx-Rice2021-07-021-3/+3
* gnu: tsukundere: Update to 0.3.2.•••* gnu/packages/game-development.scm (tsukundere): Update to 0.3.2. Leo Prikler2021-07-021-2/+2
* gnu: renpy: Update to 7.4.6.•••* gnu/packages/game-development.scm (python2-pygame-sdl2): Update to renpy-version 7.4.6. (python2-renpy): Update to version 7.4.6. Leo Prikler2021-07-021-4/+4
* gnu: Add python-meshio.•••* gnu/packages/simulation.scm (python-meshio): New variable. Paul Garlick2021-07-021-1/+45
* gnu: guix-build-coordinator: Update to 0-33.c2f0c5b.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-33.c2f0c5b. Christopher Baines2021-07-021-3/+3
* gnu: scintilla: Update to 5.1.0.•••* gnu/packages/text-editors.scm (scintilla): Update to 5.1.0. Nicolas Goaziou2021-07-021-4/+3
* gnu: mame: Update to 0.233.•••* gnu/packages/emulators.scm (mame): Update to 0.233. Nicolas Goaziou2021-07-021-2/+2
* gnu: Add emacs-rmsbolt.•••* gnu/packages/emacs-xyz.scm (emacs-rmsbolt): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandr Vityazev2021-07-021-0/+25
* gnu: emacs-multitran: Update to 0.4.11.•••* gnu/packages/emacs-xyz.scm (emacs-multitran): Update to 0.4.11. [description]: Add @url markup. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandr Vityazev2021-07-021-8/+8
* gnu: Add emacs-saveplace-pdf-view.•••* gnu/packages/emacs-xyz.scm (emacs-saveplace-pdf-view): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Andrew Tropin2021-07-021-0/+24
* gnu: gsequencer: Update to 3.8.13.•••* gnu/packages/music.scm (gsequencer): Update to 3.8.13. [build-system]: Switch to glib-or-gtk-build-system. [arguments]<#:phases>: Don't return #t. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego2021-07-021-5/+4
* gnu: emacs-link-hint: Update to 0.1-2.ae73db6.•••* gnu/packages/emacs-xyz.scm (emacs-link-hint): Update to 0.1-2.ae73db6. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandr Vityazev2021-07-021-3/+3
* gnu: Add emacs-ripgrep.•••* gnu/packages/emacs-xyz.scm (emacs-ripgrep): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Dhruvin Gandhi2021-07-021-0/+30
* gnu: Add emacs-rustic.•••* gnu/packages/emacs-xyz.scm (emacs-rustic): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Dhruvin Gandhi via Guix-patches via2021-07-021-0/+57
* gnu: alpine: Update to 2.24.2.•••* gnu/packages/mail.scm (alpine): Update to 2.24.2. Tobias Geerinckx-Rice2021-07-021-2/+2
* gnu: phodav: Fix udev rules directory.•••Since commit da7a5e359761b156a632988a19fca0b6b289485a (e)udev is actually found triggering the installation of phodav's udev rules. That's great, except that it uses (e)udev's 'udevdir' pkg-config variable for that, which is of course not writable. * gnu/packages/gnome.scm (phodav)[arguments]: Add a new 'fix-udev-rules-directory phase. Tobias Geerinckx-Rice2021-07-021-2/+8
* gnu: vhba-module: Expand description.•••* gnu/packages/linux.scm (vhba-module)[synopsis, description]: Edit & expand. Tobias Geerinckx-Rice2021-07-021-3/+7
* gnu: vhba-module: Update to 20210418.•••* gnu/packages/linux.scm (vhba-module): Update to 20210418. Tobias Geerinckx-Rice2021-07-021-11/+10
* gnu: jasper: Update to 2.0.32.•••* gnu/packages/image.scm (jasper): Update to 2.0.32. Tobias Geerinckx-Rice2021-07-021-2/+2
* gnu: rsibreak: Update to 0.12.14.•••* gnu/packages/kde-utils.scm (rsibreak): Update to 0.12.14. Tobias Geerinckx-Rice2021-07-021-3/+3
* gnu: vsftpd: Properly enable the SSL support.•••* gnu/packages/ftp.scm (vsftpd)[arguments]: Remove (questionable?) "-lcrypt" from LDFLAGS. #define VSF_BUILD_SSL in a new 'build-SSL phase instead. Tobias Geerinckx-Rice2021-07-021-1/+8
* gnu: vsftpd: Edit description.•••Address ‘guix lint’ warnings. Neither tiptoe around the name nor sell anything. * gnu/packages/ftp.scm (vsftpd)[synopsis]: Make useful. [description]: Use its full name and some nice mark-up. Tobias Geerinckx-Rice2021-07-021-5/+7
* gnu: vsftpd: Cross-compile.•••* gnu/packages/ftp.scm (vsftpd)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice2021-07-021-1/+3
* gnu: vsftpd: Let the build system create directories.•••* gnu/packages/ftp.scm (vsftpd)[arguments]: Pass the "-D" flag to ‘install’. Remove the now redundant 'mkdir phase. Tobias Geerinckx-Rice2021-07-021-12/+3
* gnu: vsftpd: Honour upstream make flags.•••* gnu/packages/ftp.scm (vsftpd)[arguments]: Add a new 'append-make-flags phase. Remove our now redundant "-pie" from LDFLAGS. Tobias Geerinckx-Rice2021-07-021-1/+8