aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xfig.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-10-18 09:31:15 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-10-18 11:58:03 -0400
commit9e3a5ee417ea7fe9721be8804ff047e80c4f22ed (patch)
tree704b0ebc8fd2a883e1868e72f9aa4cee93822fd7 /gnu/packages/xfig.scm
parentd238188969b2ee827d966e79901a6b1fa364cd56 (diff)
downloadguix-9e3a5ee417ea7fe9721be8804ff047e80c4f22ed.tar.gz
guix-9e3a5ee417ea7fe9721be8804ff047e80c4f22ed.zip
gnu: python-babel: Reinstate previously failing tests.
* gnu/packages/python-xyz.scm (python-babel)[arguments]: Remove field. [home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/xfig.scm')
0 files changed, 0 insertions, 0 deletions
'>2023-07-29gnu: python-msgspec: Regenerate autogenerated file....* gnu/packages/serialization.scm (python-msgspec)[source]: Add a snippet to delete autogenerated "msgspec/atof_consts.h". [arguments]: Add new phase to regenerate that file. Vinicius Monego 2023-06-25gnu: Add python-msgspec....* gnu/packages/serialization.scm (python-msgspec): New variable. Signed-off-by: Vinicius Monego <monego@posteo.net> Sharlatan Hellseher 2023-05-03gnu: Add libfyaml....* gnu/packages/serialization.scm (libfyaml): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexey Abramov 2023-04-24gnu: cereal-1.3.0: Update doctest.h....* gnu/packages/serialization.scm (cereal-1.3.0)[native-inputs]: Add gcc-10 and the sources of the cereal package. [arguments]: Add a phase to replace the included doctest.h with the variant from the cereal sources; disable -Werror. [source]: Delete included doctest.h. Ricardo Wurmus 2023-04-24gnu: cereal: Use GCC 10....* gnu/packages/serialization.scm (cereal)[native-inputs]: Add gcc-10. Ricardo Wurmus 2023-03-20Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge 2023-03-05gnu: flatbuffers: Add version 23.1.21....* gnu/packages/serialization.scm (flatbuffers-next): New variable as flatbuffers@2.0.0 is depended on by tensorflow-lite so we cannot just upgrade directly, so adding current release flatbuffers@23.1.21. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Andy Tai