rekahsoft
/
guix-config
Archived
1
1
Fork 0

Continued WIP as more dependency packages are built

This commit is contained in:
Collin J. Doering 2019-02-04 15:26:28 -05:00
parent 0c8869b271
commit b059705d72
3 changed files with 11998 additions and 36 deletions

View File

@ -2,13 +2,13 @@
;; Broken: install phase
;; Error: no packages found with binaries or examples
;; - rust-autocfg
;; - rust-bencher
;; - rust-num-traits
;; - rust-shell-words
;; - rust-predicates-core
;; - rust-rustc-std-workspace-core
;; - rust-quick-error
;; + rust-autocfg
;; + rust-bencher
;; + rust-num-traits
;; + rust-shell-words
;; + rust-predicates-core
;; + rust-rustc-std-workspace-core
;; + rust-quick-error
;; - rust-natord
;; - rust-rustc-std-workspace-core <- rust-libc <- rust-users
;; - rust-unicode-width
@ -27,14 +27,9 @@
;; Error: For more information about this error, try `rustc --explain E0658`
;; - rust-spin
;; rust-treeline
;; rust-cfg-if
;; rust-fuchsia-cprng
;; rust-winapi-build
;; rust-quote
;; rust-itoa
;; rust-ucd-util
;; rust-bitflags
;; Fails with out of memory error:
;; - rust-docmatic
;; - rust-quote
;; Working
;; - rust-rustc-std-workspace-core
@ -43,3 +38,17 @@
;; - rust-predicates-core
;; - rust-predicates-tree
;; - rust-treeline
;; - rust-autocfg
;; - rust-bencher
;; - rust-shell-words
;; - rust-num-traits
;; - rust-quick-error
;; - rust-natord
;; - rust-unicode-width
;; - rust-treeline
;; - rust-cfg-if
;; - rust-fuchsia-cprng
;; - rust-winapi-build
;; - rust-itoa
;; - rust-ucd-util
;; - rust-bitflags

File diff suppressed because it is too large Load Diff

View File

@ -325,27 +325,6 @@
")
(license #f)))
(define-public rust-autocfg
(package
(name "rust-autocfg")
(version "0.1.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "autocfg" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"16fprz5qi7paij5swyxb2hjris6d7bjzm9v8805gcjfswaz41mm6"))))
(build-system cargo-build-system)
(home-page "https://github.com/cuviper/autocfg")
(synopsis
"Automatic cfg for Rust compiler features")
(description
"Automatic cfg for Rust compiler features")
(license #f)))
(define-public rust-average
(package
(name "rust-average")