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: rust-fxhash-0.2: Don't skip build. 8d71613ca7e3e0c94d7bcf526fa24af59c4888c7 Efraim Flashner 2020-10-13 07:40:30
gnu: rust-arrayref-0.3: Update to 0.3.6. cc6ff9c53717b5524a6fea852cd9035b5f273856 Efraim Flashner 2020-10-13 07:28:25
gnu: rust-arrayref-0.3: Don't skip build. 8b71a2a614f29d8612160a6b96455bcc60b8a61d Efraim Flashner 2020-10-13 07:27:53
gnu: rust-brotli-decompressor-2.3: Remove minor version from name. 23a50353eb594f69e270857f6c30393d4e53333c Efraim Flashner 2020-10-13 06:54:29
gnu: rust-brotli-decompressor-2.3: Skip tests. c4693a92d25f7fb05da87824c63af8289fdc3f70 Efraim Flashner 2020-10-13 06:52:46
gnu: rust-tokio-rustls-0.13: Skip network tests. 6263dc3bc00cb8339623fb0973bb2da85fb26e12 Efraim Flashner 2020-10-13 06:38:11
gnu: rust-tokio-rustls-0.14: Skip network tests. 6c522a53bdb3ef43debe2ca9f13bbc354504e827 Efraim Flashner 2020-10-13 06:36:57
gnu: newsboat: Update to 2.21. 3cdcdcf539827819dfb6357e47404cdb4bec268a Efraim Flashner 2020-10-13 06:28:30
gnu: rust-unicode-width-0.1: Update to 0.1.8. 673de819ff31ef7837753fbc83176233f668ae83 Efraim Flashner 2020-10-13 06:05:54
gnu: Add emacs-py-isort. ddd61916ce864b473a115d39d73b233978914c3d Joseph LaFreniere 2020-10-13 07:21:56
gnu: libcanberra: Fix crashes on wayland. ec82d58526c27a9ca26f6c5e39cec90a48cbc1cc Julien Lepiller 2020-10-11 01:58:50
news: Add entry for '--with-c-toolchain'. a2ed00f79fd5bf69c6cca3fa7bdc62726bf848fa Ludovic Courtès 2020-10-12 16:22:17
guix build: Add '--with-c-toolchain'. abd7a474615353149a44f4504f0b4b248dcc0716 Ludovic Courtès 2020-09-28 16:56:00
packages: Add 'package-with-c-toolchain'. 46135ce4cefab9e164d75697d7ea0c8359b842e4 Ludovic Courtès 2020-09-28 15:36:42
gnu: clang-toolchain: Create 'cc' and 'c++' symlinks. b668450716f0949e6a66550c38b6ba738f66bba7 Ludovic Courtès 2020-09-28 19:09:50
gnu: clang-toolchain: Add 'GUIX_LOCPATH' to the search paths. 61a5380bfd89c77bb45c9b77203ddfbe27eb0865 Ludovic Courtès 2020-09-28 19:19:32
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
Commit 8d71613ca7e3e0c94d7bcf526fa24af59c4888c7 - gnu: rust-fxhash-0.2: Don't skip build.
* gnu/packages/crates-io.scm (rust-fxhash-0.2)[arguments]: Don't skip
build.
Author: Efraim Flashner
Author date (UTC): 2020-10-13 07:40
Committer name: Efraim Flashner
Committer date (UTC): 2020-10-13 07:46
Parent(s): cc6ff9c53717b5524a6fea852cd9035b5f273856
Signer:
Signing key: 41AAE7DCCA3D8351
Signing status: E
Tree: 30c43dd288fba581441c550c0939c76506646d3c
File Lines added Lines deleted
gnu/packages/crates-io.scm 1 2
File gnu/packages/crates-io.scm changed (mode: 100644) (index d1d6b3672b..be7bdf6047)
... ... library.")
9586 9586 "037mb9ichariqi45xm6mz0b11pa92gj38ba0409z3iz239sns6y3")))) "037mb9ichariqi45xm6mz0b11pa92gj38ba0409z3iz239sns6y3"))))
9587 9587 (build-system cargo-build-system) (build-system cargo-build-system)
9588 9588 (arguments (arguments
9589 `(#:skip-build? #t
9590 #:cargo-inputs
9589 `(#:cargo-inputs
9591 9590 (("rust-byteorder" ,rust-byteorder-1)) (("rust-byteorder" ,rust-byteorder-1))
9592 9591 #:cargo-development-inputs #:cargo-development-inputs
9593 9592 (("rust-fnv" ,rust-fnv-1) (("rust-fnv" ,rust-fnv-1)
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