diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-08-26 21:36:45 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-08-27 12:20:44 +0200 |
commit | abba40731aae82465135e117a09d149d312c01c2 (patch) | |
tree | cbe016db9611b2e356a927443bcb30663c1a7a2d /gnu/packages/guile.scm | |
parent | dd6976dd75ca97572e0e88a6be2e550fb0824c68 (diff) | |
download | guix-abba40731aae82465135e117a09d149d312c01c2.tar.gz |
gnu: guile-bytestructures: Add upstream name.
* gnu/packages/guile.scm (guile-bytestructures)[properties]: New field.
Diffstat (limited to 'gnu/packages/guile.scm')
-rw-r--r-- | gnu/packages/guile.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 5683ebd2fc..933d3fe701 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -602,7 +602,8 @@ of the C programming language, to be used on bytevectors. C's type system works on raw memory, and Guile works on bytevectors which are an abstraction over raw memory. It's also more powerful than the C type system, elevating types to first-class status.") - (license license:gpl3+))) + (license license:gpl3+) + (properties '((upstream-name . "bytestructures"))))) (define-public guile2.0-bytestructures (package-for-guile-2.0 guile-bytestructures)) |