Continued work
This commit is contained in:
parent
b059705d72
commit
22abd8df82
38
package.scm
38
package.scm
@ -27,10 +27,6 @@
|
|||||||
;; Error: For more information about this error, try `rustc --explain E0658`
|
;; Error: For more information about this error, try `rustc --explain E0658`
|
||||||
;; - rust-spin
|
;; - rust-spin
|
||||||
|
|
||||||
;; Fails with out of memory error:
|
|
||||||
;; - rust-docmatic
|
|
||||||
;; - rust-quote
|
|
||||||
|
|
||||||
;; Working
|
;; Working
|
||||||
;; - rust-rustc-std-workspace-core
|
;; - rust-rustc-std-workspace-core
|
||||||
;; - rust-libc
|
;; - rust-libc
|
||||||
@ -52,3 +48,37 @@
|
|||||||
;; - rust-itoa
|
;; - rust-itoa
|
||||||
;; - rust-ucd-util
|
;; - rust-ucd-util
|
||||||
;; - rust-bitflags
|
;; - 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
|
||||||
|
@ -186,8 +186,7 @@
|
|||||||
"Automatic cfg for Rust compiler features")
|
"Automatic cfg for Rust compiler features")
|
||||||
(license #f)))
|
(license #f)))
|
||||||
|
|
||||||
;----
|
;; TODO: this fails to build
|
||||||
|
|
||||||
(define-public rust-docmatic
|
(define-public rust-docmatic
|
||||||
(package
|
(package
|
||||||
(name "rust-docmatic")
|
(name "rust-docmatic")
|
||||||
@ -213,8 +212,7 @@
|
|||||||
"Test Rust examples in your documentation.")
|
"Test Rust examples in your documentation.")
|
||||||
(license #f)))
|
(license #f)))
|
||||||
|
|
||||||
;---
|
;; TODO: fails to build due to out of memory error
|
||||||
|
|
||||||
(define-public rust-which
|
(define-public rust-which
|
||||||
(package
|
(package
|
||||||
(name "rust-which")
|
(name "rust-which")
|
||||||
@ -244,6 +242,7 @@
|
|||||||
"This package provides a Rust equivalent of Unix command \"which\". Locate installed execuable in cross platforms.")
|
"This package provides a Rust equivalent of Unix command \"which\". Locate installed execuable in cross platforms.")
|
||||||
(license #f)))
|
(license #f)))
|
||||||
|
|
||||||
|
;; TODO failing out of memory error
|
||||||
(define-public rust-failure
|
(define-public rust-failure
|
||||||
(package
|
(package
|
||||||
(name "rust-failure")
|
(name "rust-failure")
|
||||||
@ -273,6 +272,8 @@
|
|||||||
"Experimental error handling abstraction.")
|
"Experimental error handling abstraction.")
|
||||||
(license #f)))
|
(license #f)))
|
||||||
|
|
||||||
|
;---
|
||||||
|
|
||||||
(define-public rust-remove-dir-all
|
(define-public rust-remove-dir-all
|
||||||
(package
|
(package
|
||||||
(name "rust-remove-dir-all")
|
(name "rust-remove-dir-all")
|
||||||
@ -3352,8 +3353,9 @@ unstable API.
|
|||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments `(#:phases (modify-phases %standard-phases
|
(arguments `(#:phases (modify-phases %standard-phases
|
||||||
(delete 'build))))
|
(delete 'build))))
|
||||||
(inputs
|
;; TODO: circular dependency
|
||||||
`(("rust-proc-macro2" ,rust-proc-macro2 "src")))
|
;; (inputs
|
||||||
|
;; `(("rust-proc-macro2" ,rust-proc-macro2 "src")))
|
||||||
(home-page "https://github.com/dtolnay/quote")
|
(home-page "https://github.com/dtolnay/quote")
|
||||||
(synopsis "Quasi-quoting macro quote!(...)")
|
(synopsis "Quasi-quoting macro quote!(...)")
|
||||||
(description "Quasi-quoting macro quote!(...)")
|
(description "Quasi-quoting macro quote!(...)")
|
||||||
|
Reference in New Issue
Block a user