aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/libffcall.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-10-22 13:21:19 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-10-22 13:21:19 +0300
commit1d6b31c150e317f7fd3283538c080887b4d1712e (patch)
tree6f0739c07805b07e2b3b3059f0f9b3f9ee6f4283 /gnu/packages/libffcall.scm
parenta72d97dc5009ba281e88db199ab83897517ae72c (diff)
downloadguix-1d6b31c150e317f7fd3283538c080887b4d1712e.tar.gz
guix-1d6b31c150e317f7fd3283538c080887b4d1712e.zip
gnu: Add rust-ron-0.8.
* gnu/packages/crates-io.scm (rust-ron-0.8): New variable. (rust-ron-0.7): Inherit from rust-ron-0.8.
Diffstat (limited to 'gnu/packages/libffcall.scm')
0 files changed, 0 insertions, 0 deletions
les (guix) (guix ui) (guix git-download) (ice-9 match)) (match (command-line) ((program source) (with-error-handling (with-store store (let* ((script (string-append source "/build-aux/build-self.scm")) (build (primitive-load script)) (git? (git-predicate source))) (run-with-store store ;; TODO: Extract #:version and #:commit using Guile-Git. (mlet* %store-monad ((source (interned-file source "guix-source" #:select? git? #:recursive? #t)) (drv (build source #:pull-version 1))) (mbegin %store-monad (show-what-to-build* (list drv)) (built-derivations (list drv)) (with-monad %store-monad (display (derivation->output-path drv)) (newline) (return drv))))))))))