[PATCH] gnu: Add sparse.

2013-02-25 Thread Cyril Roelandt
* gnu/packages/sparse.scm: New file. * Makefile.am (MODULES): Add it. * gnu/packages/licenses.scm: Add the Open Software License. --- Hey! This patch adds sparse. I had to add the Open Software License to guix/licenses.scm. Debian does not think of it as a Free Software license, but I think it's O

Re: #!/usr/bin/env perl

2013-02-25 Thread Ludovic Courtès
Andreas Enge skribis: > Am Montag, 25. Februar 2013 schrieb Mark H Weaver: >> Andreas Enge writes: >> > (has-env (string-suffix? "/env" interp)) >> >> I think we might want to make this test more restrictive. I'm looking >> at a package (guile-figl) that includes an 'env' script in its build >

Re: #!/usr/bin/env perl

2013-02-25 Thread Andreas Enge
Am Montag, 25. Februar 2013 schrieb Mark H Weaver: > Andreas Enge writes: > > (has-env (string-suffix? "/env" interp)) > > I think we might want to make this test more restrictive. I'm looking > at a package (guile-figl) that includes an 'env' script in its build > directory, analogous to 'pre-i