Maxim Cournoyer
8a9bf794e1
Revert "gnu: git: Update to 2.35.1."
...
This reverts commit 223a3d7f7f
, as it triggered
thousands of rebuilds due to inadvertently touching git-minimal/fixed.
Reported-by: Christopher Baines <mail@cbaines.net>
2022-04-05 08:41:36 -04:00
Greg Hogan
367048036d
gnu: stgit: Update to 1.5.
...
* gnu/packages/version-control.scm (stgit): Update to 1.5.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-04-04 00:10:07 -04:00
Maxim Cournoyer
223a3d7f7f
gnu: git: Update to 2.35.1.
...
* gnu/packages/version-control.scm (git): Update to 2.35.1.
[phases]: Delete trailing #t.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-04-04 00:06:48 -04:00
Efraim Flashner
58bc976b5b
gnu: gitolite: Add bash-minimal.
...
* gnu/packages/version-control.scm (gitolite)[arguments]: Remove
trailing #t.
[inputs]: Add bash-minimal.
2022-03-28 10:07:02 +03:00
Efraim Flashner
6d780dc8bf
gnu: gitolite: Don't hardcode path to svnserve.
...
* gnu/packages/version-control.scm (gitolite)[arguments]: Adjust custom
'patch-source phase to search for svnserve in $PATH.
2022-03-28 10:04:03 +03:00
Julien Lepiller
5bae870e66
gnu: gitile: Update to 0.1.4.
...
* gnu/packages/version-control.scm (gitile): Update to 0.1.4.
2022-02-21 16:33:06 +01:00
Jai Vetrivelan
54c8b44444
gnu: neon: Update to 0.32.2.
...
* gnu/packages/version-control.scm (neon): Update to 0.32.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-14 11:08:36 +01:00
Efraim Flashner
84ca88e756
gnu: rcs: Update to 5.10.1.
...
* gnu/packages/version-control.scm (rcs): Update to 5.10.1.
[source]: Remove patch.
* gnu/packages/patches/rcs-5.10.0-no-stdin.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2022-02-04 15:05:13 +02:00
Marius Bakke
16701a3c1d
gnu: b4: Fix build failure.
...
* gnu/packages/version-control.scm (b4)[arguments]: Delete sanity-check phase.
2022-02-03 23:39:47 +01:00
Vinicius Monego
1b778f03e0
gnu: pre-commit: Update to 2.17.0.
...
* gnu/packages/version-control.scm (pre-commit): Update to 2.17.0.
2022-01-31 10:56:33 -03:00
Maxim Cournoyer
276f40fdc3
Merge branch 'version-1.4.0'
...
With resolved conflicts in:
gnu/packages/gnome.scm
gnu/packages/openstack.scm
gnu/packages/python-xyz.scm
2022-01-17 11:47:09 -05:00
Sarah Morgensen
27cc25e1a4
gnu: pre-commit: Remove obsolete phase.
...
* gnu/packages/version-control.scm (pre-commit)[arguments]<#:phases>:
Remove 'make-gz-writable phase.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-01-10 11:44:51 -05:00
Efraim Flashner
a0c8c8cd53
gnu: tig: Update to 2.5.5.
...
* gnu/packages/version-control.scm (tig): Update to 2.5.5.
2022-01-14 11:41:20 +02:00
Vinicius Monego
258150fd6e
gnu: pre-commit: Update to 2.16.0.
...
* gnu/packages/version-control.scm (pre-commit): Update to 2.16.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-22 23:52:58 -05:00
Foo Chuan Wei
b2ec14a7da
gnu: Add tkrev.
...
* gnu/packages/version-control.scm (tkrev): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-20 16:21:41 +01:00
Foo Chuan Wei
c9930b1fde
gnu: Add rcshist.
...
* gnu/packages/version-control.scm (rcshist): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-20 16:21:41 +01:00
Foo Chuan Wei
442b2d9d7d
gnu: rcs: Install man page for rcsfreeze.
...
* gnu/packages/version-control.scm (rcs)[arguments]: Install man page
for rcsfreeze.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-20 16:21:40 +01:00
Tobias Geerinckx-Rice
cfee80cc91
gnu: diff-so-fancy: Update to 1.4.3.
...
* gnu/packages/version-control.scm (diff-so-fancy): Update to 1.4.3.
[arguments]: Don't explicitly return #t from phases.
2021-12-17 05:34:50 +01:00
Efraim Flashner
e5d93c87d5
gnu: mercurial: Update native-search-paths.
...
* gnu/packages/version-control.scm (mercurial)[naive-search-paths]:
Search for extensions in python3.9 subfolder.
2021-12-15 12:20:15 +02:00
Ludovic Courtès
8da6dfb0bb
gnu: libgit2: Allow cross-compilation.
...
With commit 8394619bac
, the label for
'pkg-config' when cross-compiling changed to "TRIPLET-pkg-config",
thereby breaking the 'assoc-ref' call. This commit fixes it by avoiding
referring to the label.
* gnu/packages/version-control.scm (libgit2)[arguments]: Adjust
"-DPKG_CONFIG_EXECUTABLE=" option.
2021-12-15 00:41:07 +01:00
Marius Bakke
e1dc580bdf
gnu: fossil: Update to 2.17.
...
* gnu/packages/version-control.scm (fossil): Update to 2.17.
[source](uri): Adjust.
[inputs]: Change from SQLITE to SQLITE-NEXT.
[arguments]: Remove trailing #t's.
2021-12-13 23:28:58 +01:00
Ludovic Courtès
e3196755e6
gnu: Further simplify package inputs.
...
This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13 22:15:07 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
...
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
2021-12-13 17:48:25 +01:00
Ludovic Courtès
1052ae5f03
Merge branch 'master' into core-updates-frozen
2021-12-13 11:49:15 +01:00
Nikolay Korotkiy
e64eb96410
gnu: stagit: Update to 1.0.
...
* gnu/packages/version-control.scm (stagit): Update to 1.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-10 23:25:52 +01:00
Ludovic Courtès
c0e7242aa1
gnu: libgit2: Reintroduce 1.1.0.
...
* gnu/packages/version-control.scm (libgit2-1.1): New variable.
* gnu/packages/patches/libgit2-mtime-0.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-11-23 20:35:00 +01:00
Ludovic Courtès
0677443c45
gnu: libgit2: Remove version 0.28.
...
This is a followup to e0e2316420
, which
removed "libgit2-mtime-0.patch", which was still used by LIBGIT2-0.28.
* gnu/packages/version-control.scm (libgit2-0.28): Remove.
2021-11-23 16:25:05 +01:00
Ludovic Courtès
b15e543d30
Merge branch 'master' into core-updates-frozen
2021-11-23 11:29:38 +01:00
Maxim Cournoyer
e0e2316420
gnu: libgit2: Update to 1.3.0.
...
* gnu/packages/patches/libgit2-mtime-0.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
* gnu/packages/version-control.scm (libgit2): Update to 1.3.0.
[source]: Remove patch and simplify snippet.
[phases]: Remove trailing #t.
2021-11-22 23:56:04 -05:00
Ludovic Courtès
0154fac42a
gnu: ghc: Depend on 'git-minimal/fixed'.
...
* gnu/packages/haskell.scm (ghc-8.8): Replace GIT/FIXED by
GIT-MINIMAL/FIXED.
* gnu/packages/version-control.scm (git/fixed): Remove.
2021-11-21 18:37:50 +01:00
Ludovic Courtès
1db174a3ad
gnu: ghc: Rely on a fixed version of Git.
...
This makes the derivation of ghc equivalent to that found in
e55547bf70
.
* gnu/packages/haskell.scm (ghc-8.8)[native-inputs]: Change GIT to
GIT/FIXED.
(ghc-8.10)[native-inputs]: Change GIT-MINIMAL to GIT-MINIMAL/FIXED.
* gnu/packages/version-control.scm (git/fixed): New variable.
2021-11-18 11:39:40 +01:00
Ludovic Courtès
669d150f48
gnu: graphene: Depend on a fixed version of 'git-minimal'.
...
* gnu/packages/version-control.scm (git-minimal/fixed): New variable.
* gnu/packages/gtk.scm (graphene)[native-inputs]: Use it instead of
GIT-MINIMAL.
2021-11-17 23:59:09 +01:00
Ludovic Courtès
3a317f7476
Merge branch 'master' into core-updates-frozen
2021-11-17 23:43:14 +01:00
Foo Chuan Wei
94fbcf7b78
gnu: Add rcs-blame.
...
* gnu/packages/version-control.scm (rcs-blame): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-17 23:05:59 +01:00
Foo Chuan Wei
b737607c54
gnu: rcs: Install rcsfreeze.
...
* gnu/packages/version-control.scm (rcs): Install rcsfreeze.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-17 23:05:58 +01:00
Tobias Geerinckx-Rice
02a67810e5
gnu: git: Update to 2.34.0.
...
* gnu/packages/version-control.scm (git): Update to 2.34.0.
2021-11-17 00:45:48 +01:00
Tanguy Le Carrour
2b9b9740fd
gnu: diff-so-fancy: Update to 1.4.2.
...
* gnu/packages/version-control.scm (diff-so-fancy): Update to 1.4.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-11-15 11:07:31 +01:00
Eric Bavier
f116b4764b
gnu: Add Breezy.
...
* gnu/packages/version-control.scm (breezy): New variable.
2021-11-13 00:29:26 -06:00
Efraim Flashner
56dcaff827
gnu: stagit: Prepare for cross-compiling.
...
* gnu/packages/version-control.scm (stagit)[arguments]: Use
cc-for-target.
2021-11-08 09:28:56 +02:00
jgart
e6a9e7d3c3
gnu: stagit: Update to 0.9.6.
...
* gnu/packages/version-control.scm (stagit): Update to 0.9.6.
[source]: Update fetch method and location of source repository.
[home-page]: Update home page.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-08 09:28:03 +02:00
Efraim Flashner
bc5155b952
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-10-31 14:49:47 +02:00
Ludovic Courtès
2dffe4767c
gnu: Use 'search-input-file' some more.
...
This patch replaces occurrences of:
(string-append (assoc-ref %build-inputs "…") "/…")
by:
(search-input-file %build-inputs "/…")
* doc/guix.texi (Miscellaneous Services): Use 'search-input-file' in R
Shiny example.
* gnu/packages/admin.scm (screenfetch): Use 'search-input-file'.
(ufetch): Likewise.
(hosts): Likewise.
* gnu/packages/backup.scm (dirvish): Likewise.
* gnu/packages/code.scm (colormake): Likewise.
* gnu/packages/compression.scm (makeself-safeextract): Likewise.
* gnu/packages/debug.scm (scanmem): Likewise.
* gnu/packages/education.scm (snap): Likewise.
(omnitux): Likewise.
* gnu/packages/emacs-xyz.scm (epipe): Likewise.
* gnu/packages/games.scm (openttd-opensfx): Likewise.
(openttd-openmsx): Likewise.
(openrct2-title-sequences): Likewise.
(openrct2-objects): Likewise.
(mrrescue): Likewise.
(0ad-data): Likewise.
(xonotic-data): Likewise.
(drascula): Likewise.
(make-lure-package): Likewise.
(make-queen-package): Likewise.
(sky): Likewise.
* gnu/packages/gnome.scm (network-manager): Likewise.
* gnu/packages/gnuzilla.scm (icedove): Likewise.
* gnu/packages/guile-xyz.scm (guile-shapefile): Likewise.
* gnu/packages/hurd.scm (netdde): Likewise.
* gnu/packages/javascript.scm (js-context-menu): Likewise.
(js-commander): Likewise.
(js-xmldom-sre): Likewise.
* gnu/packages/kde-frameworks.scm (krunner): Likewise.
* gnu/packages/kodi.scm (kodi-cli): Likewise.
* gnu/packages/libreoffice.scm (hunspell-dict-pl): Likewise.
* gnu/packages/linux.scm (e2fsck/static): Likewise.
* gnu/packages/markup.scm (markdown): Likewise.
* gnu/packages/maths.scm (hdf-java): Likewise.
* gnu/packages/multiprecision.scm (libtomcrypt): Likewise.
* gnu/packages/networking.scm (batctl): Likewise.
* gnu/packages/python-xyz.scm (python-pymediainfo): Likewise.
* gnu/packages/shells.scm (fish-foreign-env): Likewise.
* gnu/packages/tex.scm (texlive-fonts-iwona): Likewise.
* gnu/packages/upnp.scm (miniupnpc): Likewise.
* gnu/packages/version-control.scm (git-annex-remote-rclone): Likewise.
* gnu/packages/virtualization.scm (qemu): Likewise.
* gnu/packages/web.scm (icedtea-web): Likewise.
* gnu/packages/wm.scm (stumpish): Likewise.
2021-10-23 23:05:21 +02:00
Tobias Geerinckx-Rice
e8ef3b808d
gnu: git-remote-gcrypt: Update to 1.4.
...
* gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.4.
[source]: Use GIT-FILE-NAME helper.
[arguments]: Don't explicitly return #t from phases.
2021-10-22 03:31:20 +02:00
Mathieu Othacehe
e486b2b674
Merge remote-tracking branch 'signed/master' into core-updates
2021-10-18 14:37:26 +00:00
jgart
b09daf5210
gnu: python-gitpython: Update to 3.1.24.
...
* gnu/packages/version-control.scm (python-gitpython): Update to 3.1.24.
[arguments]: Do not return #t from custom phases.
[propagated-inputs]: Add python-typing-extensions.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-10-16 15:39:52 +05:30
Tobias Geerinckx-Rice
ab3a59453e
gnu: git: Update to 2.33.1.
...
* gnu/packages/version-control.scm (git): Update to 2.33.1.
2021-10-14 20:29:41 +02:00
Mathieu Othacehe
a1eca979fb
Merge remote-tracking branch 'origin/master' into core-updates-frozen.
2021-10-12 17:46:23 +00:00
Guillaume Le Vaillant
aa916f343c
gnu: git-lfs: Fix build.
...
* gnu/packages/version-control.scm (git-lfs)[arguments]: Fix
'install-man-pages' phase.
2021-10-04 17:08:18 +02:00
Xinglu Chen
885c46a7e5
gnu: grokmirror: Update to 2.0.11.
...
* gnu/packages/version-control.scm (grokmirror): Update to 2.0.11.
[arguments]<#:phases>: Don’t return #t.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-30 23:44:49 +02:00
Marius Bakke
5c3cb22c9b
Merge branch 'master' into core-updates-frozen
...
Conflicts:
gnu/packages/bioinformatics.scm
gnu/packages/chez.scm
gnu/packages/docbook.scm
gnu/packages/ebook.scm
gnu/packages/gnome.scm
gnu/packages/linux.scm
gnu/packages/networking.scm
gnu/packages/python-web.scm
gnu/packages/python-xyz.scm
gnu/packages/tex.scm
gnu/packages/version-control.scm
gnu/packages/xml.scm
guix/build-system/dune.scm
guix/build-system/go.scm
guix/build-system/linux-module.scm
guix/packages.scm
2021-09-17 01:25:52 +02:00