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: 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
gnu: Add rust-napi-sys-0.4. 8e07de3dbc5fa577f1eb8bf18a959491266e3987 Arun Isaac 2020-09-21 05:50:17
gnu: rust-syn-1: Update to 1.0.40. 08d59bc87094d9bb4377a177e7e478e7b1e25231 Arun Isaac 2020-09-21 06:20:25
gnu: Add rust-reqwest-0.10. f2ee88881623e867c268964eea5dd32c995d7351 Arun Isaac 2020-09-21 05:48:03
gnu: Add rust-hyper-rustls-0.21. 7f5e2d8313c8e3b53263c79529b0f1381c190c29 Arun Isaac 2020-09-21 05:45:09
gnu: Add rust-rustls-native-certs-0.4. e2ed3a3a0ee75db72a2786b611226bbc70bd5fcc Arun Isaac 2020-09-21 05:43:32
gnu: Add rust-hyper-tls-0.4. 1563dee3d837ab53afea6383188d1983161cf4d3 Arun Isaac 2020-09-21 05:39:48
gnu: Add rust-mime-guess-2. 1abd699e7fae4d4f7476d658955d2a46e09604ec Arun Isaac 2020-09-21 05:07:27
gnu: Add rust-trust-dns-resolver-0.19. 65cdebd20a2d8af8f667f91321952a9eeb6f9692 Arun Isaac 2020-09-20 19:09:03
gnu: Add rust-trust-dns-https-0.19. 77a0536bfd2a6b8009ed21c5eaafbd7226115404 Arun Isaac 2020-09-20 19:04:24
gnu: Add rust-napi-derive-0.5. 69cc75561e9308adb26be36f244f3ee334a427d0 Arun Isaac 2020-09-20 18:55:52
gnu: Add rust-static-map-macro-0.2. 23e96e41cb7b693d72df4c7f98ebe7fdf5593aff Arun Isaac 2020-09-20 18:54:24
gnu: Add rust-relative-path-1. 001638a5104c381563af6bf4d69a8039ce91c387 Arun Isaac 2020-09-20 18:52:29
gnu: Add rust-pmutil-0.5. d84c250f9242b76ca8e88b35282488388a7c78d2 Arun Isaac 2020-09-20 18:50:09
Commit 4fabe74173c8742f606bcac00064370c0f11452d - gnu: Add rust-fluid-attributes-0.4.
* gnu/packages/crates-io.scm (rust-fluid-attributes-0.4): New variable.
Author: Arun Isaac
Author date (UTC): 2020-09-21 06:05
Committer name: Arun Isaac
Committer date (UTC): 2020-10-12 06:12
Parent(s): bb9003c9751ffe9c0cac6704ffe40a1aefe91409
Signer:
Signing key: 2E25EE8B61802BB3
Signing status: E
Tree: 5690dfdfa09a02db01eec81e6a4bd903fc717848
File Lines added Lines deleted
gnu/packages/crates-io.scm 25 0
File gnu/packages/crates-io.scm changed (mode: 100644) (index 7473dfb9d6..965ed5795a)
... ... streams.")
8433 8433 "This package provides a total ordering for floating-point numbers.") "This package provides a total ordering for floating-point numbers.")
8434 8434 (license (list license:asl2.0 license:expat)))) (license (list license:asl2.0 license:expat))))
8435 8435
8436 (define-public rust-fluid-attributes-0.4
8437 (package
8438 (name "rust-fluid-attributes")
8439 (version "0.4.0")
8440 (source
8441 (origin
8442 (method url-fetch)
8443 (uri (crate-uri "fluid_attributes" version))
8444 (file-name (string-append name "-" version ".tar.gz"))
8445 (sha256
8446 (base32
8447 "1i67vcas0gr64bc8spprlfp7m7msv1jyspghgq1q8f0qrnvy8px8"))))
8448 (build-system cargo-build-system)
8449 (arguments
8450 `(#:cargo-inputs
8451 (("rust-proc-macro2" ,rust-proc-macro2-0.4)
8452 ("rust-quote" ,rust-quote-0.6)
8453 ("rust-syn" ,rust-syn-0.15)
8454 ("rust-uuid" ,rust-uuid-0.7))))
8455 (home-page "https://gitlab.com/Boiethios/fluid-rs/wikis")
8456 (synopsis "Proc macro attributes for the fluid crate")
8457 (description "This package provides proc macro attributes for the fluid
8458 crate.")
8459 (license license:asl2.0)))
8460
8436 8461 (define-public rust-fnv-1 (define-public rust-fnv-1
8437 8462 (package (package
8438 8463 (name "rust-fnv") (name "rust-fnv")
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