aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gperf.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-04-16 22:46:47 +0100
committerChristopher Baines <mail@cbaines.net>2024-04-16 22:50:06 +0100
commit99e7a93d57fb1fbcc98a857f50b611d1df111d9a (patch)
treee2148ef3c00409238c07ec30d049a83b1fb2f2e6 /gnu/packages/gperf.scm
parenta45b2c7c63c6af9c42698e12b6809c41c0926de3 (diff)
downloadguix-99e7a93d57fb1fbcc98a857f50b611d1df111d9a.tar.gz
guix-99e7a93d57fb1fbcc98a857f50b611d1df111d9a.zip
gnu: Add comment to the bottom of version-control.scm.
This will hopefully discourage patches which add new packages to the bottom of files, as this increases the likelihood of conflicts when applying patches. If there are more specific ways that packages should be arranged in specific modules, this message can be updated accordingly. * gnu/packages/version-control.scm: Add comment at end of file. Change-Id: I3d20a6fd957d9cfee9d7b4a4c7979c4202a0fe3a
Diffstat (limited to 'gnu/packages/gperf.scm')
0 files changed, 0 insertions, 0 deletions
kages/tls.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/copy.scm guix/scripts/home.scm Efraim Flashner 2023-01-25gnu: diffoscope: Replace cdrtools with cdrkit-libre....* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove cdrtools. Add cdrkit-libre. Efraim Flashner 2023-01-25gnu: diffoscope: Use newer llvm....* gnu/packages/diffoscope.scm (diffoscope)[source]: Remove patch. [native-inputs]: Replace llvm-9 with llvm. * gnu/packages/patches/diffoscope-fix-llvm-test.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner 2023-01-22gnu: diffoscope: Simplify the build-man-page phase....* gnu/packages/diffoscope.scm (diffoscope) [phases]: Remove MAKE-FLAGS binding in the build-man-page phase, as the python-build-system has no such argument. Maxim Cournoyer 2023-01-22gnu: diffoscope: Fix indentation....* gnu/packages/diffoscope.scm (diffoscope): Fix indentation. Maxim Cournoyer 2023-01-22gnu: diffoscope: Update to 233....* gnu/packages/diffoscope.scm (diffoscope): Update to 233. [native-inputs]: Add lzip and python-pypdf, drop python-pypdf2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Vagrant Cascadian 2022-12-11gnu: reprotest: Update to 0.7.22....* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.22. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice 2022-10-16gnu: diffoscope: Update to 224....* gnu/packages/diffoscope.scm (diffoscope): Update to 224. * gnu/packages/patches/diffoscope-fix-llvm-test.patch: Adjust accordingly. Tobias Geerinckx-Rice 2022-09-08Merge branch 'staging' into core-updatesMarius Bakke 2022-09-01gnu: diffoscope: Remove mono from native inputs....* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove mono. Maxim Cournoyer 2022-09-01Merge branch 'staging' into core-updatesMarius Bakke 2022-09-01gnu: Add missing imports for python-check....This fixes an issue introduced in 3bf5a19609560c7ba985eda66019eda15aaf4a86, which caused `guix pull', `guix time-machine', and a few other commands to fail. * gnu/packages/diffoscope.scm: Import python-check. * gnu/packages/django.scm: Likewise. * gnu/packages/logging.scm: Likewise. * gnu/packages/magic-wormhole.scm: Likewise. * gnu/packages/networking.scm: Likewise. Liliana Marie Prikler 2022-08-27Merge branch 'staging' into core-updatesMarius Bakke 2022-08-19gnu: diffoscope: Update to 221....* gnu/packages/diffoscope.scm (diffoscope): Update to 221. Vagrant Cascadian 2022-08-11Merge branch 'staging' into core-updatesMarius Bakke 2022-08-10gnu: reprotest: Update to 0.7.21....* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.21. Vagrant Cascadian 2022-08-10gnu: diffoscope: Update to 220....* gnu/packages/diffoscope.scm (diffoscope): Update to 220. Vagrant Cascadian