Jan Nieuwenhuizen <[email protected]> skribis: > From 87eac0f669515e139f7518cd52480e3346069ba5 Mon Sep 17 00:00:00 2001 > From: Jan Nieuwenhuizen <[email protected]> > Date: Wed, 23 Mar 2016 22:18:46 +0100 > Subject: [PATCH 1/3] gnu: Add gnu-standards. > > * gnu/packages/gnu-doc.scm: New file. > * gnu-system.am: Add it.
Applied. > From d115d439a8bb98e1a5fa072ad6c1ea47361e9dc0 Mon Sep 17 00:00:00 2001 > From: Jan Nieuwenhuizen <[email protected]> > Date: Sat, 26 Mar 2016 13:40:38 +0100 > Subject: [PATCH 2/3] build: allow cvs download of gnu-standards. > > * guix/build/cvs.scm (cvs-fetch): Use -z1, fixes checkout of gnustandards. > Use copy-recursively (was rename-file), allows /tmp and /gnu/store on > separate devices. I split this one into two, and realized that for me even -z1 doesn’t work (although -z3 works with the libffcall repo), so I changed it to -z0, which appears to be reliable. > From b781c71a1077762dbbf2e441cb6697261d05d05d Mon Sep 17 00:00:00 2001 > From: Jan Nieuwenhuizen <[email protected]> > Date: Sat, 26 Mar 2016 13:56:14 +0100 > Subject: [PATCH 3/3] gnu: move miscfiles into gnu-doc.scm > > * gnu/packages/miscfiles.scm: Remove file. > * gnu-sytem.am: Remove it. > * gnu/packages/gnu-doc.scm (miscfiles): Move here. Applied. Thanks! Ludo’.
