Hi Jason,
Thanks for the patch!
I believe there are two issues here:
> + (sha256
> + (base32
> +
> "MM4TMM3EHA2GIZTGGEYWGNBRGIYTAZTGMY4TSNBXGQZGKOLGHEYGCNZSMRTGIY3CGA2DQMLCMNRTIYRVGMYDEMRTMVSDGNJRGFTGENI="
This is not a valid nix-base32 string. It should be shorter, like
I hope that I've done this correctly.
diff --git a/Makefile.am b/Makefile.am
index b57e7db..d5a4111 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,6 +51,7 @@ MODULES = \
distro/packages/cpio.scm \
distro/packages/ddrescue.scm \
distro/packages/ed.scm \
+ distro/packages/fdisk
Applied which, time, and cpio.
Thanks!
Ludo'.
Nikita Karetnikov skribis:
> What's wrong with 'shishi' and 'wget'? There is a yellow icon with a
> cross. [1] What does it mean? Do they have any problems with deps?
GnuTLS failed to build, because of a segfault while running the Guile
module test suite, which seems to appear intermittently.
N
Hi,
Nikita Karetnikov skribis:
>> To silence the warning, perhaps we could rename ‘gettext’ to
>> ‘gnu-gettext’, as I did for GNU Make. WDYT?
>
> Are there any downsides? (I can create a patch.)
Well, the name is slightly less intuitive.
Alternatively, we can keep that name, and use something
Hi,
What's wrong with 'shishi' and 'wget'? There is a yellow icon with a
cross. [1] What does it mean? Do they have any problems with deps?
Nikita
[1] http://hydra.nixos.org/static/images/dependency_16.png
Hi,
> To silence the warning, perhaps we could rename ‘gettext’ to
> ‘gnu-gettext’, as I did for GNU Make. WDYT?
Are there any downsides? (I can create a patch.)
Nikita
From f765dae15759ec7daf50fe3f0b3437a518706883 Mon Sep 17 00:00:00 2001
From: Nikita Karetnikov
Date: Sun, 25 Nov 2012 18:32:33 +
Subject: [PATCH] distro: Add GNU Cpio.
* distro/packages/cpio.scm,
distro/packages/patches/cpio-gets-undeclared.patch: New files.
* Makefile.am (MODULES): Add 'c
From 88c7abbc372ffe23169648e7d017ffaa8343bc63 Mon Sep 17 00:00:00 2001
From: Nikita Karetnikov
Date: Sun, 25 Nov 2012 17:41:21 +
Subject: [PATCH] distro: Add GNU Time.
* distro/packages/time.scm: New file.
* Makefile.am (MODULES): Add it.
---
Makefile.am |1 +
distro/packag
Hi!
Guix has been under continuous integration at:
http://hydra.nixos.org/jobset/gnu/guix-master
And now the distro itself is being built at:
http://hydra.nixos.org/jobset/gnu/guix-distro-master
Binaries can be downloaded from there. You first need to fetch the
manifest using:
nix-pull
From c7de213ecd3a3658bc0a66c1720fd28aa9e8c011 Mon Sep 17 00:00:00 2001
From: Nikita Karetnikov
Date: Sun, 25 Nov 2012 16:19:39 +
Subject: [PATCH] distro: Add GNU Which.
* distro/packages/which.scm: New file.
* Makefile.am (MODULES): Add it.
---
Makefile.am |1 +
distro/pac
Applied, thanks!
Ludo'.
Applied, thanks!
Ludo'.
Hi,
Nikita Karetnikov skribis:
> (I attached the patch.)
Applied. I added this line to fix chroot builds:
(arguments
'(#:phases
(alist-cons-before 'build 'patch-/usr/bin/env
(lambda _
(for-each patch-shebang
14 matches
Mail list logo