aboutsummaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-03-12 14:16:21 -0500
committerLeo Famulari <leo@famulari.name>2021-03-12 14:22:21 -0500
commita39faf1abdac4ee518ed28bf6429e07eab0371ea (patch)
tree85ca7e8bad19af428c80f1935905f047ba80130a /gnu/system
parent35b3ab8e5748d9911ae7a0189065d0c25392895b (diff)
downloadguix-a39faf1abdac4ee518ed28bf6429e07eab0371ea.tar.gz
guix-a39faf1abdac4ee518ed28bf6429e07eab0371ea.zip
gnu: OpenSSL: Fix version number in build configuration.
Fixes <https://bugs.gnu.org/47108>. This is a followup to commit 4a8b529ce15ddc69a9dd701e450fc85a0ed65910. * gnu/packages/tls.scm (openssl/fixed)[arguments]: New field.
Diffstat (limited to 'gnu/system')
0 files changed, 0 insertions, 0 deletions
is a followup to commit 5d6792f ("gnu: bootstrap: Create a wrapper for guile to set the system load path.") * tests/size.scm ("store-profile"): Expect profile of 'bash' bootstrap binary. * tests/gexp.scm ("gexp->derivation #:references-graphs"): Expect GUILE-DRV to depend on 'bash' bootstrap binary. Ludovic Courtès 2015-06-18Add 'guix size'....* guix/scripts/size.scm: New file. * Makefile.am (MODULES): Add it. (SCM_TESTS): Add tests/size.scm. * doc.am (SUBCOMMANDS): Add 'size'. * po/guix/POTFILES.in: Add guix/scripts/size.scm. * tests/size.scm: New file. * doc/guix.texi (Packages with Multiple Outputs): Add xref to "Invoking guix size". (Invoking guix size): New node. (Invoking guix gc): Add index for "closure" and xref to the above. * doc/contributing.texi (Submitting Patches): Use @enumerate for the check list. Add item about 'guix size'. Ludovic Courtès