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-once-cell-1: Fix building. f013613406267077af473e461167cc06386f1dcf Efraim Flashner 2020-10-12 07:57:47
gnu: rust-criterion-plot-0.4: Fix building. ef421ee22b42c0911a8c12980625f43eb8e3120f Efraim Flashner 2020-10-12 07:48:23
gnu: rust-zstd-sys-1: Adjust crate imports. 86574608c7d030ea6298ca0b524cb7dd1c72d271 Efraim Flashner 2020-10-12 07:25:15
gnu: guile-squee: Update to 0-1.7dcd22b. f3e96671feed033532ba5bea2522bd869cdf05dc Christopher Baines 2020-10-12 08:01:56
news: Add 'es' translation. e746d30ec15852ec50e4247ea0a07ab2a9a69aa8 Miguel Ángel Arruga Vivas 2020-10-11 17:10:56
gnu: rtl8821ce-linux-module: Update to 0.0.0-1.fe97b500. 830c5479bbebbb89a65fac8dc6565207fa375a15 Zhu Zihao 2020-10-09 12:43:03
gnu: web.scm: Sort module imports alphabetically. 874979e8dfd961d1d791d201417d6b77a6ea2b74 Efraim Flashner 2020-10-12 06:46:27
gnu: Add esbuild. 5137c73e29929c892c9dbd143fd920014a2ef193 Ryan Prior via Guix-patches via 2020-10-11 16:16:29
gnu: Add go-github-com-kylelemons-godebug. 58420d23afc192159c4566cce7c867a2d2f850dc Ryan Prior via Guix-patches via 2020-10-11 16:16:23
gnu: Add rust-swc-1. 7d34dae1f107b09d3b46986ada726df870fc63a4 Arun Isaac 2020-09-21 08:44:30
gnu: Add rust-radix-fmt-1. c3caffb15518973510244024d6b03299addc065b Arun Isaac 2020-09-21 06:11:17
gnu: Add rust-st-map-0.1. 1757c5e912babd689aeb9bb2274338fcc4154965 Arun Isaac 2020-09-21 06:08:29
gnu: Add rust-fluid-0.4. 40b2e9052cd0a92d5bf5509479ddf6c5b5092b69 Arun Isaac 2020-09-21 06:06:41
gnu: Add rust-fluid-attributes-0.4. 4fabe74173c8742f606bcac00064370c0f11452d Arun Isaac 2020-09-21 06:05:23
gnu: Add rust-sourcemap-6. bb9003c9751ffe9c0cac6704ffe40a1aefe91409 Arun Isaac 2020-09-21 06:03:00
gnu: Add rust-path-clean-0.1. c2b43329a1fdc92ac8edb8b6b17dfa865e925bd2 Arun Isaac 2020-09-21 05:59:49
gnu: Add rust-is-macro-0.1. 722c00d1109cd06418a90d36f6a729c3ef9ace90 Arun Isaac 2020-09-21 05:58:32
gnu: Add rust-ipconfig-0.2. 461b8f7457d6dcda3c045a4bd875c1cadd12ad0b Arun Isaac 2020-09-21 05:56:12
gnu: Add rust-napi-0.5. bc69ad7b364620f2820203b9adef356a7f0515f7 Arun Isaac 2020-09-21 05:53:44
gnu: Add rust-napi-build-0.2. 0a0a560c90faef0a3a482d1b528d9430b6912c4b Arun Isaac 2020-09-21 05:52:18
Commit f013613406267077af473e461167cc06386f1dcf - gnu: rust-once-cell-1: Fix building.
* gnu/packages/crates-io.scm (rust-once-cell-1)[arguments]: Replace
rust-parking-lot-0.10 with 0.11 in cargo-inputs.
Author: Efraim Flashner
Author date (UTC): 2020-10-12 07:57
Committer name: Efraim Flashner
Committer date (UTC): 2020-10-12 09:25
Parent(s): ef421ee22b42c0911a8c12980625f43eb8e3120f
Signer:
Signing key: 41AAE7DCCA3D8351
Signing status: E
Tree: a394dcbf272e3931809cc35da26bf1b5218d50f5
File Lines added Lines deleted
gnu/packages/crates-io.scm 1 1
File gnu/packages/crates-io.scm changed (mode: 100644) (index 21609fabec..76202e35bb)
... ... You probably don't want to link to this crate directly; instead check out the
17016 17016 (build-system cargo-build-system) (build-system cargo-build-system)
17017 17017 (arguments (arguments
17018 17018 `(#:cargo-inputs `(#:cargo-inputs
17019 (("rust-parking-lot" ,rust-parking-lot-0.10))
17019 (("rust-parking-lot" ,rust-parking-lot-0.11))
17020 17020 #:cargo-development-inputs #:cargo-development-inputs
17021 17021 (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7) (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7)
17022 17022 ("rust-lazy-static" ,rust-lazy-static-1) ("rust-lazy-static" ,rust-lazy-static-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