rekahsoft
/
guix-config
Archived
1
1
Fork 0

Continued work

This commit is contained in:
Collin J. Doering 2019-02-08 12:09:22 -05:00
parent b059705d72
commit 22abd8df82
2 changed files with 42 additions and 10 deletions

View File

@ -27,10 +27,6 @@
;; Error: For more information about this error, try `rustc --explain E0658`
;; - rust-spin
;; Fails with out of memory error:
;; - rust-docmatic
;; - rust-quote
;; Working
;; - rust-rustc-std-workspace-core
;; - rust-libc
@ -52,3 +48,37 @@
;; - rust-itoa
;; - rust-ucd-util
;; - rust-bitflags
;; - rust-spin
;; - rust-quote
;; Fails with out of memory error:
;; - rust-docmatic
;; - rust-which
;; - rust-failure
;;
;; Bat
;; Native Inputs
;; rust-assert-cmd
;; rust-clap
;; rust-tempdir
; Broken: Out of memory
;; rust-escargot
;; Inputs
;; rust-ansi-colours
;; rust-ansi-term
;; rust-atty
;; rust-clap
;; rust-console
;; rust-content-inspector
;; rust-directories
;; rust-encoding
;; rust-error-chain
;; rust-git2
;; rust-lazy-static
;; rust-shell-words
;; rust-syntect
; Broken: Out of memory
;;rust-wild

View File

@ -186,8 +186,7 @@
"Automatic cfg for Rust compiler features")
(license #f)))
;----
;; TODO: this fails to build
(define-public rust-docmatic
(package
(name "rust-docmatic")
@ -213,8 +212,7 @@
"Test Rust examples in your documentation.")
(license #f)))
;---
;; TODO: fails to build due to out of memory error
(define-public rust-which
(package
(name "rust-which")
@ -244,6 +242,7 @@
"This package provides a Rust equivalent of Unix command \"which\". Locate installed execuable in cross platforms.")
(license #f)))
;; TODO failing out of memory error
(define-public rust-failure
(package
(name "rust-failure")
@ -273,6 +272,8 @@
"Experimental error handling abstraction.")
(license #f)))
;---
(define-public rust-remove-dir-all
(package
(name "rust-remove-dir-all")
@ -3352,8 +3353,9 @@ unstable API.
(build-system cargo-build-system)
(arguments `(#:phases (modify-phases %standard-phases
(delete 'build))))
(inputs
`(("rust-proc-macro2" ,rust-proc-macro2 "src")))
;; TODO: circular dependency
;; (inputs
;; `(("rust-proc-macro2" ,rust-proc-macro2 "src")))
(home-page "https://github.com/dtolnay/quote")
(synopsis "Quasi-quoting macro quote!(...)")
(description "Quasi-quoting macro quote!(...)")