Re: [PATCH] gnu: Add rpcbind

2016-08-31 Thread John Darrington
On Wed, Aug 31, 2016 at 10:38:00PM +0200, John Darrington wrote: On Wed, Aug 31, 2016 at 10:25:36PM +0200, Ludovic Court??s wrote: John Darrington skribis: > +(synopsis "A server to convert RPC program numbers into universal

Re: core-updates, next release, and all that

2016-08-31 Thread Ben Woodcroft
On 01/09/16 05:33, Ricardo Wurmus wrote: Ben Woodcroft writes: On 28/07/16 19:31, Andreas Enge wrote: Hello, the main failures that remain on x86 are related to the gmime problem fixed in master. So I merged master once again and will start another evaluation of

Re: Store on separate partition

2016-08-31 Thread John Darrington
On Wed, Aug 31, 2016 at 11:21:32PM +0200, Ludovic Court??s wrote: > And voil??, I can boot into my newly installed GuixSD with /gnu/store in > a separate partition. That's great. It would be wonderful if we could go one step further, and have source derivations on a separate

Re: [PATCH] gnu: gzochi: Update to 0.10.

2016-08-31 Thread Julian Graham
Hi Mark, On Thu, Aug 25, 2016 at 3:22 PM, Mark H Weaver wrote: > I tested gzochi-0.10.1 by applying your proposed patch to current > 'master' (commit 8930fe62f0) and building on armhf. Unfortunately > there's still a problem: test_oid_strategy_allocation fails an > assertion.

Re: [PATCH] Clean all .go in clean-go

2016-08-31 Thread Mathieu Lirzin
Hello, Eric Bavier writes: > From: Eric Bavier > > I encountered a runtime error recently while running `guix system > reconfigure`. Thinking this might be because of an ABI break I ran `make > clean-go && make` before trying again, with the

[PATCH] gnu: gtk: Add clipit.

2016-08-31 Thread doncatnip
Hey Guix, This patch adds ClipIt (clipit) to the repository. Tested with lint, build rounds=2 and actual usability.>From 82051a27d1ca6131ad6295fad95e0bc19cc22bfa Mon Sep 17 00:00:00 2001 From: doncatnip Date: Thu, 1 Sep 2016 03:15:01 +0200 Subject: [PATCH] gnu: gtk: Add clipit.

[PATCH] build: Clean all .go files in clean-go.

2016-08-31 Thread Eric Bavier
From: Eric Bavier * Makefile.am (clean-go): Use wildcards instead of a list of files. --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 165dfe9..36d1d78 100644 --- a/Makefile.am +++ b/Makefile.am @@

[PATCH] Clean all .go in clean-go

2016-08-31 Thread Eric Bavier
From: Eric Bavier I encountered a runtime error recently while running `guix system reconfigure`. Thinking this might be because of an ABI break I ran `make clean-go && make` before trying again, with the same result. It turns out a module had been renamed, in this case

Re: GHM debriefing

2016-08-31 Thread Leo Famulari
On Thu, Sep 01, 2016 at 12:28:51AM +0200, Clément Lassieur wrote: > The Kernel Recipes talk by Greg KH [4] about why the Linux kernel > developers rely on plain text email instead of using "modern" > development tools might be of some interest too. It'll happen in Paris > on September 28 [5]. I

Re: GHM debriefing

2016-08-31 Thread Clément Lassieur
Hi Ludovic, Ludovic Courtès writes: > On that topic, I had an interesting discussion with Nicolas Petton of > Emacs about patch tracking. Nicolas explained that Gitlab (free > software) doesn’t have some of the technical defects that GitHub has; in > particular it can rebase

Re: [PATCH] gnu: Add mtd-utils.

2016-08-31 Thread Danny Milosavljevic
On Wed, 31 Aug 2016 22:59:11 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Are there GPLv2 license headers that lack the “or any later version” > wording, or anything that explicitly says “version 2 only”? If not, > it’s v2-or-later. ./ftl_format.c: ' Ported to MTD system. * Based on:

[PATCH v2 1/2] gnu: Add dtc.

2016-08-31 Thread Danny Milosavljevic
gnu: Add dtc. * gnu/packages/u-boot.scm (dtc): New variable. Co-authored-by: David Craven --- gnu/local.mk | 4 ++ gnu/packages/patches/dtc-01_build_doc.patch| 22 ...t-Add-missing-functions-to-shared-library.patch | 30

[PATCH v2 2/2] gnu: Add u-boot.

2016-08-31 Thread Danny Milosavljevic
gnu: Add u-boot. * gnu/packages/u-boot.scm (u-boot, make-u-boot-package, armhf-linux-uboot, mips64el-linux-uboot): New variables. Co-authored-by: David Craven --- gnu/packages/u-boot.scm | 90 ++--- 1 file changed, 86

[PATCH v2 0/2] Add u-boot package and its dependent packages

2016-08-31 Thread Danny Milosavljevic
Danny Milosavljevic (2): gnu: Add dtc. gnu: Add u-boot. gnu/local.mk | 4 + gnu/packages/patches/dtc-01_build_doc.patch| 22 +++ ...t-Add-missing-functions-to-shared-library.patch | 30 + ...t-Add-some-missing-symbols-to-version.lds.patch

Re: Lowercase user names

2016-08-31 Thread David Craven
According to [0] there is. But I think sticking to lowercase usernames isn't such a big restriction. I think adding a check that the username is lowercase and notifying the user on guix system reconfigure is just as good a solution IMO. [0]

Re: Store on separate partition

2016-08-31 Thread Ludovic Courtès
Hi, csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: > When rebooting the installed system, I have to edit GRUB command line > (pressing 'e'), which was: > > search --file --set > /gnu/store/2qh58nr4sxc5jwv2ng9sqq06niab8sjp-linux-libre-4.7/bzImage > linux

Re: [PATCH] gnu: Add u-boot.

2016-08-31 Thread David Craven
> I'm not totally against naming filenames "file" - or "f" for that matter - > but I distinguish for good reason. I believe I renamed your variables... xD (replace 'install + (lambda* (#:key outputs make-flags #:allow-other-keys) + (let ((out (string-append (assoc-ref

Lowercase user names

2016-08-31 Thread Ludovic Courtès
Hi! Marc Dunivan skribis: > That was the problem...I changed the user name to all lowercase, and > successfully booted into the installed system. Weird, I didn’t know about this restriction (I thought I was just self-imposing it ;-)). Is there anything we can do in

Re: [PATCH 1/2] daemon: Fix '--version'.

2016-08-31 Thread Ludovic Courtès
Hi Alex, Alex Vong skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Hi! >> >> Alex Vong skribis: >> >>> This one and the next patch fix '--version' of guix-daemon and >>> guix-register. Currently, they are not working, which is the reason

Re: Display diffs between generations.

2016-08-31 Thread Vincent Legoll
Hello >>> --list-generations=full I think keeping a way to see all generations in one go would be cool -- Vincent Legoll

Re: [PATCH] gnu: Add mtd-utils.

2016-08-31 Thread Ludovic Courtès
Danny Milosavljevic skribis: > On Tue, 30 Aug 2016 11:08:17 +0300 > Alex Kost wrote: > >> It would be good if you write a comment before licenses, like what files >> have what licenses. Also is it really 'gpl2'? If the license says "or >> any later

Re: [PATCH] gnu: Add rpcbind

2016-08-31 Thread John Darrington
On Wed, Aug 31, 2016 at 10:25:36PM +0200, Ludovic Court??s wrote: John Darrington skribis: > +(synopsis "A server to convert RPC program numbers into universal addresses") ^ What about: ???Convert ONC??RPC program

Re: [PATCH] gnu: Add u-boot.

2016-08-31 Thread Danny Milosavljevic
Hi Ludo, On Wed, 31 Aug 2016 22:40:57 +0200 l...@gnu.org (Ludovic Courtès) wrote: > > + (lambda* (#:key outputs make-flags #:allow-other-keys) > > + (let ((configname (string-append ,board "_defconfig"))) > > Should be ‘config-name’ per our conventions, but ‘config’ is

Re: Display diffs between generations.

2016-08-31 Thread Ludovic Courtès
Roel Janssen skribis: > Ludovic Courtès writes: > >> Hi Roel, >> >> I’ve just tried the patch and I think it’s awesome! I’ve also always >> been dissatisfied with what ‘--list-generations’ provides—it’s >> inconvenient as soon as you have more than a handful packages. >> >>

Re: [PATCH] gnu: Add p7zip.

2016-08-31 Thread Ricardo Wurmus
Kei Kebreau writes: > Whoops, last patch was a bit messy and stacked on the previous one. This > patch should be better! I just wanted to push a slightly modified version of this (attached) but I cannot actually build the package. The patch to remove unused code does not

Re: [PATCH] gnu: Add dtc.

2016-08-31 Thread Ludovic Courtès
David Craven skribis: > From: Danny Milosavljevic > > * gnu/packages/u-boot.scm (dtc): New variable. > > Co-authored-by: David Craven [...] > +(synopsis "Compiles Device Tree Source Files (.dts)") Maybe: “Compile device tree

Re: [PATCH] gnu: Add u-boot.

2016-08-31 Thread Ludovic Courtès
David Craven skribis: > From: Danny Milosavljevic > > * gnu/packages/u-boot.scm (u-boot, make-u-boot-package, > u-boot-vexpress_ca9x4, u-boot-malta armhf-linux-uboot, > mips64el-linux-uboot): New variables. > > Co-authored-by: David Craven

Re: [PATCH v6 1/2] gnu: Add arduino-libraries.

2016-08-31 Thread Danny Milosavljevic
> As this is only used by “arduino-libraries” and probably no other > package I’d move this into the definition of “arduino-libraries”. I suppressed arduino-core in this patch series. It will be used by others. > Could you expand the description a little? Maybe one more sentence. What should I

Re: [PATCH v6 2/2] gnu: Add arduino-makefile.

2016-08-31 Thread Danny Milosavljevic
Hi Ricardo, On Wed, 31 Aug 2016 22:02:55 +0200 Ricardo Wurmus wrote: > > + (let ((avr-gcc (assoc-ref inputs "avr-gcc-5")) > > + (avr-binutils (assoc-ref inputs "avr-binutils"))) > > + (substitute* "bin/ard-reset-arduino" > > +

Re: [PATCH 00/31] KDE Tier 3 Packages

2016-08-31 Thread Ludovic Courtès
Hartmut Goebel skribis: > Am 26.08.2016 um 23:52 schrieb David Craven: >> kio, kservice, kxmlgui, kemoticons, kiconthemes, plasma-frameworks, >> krunner, ktexteditor and knewstuff have tests disabled > > Thanks for this great work! +1 I’m impressed by the sheer

Re: HELP needed with CA certificates! [PATCH] gnu: Add tup, Add pbpst.

2016-08-31 Thread Ludovic Courtès
Hi, ng0 skribis: >> The ‘nss-certs’ package provides X.509 certificates: >> >> >> https://www.gnu.org/software/guix/manual/html_node/X_002e509-Certificates.html > > I commented nss-certs, enabled or disabled it made no difference to the > resulting binary. You

Re: [PATCH] gnu: Add telepathy-mission-control.

2016-08-31 Thread Leo Famulari
On Tue, Aug 30, 2016 at 05:43:40PM -0400, Kei Kebreau wrote: > Next package in the quest for Polari. > From de2bb9e63d26ec539f8425c7d1b39ba91f987dfa Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Tue, 30 Aug 2016 17:40:17 -0400 > Subject: [PATCH] gnu: Add

Re: [PATCH] gnu: Add rpcbind

2016-08-31 Thread Ludovic Courtès
John Darrington skribis: > From: John Darrington > > * gnu/packages/linux.scm (rpcbind): New variable. > +(synopsis "A server to convert RPC program numbers into universal > addresses") ^ If I were ‘guix lint’ I’d complain about

Re: [PATCH] gnu: Add rpcbind

2016-08-31 Thread John Darrington
On Wed, Aug 31, 2016 at 03:35:05PM -0400, Leo Famulari wrote: On Sun, Aug 28, 2016 at 11:25:23PM +0200, John Darrington wrote: > From: John Darrington > > * gnu/packages/linux.scm (rpcbind): New variable. The patch looks good, but I think it depends

Re: [PATCH] gnu: Add mash.

2016-08-31 Thread Ricardo Wurmus
Leo Famulari writes: > On Tue, Aug 30, 2016 at 06:54:49PM +0100, Marius Bakke wrote: >> * gnu/packages/bioinformatics.scm (mash): New variable. > > Thanks! > >> + (add-after 'unpack 'fix-includes >> + (lambda _ >> + (substitute*

Re: [PATCH v6 1/2] gnu: Add arduino-libraries.

2016-08-31 Thread Ricardo Wurmus
Danny Milosavljevic writes: > * gnu/packages/arduino.scm (arduino-installer, arduino-libraries): New > variables. I think we’d just write “New file.” without mentioning the new variables. > * >

Re: [PATCH v6 2/2] gnu: Add arduino-makefile.

2016-08-31 Thread Ricardo Wurmus
Hi Danny, Thank you for your contributions! I haven’t followed the discussion on the previous versions, so I hope my comments below are not annoying. > +(define-public arduino-makefile > + (package > +(name "arduino-makefile") > +(version "1.5.1") > +(source (origin > +

Re: new package build error: archiver requires 'AM_PROG_AR' in 'configure.ac'

2016-08-31 Thread David Craven
> I have never seen this before. Have you tried patching “configure.ac” > as it says, adding “AM_PROG_AR” somewhere? You could also try adding gettext and pkg-config to native-inputs. Some autotools errors magically disappear sometimes...

Re: new package build error: archiver requires 'AM_PROG_AR' in 'configure.ac'

2016-08-31 Thread Ricardo Wurmus
Hartmut Goebel writes: > I try to build the asn1c package, see below. But this fails with the > following error message. > > /gnu/store/…-automake-1.15/share/automake-1.15/am/ltlibrary.am: > warning: 'libasn1compiler.la': linking libtool libraries using a non-POSIX >

Re: [PATCH] gnu: Add mash.

2016-08-31 Thread Leo Famulari
On Tue, Aug 30, 2016 at 06:54:49PM +0100, Marius Bakke wrote: > * gnu/packages/bioinformatics.scm (mash): New variable. Thanks! > + (add-after 'unpack 'fix-includes > + (lambda _ > + (substitute* '("src/mash/Sketch.cpp" "src/mash/CommandFind.cpp") > +

Re: [PATCH] gnu: Add rpcbind

2016-08-31 Thread Leo Famulari
On Sun, Aug 28, 2016 at 11:25:23PM +0200, John Darrington wrote: > From: John Darrington > > * gnu/packages/linux.scm (rpcbind): New variable. The patch looks good, but I think it depends on some context that we don't have in Guix: [...] > + "The rpcbind utility is a server

Re: core-updates, next release, and all that

2016-08-31 Thread Ricardo Wurmus
Ben Woodcroft writes: > On 28/07/16 19:31, Andreas Enge wrote: >> Hello, >> >> the main failures that remain on x86 are related to the gmime problem fixed >> in master. So I merged master once again and will start another evaluation >> of core-updates. Probably we are

Re: [PATCH] gnu: font-un: Add mirror.

2016-08-31 Thread Leo Famulari
On Mon, Aug 22, 2016 at 10:47:38PM +, ng0 wrote: > > On Sat, Aug 20, 2016 at 07:44:21PM +, ng0 wrote: > >> This adds another mirror for font-un, this time with tls > >> enabled. Leaving the sdf.org mirror in the list in case dl.n0.is goes > >> down. > > > > Hi, can you remind us why this

Re: How to add library dependency to guix build

2016-08-31 Thread Ricardo Wurmus
Hi Tobias, > I tried to package a speech syntesizer framework called WORLD for Guix, > which I had earlier packaged for Trisquel. The guix build process does > not find , even if I declared a dependency on libsndfile. That’s because actually you added pulseaudio, not libsndfile :) >

Re: [PATCH] gnu: rofi: Update to 1.2.0.

2016-08-31 Thread Leo Famulari
On Wed, Aug 31, 2016 at 08:09:07PM +0100, Marius Bakke wrote: > > > Done and done! New patches attached. > > Oops, forgot to refresh my local branch. Here are the actual new > patches. > Subject: [PATCH 1/2] gnu: Add xcb-util-xrm. > * gnu/packages/xdisorg.scm (xcb-util-xrm): New variable. >

Re: [PATCH] gnu: rofi: Update to 1.2.0.

2016-08-31 Thread Marius Bakke
> Done and done! New patches attached. Oops, forgot to refresh my local branch. Here are the actual new patches. >From e1606ba7814ff218a5670aab22b57686b71f2922 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 31 Aug 2016 15:37:18 +0100 Subject: [PATCH 1/2] gnu: Add

Re: [PATCH] gnu: Add dlib.

2016-08-31 Thread Leo Famulari
On Tue, Aug 30, 2016 at 03:43:05PM +0100, Marius Bakke wrote: > Shogun failed to build in this run. I don't have time to investigate > further, so picking the OpenBLAS update is not very appealing. > > Instead I opted to disable the test that fails with lapack (and without, > on Hydra), since

How to add library dependency to guix build

2016-08-31 Thread Tobias Platen
Hello, I tried to package a speech syntesizer framework called WORLD for Guix, which I had earlier packaged for Trisquel. The guix build process does not find , even if I declared a dependency on libsndfile. Tobias Platen warning: failed to install locale: Invalid argument The following package

Re: [PATCH] gnu: rofi: Update to 1.2.0.

2016-08-31 Thread Marius Bakke
Leo Famulari writes: >> * gnu/packages/xdisorg.scm (xcb-util-xrm): New variable. > > This actually bundles m4, even if it doesn't use it. Can you delete that > 'm4' directory in an origin snippet? There's an example in the calibre > package definition. Good catch! >> +

Re: [PATCH] gnu: sqlite: Enable DBSTAT_VTAB.

2016-08-31 Thread Leo Famulari
On Wed, Aug 31, 2016 at 01:34:30AM +0200, David Craven wrote: > * gnu/packages/databases.scm (sqlite)[arguments]: Enable configure-flag > -DSQLITE_ENABLE_DBSTAT_VTAB. > --- > gnu/packages/databases.scm | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git

Re: [PATCH] gnu: rofi: Update to 1.2.0.

2016-08-31 Thread Leo Famulari
On Wed, Aug 31, 2016 at 04:00:06PM +0100, Marius Bakke wrote: > Greetings Guix, > > I am the maintainer of this package in NixOS and figured I could update > it here as well, since it was non-trivial. Thanks! > The libx11 dependency is dropped in favour of a new xcb-util-xrm module. > I added

Re: [PATCH] gnu: Add bind

2016-08-31 Thread John Darrington
Thanks for the comments, On Wed, Aug 31, 2016 at 01:52:11PM -0400, Leo Famulari wrote: On Tue, Aug 30, 2016 at 06:36:04PM +0200, John Darrington wrote: > * gnu/packages/networking.scm (bind): New variable. Hi, thanks for this patch! I think it can go in the DNS module.

Re: [PATCH v3 3/3] gnu: update ldc to 0.17.1.

2016-08-31 Thread Leo Famulari
On Tue, Aug 30, 2016 at 06:52:00PM +0200, Danny Milosavljevic wrote: > * gnu/packages/ldc.scm (ldc): Update to 0.17.1. > * gnu/packages/patches/ldc-0.17.1-disable-tests.patch: New patch. > * gnu/local.mk: Added reference to patch. Thanks for this! Somebody needs to review it. Maybe you can ping

Re: [PATCH v3 2/3] gnu: Add python-lit, python2-lit.

2016-08-31 Thread Leo Famulari
On Tue, Aug 30, 2016 at 06:51:59PM +0200, Danny Milosavljevic wrote: > * gnu/packages/python.scm (python-lit, python2-lit): New variables. > +(license license:bsd-3) This package looks good, although I'm not sure about the license. It doesn't contain a license text that I could find.

Re: [PATCH] gnu: Add bind

2016-08-31 Thread Leo Famulari
On Tue, Aug 30, 2016 at 06:36:04PM +0200, John Darrington wrote: > * gnu/packages/networking.scm (bind): New variable. Hi, thanks for this patch! I think it can go in the DNS module. I wonder, how does it relate to the BIND that replaces the bundled BIND in isc-dhcp, which I've noticed often

Re: [PATCH] refresh nss-certs

2016-08-31 Thread Leo Famulari
On Tue, Aug 30, 2016 at 01:33:10PM +0200, Vincent Legoll wrote: > Here it is... > I test-installed the 2 packages, but nothing more > From 966dd703fea7754d18fbe609215eff8381435458 Mon Sep 17 00:00:00 2001 > From: Vincent Legoll > Date: Wed, 24 Aug 2016 13:03:48 +0200 >

Re: [PATCH]: Add bambam

2016-08-31 Thread Eric Bavier
On Wed, 31 Aug 2016 10:03:37 +0300 Alex Kost wrote: > Only a couple of small things :-) > > [...] > > +(define-public bambam > > + (package > > +(name "bambam") > > +(version "0.5") > > +(source > > + (origin > > +(method url-fetch) > > +(uri

Re: X server crashes during 'guix system reconfigure' on mips64el

2016-08-31 Thread Leo Famulari
On Wed, Aug 31, 2016 at 04:17:29PM +0200, Ludovic Courtès wrote: > I believe this is fixed by commit > d4f8884fdb897e648fd7f4262b2142d8c363ac76 (and now we have proper > tests!). > > Could you or Leo retry the previous scenario (you need to revert the > revert) and report back? It works for me

Re: [PATCH] gnu: Add praat

2016-08-31 Thread Alex Griffin
On Tue, Aug 30, 2016, at 02:07 PM, Marius Bakke wrote: > I don't have a Guix system with audio atm so someone else will have to > review it :) It works for me on GuixSD OOTB. Brendan Tildesley wrote: > +(home-page "http://praat.org;) The docs point to "http://www.praat.org;, so I think we

Re: [PATCH] gnu: Add sddm.

2016-08-31 Thread David Craven
Hi Marius, Thanks! I got the pam issue resolved. hawaii sessions start now (still look ugly, need to patch some paths so that it finds themes etc.). weston still has a problem - can't open drm device. Seems to be elogind related.

Re: screenshot of the web interface to the GNU Guix package manager

2016-08-31 Thread Thompson, David
On Wed, Aug 31, 2016 at 9:56 AM, ng0 wrote: > Ricardo Wurmus writes: > >> knx...@onionmail.info writes: >> >>> On https://git.dthompson.us/guix-web.git/blob/HEAD:/README.md >>> >>> there is a dead link to >>>

Re: [PATCH] import: cpan: Use tls to query api.metacpan.org.

2016-08-31 Thread Eric Bavier
On Wed, 31 Aug 2016 16:19:13 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Eric Bavier skribis: > > > On Tue, 30 Aug 2016 17:16:38 + > > ng0 wrote: > > > >> Eric Bavier writes: > >> > >> > On Tue, 30

[PATCH] gnu: rofi: Update to 1.2.0.

2016-08-31 Thread Marius Bakke
Greetings Guix, I am the maintainer of this package in NixOS and figured I could update it here as well, since it was non-trivial. The libx11 dependency is dropped in favour of a new xcb-util-xrm module. I added the latter to xdisorg since it's not listed on xcb.fd.o proper, but followed the

Re: screenshot of the web interface to the GNU Guix package manager

2016-08-31 Thread Ricardo Wurmus
ng0 writes: > Ricardo Wurmus writes: > >> knx...@onionmail.info writes: >> >>> On https://git.dthompson.us/guix-web.git/blob/HEAD:/README.md >>> >>> there is a dead link to >>>

Re: X server crashes during 'guix system reconfigure' on mips64el

2016-08-31 Thread Ludovic Courtès
Hi! l...@gnu.org (Ludovic Courtès) skribis: > Mark H Weaver skribis: [...] >> When I run 'guix system reconfigure' to update to a system with this >> commit, it unloads the older %elogind-file-system services, which causes >> my X server to crash and leave me in text mode

Re: [PATCH] import: cpan: Use tls to query api.metacpan.org.

2016-08-31 Thread Ludovic Courtès
Eric Bavier skribis: > On Tue, 30 Aug 2016 17:16:38 + > ng0 wrote: > >> Eric Bavier writes: >> >> > On Tue, 30 Aug 2016 12:57:47 + >> > ng0 wrote: >> > >> >> From

Re: screenshot of the web interface to the GNU Guix package manager

2016-08-31 Thread Vincent Legoll
> A good number of people have pointed out to me that our /packages page > crashes their browser or in general is really uncomfortable to load. +1 This made the page useless for me (FF48.0) so any alternative is OK -- Vincent Legoll

Re: screenshot of the web interface to the GNU Guix package manager

2016-08-31 Thread ng0
Ricardo Wurmus writes: > knx...@onionmail.info writes: > >> On https://git.dthompson.us/guix-web.git/blob/HEAD:/README.md >> >> there is a dead link to >> http://media.dthompson.us/mgoblin_media/media_entries/20/Screenshot_from_2014-08-13_180724.png >> >> - so no

Re: [PATCH] gnu: slim: Move to display-managers.scm.

2016-08-31 Thread Marius Bakke
David Craven writes: > Are you packaging lightdm? I started packaging lightdm before sddm. > But then I realized that it doesn't support (and probably never will) > wayland sessions. Looks to me like another we are ubuntu and we are > doing our own thing kind of project... ;-)

Re: [PATCH] gnu: slim: Move to display-managers.scm.

2016-08-31 Thread ng0
Marius Bakke writes: > Hi, > > This change is to make room for SDDM and other display managers such as > lightdm. > > I did not add a copyright line as I consider "git mv" a trivial > operation. > > From a7e59cb154bd11e7ca04f68753982b21bef22b10 Mon Sep 17 00:00:00 2001 >

Re: GHM debriefing

2016-08-31 Thread David Craven
> Also: someone should package gitlab for Guix ;) > Btw: I had a short view into the local doctors/hospital IT suppliers a > couple of years ago, and the solutions were 99% Windows based. I like > GNU/health (http://health.gnu.org/), having this as a package and > service could be another big

Re: [PATCH] gnu: slim: Move to display-managers.scm.

2016-08-31 Thread David Craven
LGTM. Are you packaging lightdm? I started packaging lightdm before sddm. But then I realized that it doesn't support (and probably never will) wayland sessions. Looks to me like another we are ubuntu and we are doing our own thing kind of project... ;-)

Re: GHM debriefing

2016-08-31 Thread ng0
Hi, Ludovic Courtès writes: > [ Unknown signature status ] > Hello! > > The GNU Hackers Meeting (GHM) took place last week, with ~50 people > including 4 Guix hackers (less than at FOSDEM!). I found myself talking > 3 times (!) about Guix, hoping the audience would not saturate.

Re: screenshot of the web interface to the GNU Guix package manager

2016-08-31 Thread Ricardo Wurmus
knx...@onionmail.info writes: > On https://git.dthompson.us/guix-web.git/blob/HEAD:/README.md > > there is a dead link to > http://media.dthompson.us/mgoblin_media/media_entries/20/Screenshot_from_2014-08-13_180724.png > > - so no visible screenshot of the web interface to the GNU Guix package >

[PATCH] gnu: slim: Move to display-managers.scm.

2016-08-31 Thread Marius Bakke
Hi, This change is to make room for SDDM and other display managers such as lightdm. I did not add a copyright line as I consider "git mv" a trivial operation. >From a7e59cb154bd11e7ca04f68753982b21bef22b10 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 31 Aug 2016

Re: screenshot of the web interface to the GNU Guix package manager

2016-08-31 Thread Thompson, David
On Wed, Aug 31, 2016 at 9:45 AM, wrote: > On https://git.dthompson.us/guix-web.git/blob/HEAD:/README.md > > there is a dead link to > http://media.dthompson.us/mgoblin_media/media_entries/20/Screenshot_from_2014-08-13_180724.png Sorry about that, my MediaGoblin server is

screenshot of the web interface to the GNU Guix package manager

2016-08-31 Thread knxrby
On https://git.dthompson.us/guix-web.git/blob/HEAD:/README.md there is a dead link to http://media.dthompson.us/mgoblin_media/media_entries/20/Screenshot_from_2014-08-13_180724.png - so no visible screenshot of the web interface to the GNU Guix package manager here... Does anyone have a

Re: [PATCH] gnu: Add gzstream.

2016-08-31 Thread Marius Bakke
Eric Bavier writes: > Thanks for the patch! Comments below: > > On Tue, 30 Aug 2016 19:17:14 +0100 > Marius Bakke wrote: > >> From 5e96b895c1ed77a6bfdcbe5c6dbd68220fd5a8dc Mon Sep 17 00:00:00 2001 >> From: Marius Bakke >>

Re: Store on separate partition

2016-08-31 Thread Carlos Sánchez de La Lama
>>> I am trying to move the store to a separate partition, but this is >>> problematic as you need the store at boot time for the system >>> utilities (and to mount partitions, actually). >>> >> I tried to do it recently but failed. My understanding is that it's >> impossible, but I may be wrong.

Re: [PATCH 3/7] import cran: description->package: Also return package dependencies.

2016-08-31 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> Ricardo Wurmus writes: >> >>> Ludovic Courtès writes: >>> Ricardo Wurmus skribis: > *

Re: Guix world tour

2016-08-31 Thread Ricardo Wurmus
Ludovic Courtès writes: > I had the pleasant surprise to be invited to give a talk about Guix at > the Scheme Workshop in September in Japan: > > http://scheme2016.snow-fort.org/ > > While I was at it, I submitted another talk to the Commercial(!) Users > of Functional

Re: [PATCH] gnu: Add mtd-utils.

2016-08-31 Thread Alex Kost
Danny Milosavljevic (2016-08-30 11:39 +0300) wrote: > On Tue, 30 Aug 2016 11:08:17 +0300 > Alex Kost wrote: > >> It would be good if you write a comment before licenses, like what files >> have what licenses. Also is it really 'gpl2'? If the license says "or >> any later

Re: [PATCH] gnu: awesome: Shorten the description.

2016-08-31 Thread Alex Kost
ng0 (2016-08-21 00:02 +0300) wrote: > awesome has 11 or 12 lines description where the same problem applies > dwm had. Please do not try to explain the concepts of twm etc in the > description, this can be done by visiting (home-page) or other sources. > > From

Re: [PATCH] gnu: Add emacs-auto-complete

2016-08-31 Thread Alex Kost
ng0 (2016-08-29 15:32 +0300) wrote: > From 14ad2ea653e3b4a2a0feed98728db4f7b1eea104 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Mon, 29 Aug 2016 00:16:52 + > Subject: [PATCH 4/4] gnu: Add emacs-auto-complete. Applied as 840224a, thanks! -- Alex

Re: [PATCH] gnu: Add emacs-cyberpunk-theme

2016-08-31 Thread Alex Kost
ng0 (2016-08-29 15:33 +0300) wrote: > From b340dd80d1e072a1eda40ae195a29b863836c401 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sun, 28 Aug 2016 23:46:57 + > Subject: [PATCH 3/4] gnu: Add emacs-cyberpunk-theme. Applied as 9657aba, thanks! -- Alex

Re: [PATCH] gnu: Add emacs-flx.

2016-08-31 Thread Alex Kost
ng0 (2016-08-29 15:34 +0300) wrote: > From ec5296693f6e8e9287fc32099c8a2fc8038fc204 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Sun, 28 Aug 2016 23:25:53 + > Subject: [PATCH 1/4] gnu: Add emacs-flx. Applied as 41392b9, thanks! -- Alex

Re: [PATCH]: Add bambam

2016-08-31 Thread Alex Kost
Only a couple of small things :-) [...] > +(define-public bambam > + (package > +(name "bambam") > +(version "0.5") > +(source > + (origin > +(method url-fetch) > +(uri (string-append "https://github.com/porridge/bambam/archive/; > +

Re: [PATCH]: Add bambam

2016-08-31 Thread Alex Kost
Efraim Flashner (2016-08-30 23:43 +0300) wrote: > Keyboard mashing game that both of my kids love. Wow, this is really nice game, thanks! -- Alex

Re: [PATCH 3/3] gnu: Add gnuastro

2016-08-31 Thread Alex Kost
John Darrington (2016-08-30 22:21 +0300) wrote: > * gnu/packages/astronomy.scm (gnuastro): New variable. > --- > gnu/packages/astronomy.scm | 28 +++- > 1 file changed, 27 insertions(+), 1 deletion(-) > > > diff --git a/gnu/packages/astronomy.scm

Re: [PATCH 1/3] gnu: Add cfitsio

2016-08-31 Thread Alex Kost
John Darrington (2016-08-30 22:21 +0300) wrote: > * gnu/packages/astronomy.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > --- > gnu/local.mk | 1 + > gnu/packages/astronomy.scm | 53 > ++ > 2 files changed, 54

Re: [PATCH 2/3] gnu: Add wcslib

2016-08-31 Thread Alex Kost
John Darrington (2016-08-30 22:21 +0300) wrote: > * gnu/packages/astronomy.scm (wcslib): New variable. > --- > gnu/packages/astronomy.scm | 27 +++ > 1 file changed, 27 insertions(+) > > > diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm > index