'cgit v1.2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/engineering.scm
AgeCommit message (Collapse)Author
2023-10-21gnu: Remove emacs-poke.Bruno Victal
This naming conflicts with the ELPA 'poke' package, a emacs interface to GNU poke. * gnu/packages/engineering.scm (emacs-poke): Turn into a deprecated alias for “poke”. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-10-21gnu: poke: Install emacs modes.Bruno Victal
* gnu/packages/engineering.scm (poke)[arguments]<#:configure-flags>: Correctly set lispdir for emacs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-21gnu: poke: Revise package definition.Bruno Victal
Rewrite package using G-Expressions. Remove obsolete comments, options and unused dependencies [1]. [1]: GNU poke commit: c17b0fb7d9d0b97398c664c882d6ef1e732bc66a * gnu/packages/engineering.scm (poke)[inputs]: Remove json-c. [arguments]: Use G-Expression. Remove obsolete comments and configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-17gnu: valeronoi: Reformat with guix style.Efraim Flashner
* gnu/packages/engineering.scm (valeronoi): Process package with guix style.
2023-10-17gnu: valeronoi: Unbundle catch2 header.Efraim Flashner
* gnu/packages/engineering.scm (valeroni)[source]: Add snippet to remove bundled header. [native-inputs]: Add catch2.
2023-10-17gnu: valeronoi: Update to 0.2.0.Efraim Flashner
* gnu/packages/engineering.scm valeronoi: Update to 0.2.0. [inputs]: Remove qtbase-5 and qtsvg-5; add qtbase and qtsvg.