nixpkgs/pkgs/development/guile-modules
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
..
guile-cairo Merge remote-tracking branch 'upstream/staging' into deps-reorg 2017-09-28 12:32:57 -04:00
guile-fibers guile-fibers: mark linux only 2018-04-05 20:05:23 +02:00
guile-gnome guile-gnome: nitpicks fixed 2017-09-28 14:51:41 +02:00
guile-lib tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linux 2018-04-30 18:08:48 -05:00
guile-ncurses tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linux 2018-04-30 18:08:48 -05:00
guile-opengl guile-modules: stylistic nix expression changes to modules with sole 2017-09-24 22:29:29 +10:00
guile-sdl guile-sdl: 0.5.1 -> 0.5.2 2017-09-28 13:53:08 +10:00
guile-sdl2 guile-sdl2: 0.1.0 -> 0.2.0 2017-09-28 14:54:04 +10:00
guile-xcb Merge remote-tracking branch 'upstream/staging' into deps-reorg 2017-09-28 12:32:57 -04:00