/* GNU Guix --- Functional package management for GNU Copyright (C) 2012 Ludovic Courtès This file is part of GNU Guix. GNU Guix is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. GNU Guix is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Guix. If not, see . */ /* Replacement for Nix's libmain/shared.hh. */ #pragma once #include #include extern volatile ::sig_atomic_t blockInt; extern char **argvSaved; d> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-02gnu: tectonic: Update to 0.8.2....* gnu/packages/crates-io.scm (tectonic): Update to 0.8.2. * gnu/packages/rust-apps.scm (rust-tectonic-engine-spx2html-0.1): Update to 0.1.1. Nicolas Goaziou
2022-03-01gnu: tectonic: Update to 0.8.1....* gnu/packages/rust-apps.scm (tectonic): Update to 0.8.1. [inputs]: Add FREETYPE, GRAPHITE2, ICU4C, LIBPNG. * gnu/packages/crates-io.scm (rust-pinot-0.1)[origin]<patches>: Add patch necessary for Tectonic. (rust-tectonic-docmodel-0.1): Update to 0.1.2. (rust-tectonic-engine-spx2html-0.1): New variable. (rust-tectonic-engine-xetex-0.2): New variable. (rust-tectonic-engine-xetex-0.1): Remove variable. (rust-tectonic-io-base-0.4): New variable. (rust-tectonic-io-base-0.3): Inherit from above. (rust-tectonic-xdv-0.2): New variable. (rust-tectonic-xdv-0.1): Remove variable. * gnu/packages/patches/rust-pinot-0.1-implement-math-table.patch: New file. * gnu/local.mk (dist_patch_DATA): Register new file. Nicolas Goaziou
2022-02-28gnu: bat: Update to 0.20.0....* gnu/packages/rust-apps.scm (bat): Update to 0.20.0. Nicolas Goaziou
2022-02-15gnu: alfis: Remove 'relax-requirements phase....* gnu/packages/rust-apps.scm (alfis)[arguments]: Remove custom phases. Efraim Flashner
2022-02-14gnu: Add rtss....* gnu/packages/rust-apps.scm (rtss): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Jai Vetrivelan
2022-02-14gnu: alfis: Fix build....* gnu/packages/rust-apps: (alfis): [arguments]<#:phases>: Relax the rust-zeroize requirements for rust-chacha20poly1305 and rust-chacha20 in the 'relax-requirements' phase. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Aleksandr Vityazev