nixpkgs/pkgs/tools/misc/grub
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
..
pvgrub_image tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linux 2018-04-30 18:08:48 -05:00
2.0x.nix grub2: extend platforms to include all linux 2018-03-26 15:53:38 -05:00
buggybios.patch Adding a patch for grub, so livecds with grub can still boot with buggy bioses, 2009-07-13 16:57:33 +00:00
default.nix misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs 2017-09-21 15:49:53 -04:00
fix-bash-completion.patch grub-2.0: fix bash completion script 2012-10-16 19:10:11 +02:00
symlink.patch * Handle symlinks such as /dev/disk/by-label/bla. Previously 2008-09-18 09:43:31 +00:00
trusted.nix tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linux 2018-04-30 18:08:48 -05:00