maav / guix-mirror (public) (License: GPLv3+) (since 2019-11-02) (hash sha1)
Mirror of GNU Guix (https://git.savannah.gnu.org/git/guix.git) with personal branches integrated into master branch.
List of commits:
Subject Hash Author Date (UTC)
gnu: gcc-toolchain: Add 'GUIX_LOCPATH' to the search paths. f848c276f0be22e66b661fe45d60d53fc0013172 Ludovic Courtès 2020-09-28 19:07:09
substitute: Reduce default narinfo negative TTL to 1h. 099d709caf55db44414475c27b7b39f8becb0d64 Ludovic Courtès 2020-10-12 15:30:35
tests: Add missing copyright line. d3162b98a824a32ce955de18b9b891fbc4342d44 Ludovic Courtès 2020-10-12 09:51:13
upgrade: Mention '--do-not-upgrade' in '--help' output. 75e72dd34ef7001ac16e1abfd117672378326aad Ludovic Courtès 2020-10-12 09:48:45
gnu: rust-clang-sys: Fix package references. 51d36964800013b679a499927208444cf1374ba1 Efraim Flashner 2020-10-12 10:22:04
gnu: rust-core-foundation-0.7: Downgrade to 0.7.0. 8bcfd15c2abd6b7d7d82ab3260df06379febff1f Efraim Flashner 2020-10-12 10:12:39
gnu: rust-tokio-util-0.3: Skip tests. af211eb5209bf031d1846743cc15667349fd6bb2 Efraim Flashner 2020-10-12 10:08:32
gnu: rust-xml-rs-0.7: Downgrade to 0.7.0. 1bea13cbd5cc9251d4b1d9040032ff1235c672a4 Efraim Flashner 2020-10-12 10:03:30
gnu: rust-syn-0.11: Skip tests. b01644cf5363431f13a5b54070c970b69a74a344 Efraim Flashner 2020-10-12 09:53:39
gnu: rust-fluid-attributes-0.4: Skip tests. d94a56d52e10ab41fbec2c75359e9c5b526622c7 Efraim Flashner 2020-10-12 09:49:03
gnu: r-rgdal: Update to 1.5-17. 328cf4e9a90cf98eb126eec35c17c020590be422 Arun Isaac 2020-10-12 10:15:40
gnu: r-rgdal: Replace proj.4 with proj. 265b2bc5d37b57ced243522e370191c42363409f Arun Isaac 2020-02-22 19:16:32
news: Update copyright. 9a7bea11d699ef13ecd90772d321eecd5992a26e Florian Pelz 2020-09-24 08:37:51
lint: cve: Set a connection timeout. baa4a2ef8109601dcd6d28b16d2d41c203f849e4 Ludovic Courtès 2020-10-12 09:25:09
http-client: 'http-fetch' and 'http-fetch/cached' accept #:timeout. d11f7f62b6ba2fbef8e4b00c7ae0d621f2d4281c Ludovic Courtès 2020-10-12 09:19:32
channels: Address test failure. 6c46e477eb50c6ee7c9b7c8199bdfb3708dc32b5 Ludovic Courtès 2020-10-12 08:10:03
gnu: rust-xz2-0.1: Fix building. 8608d40b2aeae69a6054b8e053b0474a58932ee0 Efraim Flashner 2020-10-12 09:21:35
gnu: rust-pq-sys-0.4: Fix building. 8203bf6c13e04760ed8d01062778bf1332a351f4 Efraim Flashner 2020-10-12 09:11:24
gnu: rust-crc-1: Downgrade to 1.8.1. 21233fca78fc08c933cd78a775c8b5bfc1f285a2 Efraim Flashner 2020-10-12 08:58:27
gnu: rust-core-foundation-0.6: Fix building. 7507db9dc7c4307c2b9d2fb8011677f323442f34 Efraim Flashner 2020-10-12 08:50:33
Commit f848c276f0be22e66b661fe45d60d53fc0013172 - gnu: gcc-toolchain: Add 'GUIX_LOCPATH' to the search paths.
This allows 'gcc-toolchain' to be used as a drop-in replacement for the
default tool chain through '--with-toolchain=gcc-toolchain'.

* gnu/packages/commencement.scm (make-gcc-toolchain)[native-search-paths]
[search-paths]: Append LIBC's search paths.
Author: Ludovic Courtès
Author date (UTC): 2020-09-28 19:07
Committer name: Ludovic Courtès
Committer date (UTC): 2020-10-12 16:23
Parent(s): 099d709caf55db44414475c27b7b39f8becb0d64
Signer:
Signing key: 090B11993D9AEBB5
Signing status: E
Tree: fd94b6a961f1e2accfedcaa2a399d90346c56c07
File Lines added Lines deleted
gnu/packages/commencement.scm 6 2
File gnu/packages/commencement.scm changed (mode: 100644) (index 4041d5bb89..0938bc3d46)
... ... COREUTILS-FINAL vs. COREUTILS, etc."
3856 3856 "libc-static"))) "libc-static")))
3857 3857 #t)))) #t))))
3858 3858
3859 (native-search-paths (package-native-search-paths gcc))
3860 (search-paths (package-search-paths gcc))
3859 (native-search-paths
3860 (append (package-native-search-paths gcc)
3861 (package-native-search-paths libc))) ;GUIX_LOCPATH
3862 (search-paths
3863 (append (package-search-paths gcc)
3864 (package-search-paths libc)))
3861 3865
3862 3866 (license (package-license gcc)) (license (package-license gcc))
3863 3867 (synopsis "Complete GCC tool chain for C/C++ development") (synopsis "Complete GCC tool chain for C/C++ development")
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/maav/guix-mirror

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/maav/guix-mirror

Clone this repository using git:
git clone git://git.rocketgit.com/user/maav/guix-mirror

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main