Commit graph

19 commits

Author SHA1 Message Date
Will Dietz 855e0463ab tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linux
"platforms.gnu" has been linux-only since at least 17.03:

$ nix eval -f channel:nixos-17.03 lib.platforms.gnu
[ "i686-linux" "x86_64-linux" "armv5tel-linux" "armv6l-linux" "armv7l-linux" "aarch64-linux" "mips64el-linux" ]

Unlike platforms.linux, platforms.gnu indicates "must use glibc"
which for the most part is not intended.

Replacing platforms.gnu with platforms.linux would be the same "today"
but let's err on preserving existing behavior and be optimistic
about platforms these packages work on.
2018-04-30 18:08:48 -05:00
xd1le 3579d7e2b2 guile-modules: stylistic nix expression changes to modules with sole
maintainer vyp
2017-09-24 22:29:29 +10:00
xd1le 796b69318f guile-modules: add vyp as maintainer to unmaintained guile modules 2017-09-24 22:24:49 +10:00
Rodney Lorrimar 913e770fa8 guile-lib: Disable a test which doesn't work with Guile 2.2
Error is:

    ERROR: In procedure %resolve-variable:
    ERROR: Unbound variable: use-syntax
    FAIL: sxml.ssax.scm

Also add pkg-config so that configure script can find libguile.

Relevant to #28643
2017-09-24 10:45:39 +01:00
Nikolay Amiantov 87ebab128a replace ${stdenv.cc.cc}/lib occurences 2016-05-01 00:13:23 +03:00
Eric Seidel 662a6b1ca6 remove all references to stdenv.cc.cc.is{GNU,Clang}
use the new `stdenv.cc.is{GNU,Clang}` instead, which will always be
defined.
2015-05-11 14:44:50 -07:00
Eric Seidel f3c6827373 rename all occurrences of stdenv.cc.gcc to stdenv.cc.cc 2015-01-14 20:27:55 -08:00
Ludovic Courtès 41b53577a8 unmaintain a bunch of packages 2015-01-13 22:33:49 +01:00
John Wiegley 28b6fb61e6 Change occurrences of gcc to the more general cc
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Nixpkgs Monitor cda4252d4b guile_lib: update from 0.2.1 to 0.2.2 2013-12-16 01:36:18 +02:00
Ludovic Courtès 6ad4724656 Guile-Lib 0.2.1.
svn path=/nixpkgs/trunk/; revision=26940
2011-04-23 21:15:01 +00:00
Lluís Batlle i Rossell e4351e6df0 Fixing the nixpkgs tarball, broken for more than a week.
svn path=/nixpkgs/trunk/; revision=26856
2011-04-16 16:27:55 +00:00
Ludovic Courtès ed10cda58d Guile-Lib 0.2.0.
svn path=/nixpkgs/trunk/; revision=26563
2011-03-28 12:05:17 +00:00
Ludovic Courtès 895ba33eb4 Guile-Lib 0.1.9.
svn path=/nixpkgs/trunk/; revision=23650
2010-09-05 15:19:23 +00:00
Eelco Dolstra fcad0b0a5a * Cleaned up a lot of description fields that contained newlines.
Some of these should be longDescriptions, but most others just
  shouldn't contain newlines.  E.g. write

    description = "Bla";

  and not

    description = ''
      Bla
    '';

  This pollutes "nix-env -qa --description" output.

svn path=/nixpkgs/trunk/; revision=14310
2009-03-03 13:27:40 +00:00
Ludovic Courtès 144e3b4e9d Guile: Use `share/guile/site' as the standard Guile module location.
svn path=/nixpkgs/trunk/; revision=11507
2008-04-09 08:15:30 +00:00
Ludovic Courtès 62bcc0f821 Add `doCheck' for Guile-Lint and Guile-Library.
svn path=/nixpkgs/trunk/; revision=11289
2008-03-26 15:20:25 +00:00
Ludovic Courtès e2b794b807 Add Guile-Lib, a collection of useful GNU Guile modules.
svn path=/nixpkgs/trunk/; revision=10639
2008-02-12 11:16:53 +00:00