nixpkgs/pkgs/tools/security/gnupg
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
..
1.nix tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linux 2018-04-30 18:08:48 -05:00
1compat.nix gnupg: 2.1.22 -> 2.1.23 2017-08-11 19:24:06 +02:00
20.nix pkgs: refactor needless quoting of homepage meta attribute (#27809) 2017-08-01 22:03:30 +02:00
22.nix gnupg: 2.2.5 -> 2.2.6 2018-04-16 12:17:24 +02:00
clang.patch suitable clang stdenv 2014-09-09 13:54:24 -07:00
fix-libusb-include-path.patch gnupg: 2.2.4 -> 2.2.5 2018-03-05 15:12:52 +01:00
gpgkey2ssh-20.patch gnupg: 2.1.22 -> 2.1.23 2017-08-11 19:24:06 +02:00