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-cloudabi-0.1: Skip build. 319f7eaf0f861de7450365e403d03f591d0520c4 Efraim Flashner 2020-10-12 08:26:47
gnu: rust-libmimalloc-sys-0.1: Update to 0.1.18. a812c2e8a3125877e3cf86505995cf9b1af6c472 Efraim Flashner 2020-10-12 08:05:39
gnu: rust-libmimalloc-sys-0.1: Fix building. 1d67ba6f3b6457ac335e3f389d997ed5ef9418aa Efraim Flashner 2020-10-12 08:03:57
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
Commit 319f7eaf0f861de7450365e403d03f591d0520c4 - gnu: rust-cloudabi-0.1: Skip build.
* gnu/packages/crates-io.scm (rust-cloudabi-0.1)[arguments]: Skip build.
Author: Efraim Flashner
Author date (UTC): 2020-10-12 08:26
Committer name: Efraim Flashner
Committer date (UTC): 2020-10-12 09:25
Parent(s): a812c2e8a3125877e3cf86505995cf9b1af6c472
Signer:
Signing key: 41AAE7DCCA3D8351
Signing status: E
Tree: 1c21d44fa27a99cc5d680bef8a608b2db6d3d1be
File Lines added Lines deleted
gnu/packages/crates-io.scm 6 2
File gnu/packages/crates-io.scm changed (mode: 100644) (index 911a9907df..d2bdd3d71f)
... ... pitfalls in Rust.")
3887 3887 "0rv4yf5jlldfkynzrw687s00f4x12ypw7axv71vawhy6h4i52i23")))) "0rv4yf5jlldfkynzrw687s00f4x12ypw7axv71vawhy6h4i52i23"))))
3888 3888 (build-system cargo-build-system) (build-system cargo-build-system)
3889 3889 (arguments (arguments
3890 `(#:cargo-inputs
3890 `(#:skip-build? #t
3891 #:cargo-inputs
3891 3892 (("rust-bitflags" ,rust-bitflags-1)))) (("rust-bitflags" ,rust-bitflags-1))))
3892 3893 (home-page "https://cloudabi.org/") (home-page "https://cloudabi.org/")
3893 3894 (synopsis "Low level interface to CloudABI") (synopsis "Low level interface to CloudABI")
 
... ... contains all syscalls and related types.")
3907 3908 (file-name (string-append name "-" version ".crate")) (file-name (string-append name "-" version ".crate"))
3908 3909 (sha256 (sha256
3909 3910 (base32 (base32
3910 "0kxcg83jlihy0phnd2g8c2c303px3l2p3pkjz357ll6llnd5pz6x"))))))
3911 "0kxcg83jlihy0phnd2g8c2c303px3l2p3pkjz357ll6llnd5pz6x"))))
3912 (arguments
3913 `(#:cargo-inputs
3914 (("rust-bitflags" ,rust-bitflags-1))))))
3911 3915
3912 3916 (define-public rust-cloudflare-zlib-sys-0.2 (define-public rust-cloudflare-zlib-sys-0.2
3913 3917 (package (package
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