* 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
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
>
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