From 0c1fdcca970f8767b39308812f8b182536992dbf Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 19 Jun 2019 11:14:12 +0100 Subject: WIP --- index.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 195046e..9cb33a6 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,7 @@ background: none !important; border: none !important; box-shadow: none !important; + font-size: 0.45em !important; } .caption { @@ -106,7 +107,7 @@ x86_64-linux-thread-multi

Using Perl modules

-
+          
 → guix install perl perl-uri
 
 → echo $PERL5LIB
@@ -257,7 +258,7 @@ commenting.")
         
-
+          
 /gnu/store/hcrv2cqzbisdb35hg2xmbxp1r2z7ijzd-ikiwiki-3.20190228
 ├── bin
 │   ├── ikiwiki
@@ -322,7 +323,7 @@ in repository guix.
         
-
+          
 → guix import cpan HTTP::Tinyish
 
 Starting download of /tmp/guix-file.f6bYLw
@@ -351,6 +352,16 @@ From http://www.cpan.org/authors/id/M/MI/MIYAGAWA/HTTP-Tinyish-0.15.tar.gz...
     "HTTP::Tiny compatible HTTP client wrappers")
   (description fill-in-yourself!)
   (license perl-license))
+
+ +
+

Recap: Through Guix you can...

+

Get and use Perl

+ +

Get and use Perl modules

+ +

Get and use tools and applications written in Perl

+
@@ -364,7 +375,7 @@ From http://www.cpan.org/authors/id/M/MI/MIYAGAWA/HTTP-Tinyish-0.15.tar.gz... Reveal.initialize({ controls: false, history: true, - showNotes: true, + //showNotes: true, dependencies: [ { src: 'plugin/markdown/marked.js' }, { src: 'plugin/markdown/markdown.js' }, -- cgit v1.2.3