nixpkgs/pkgs/applications/networking/instant-messengers/telepathy
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
..
gabble telepathy-gabble: 0.18.3 -> 0.18.4 2018-03-27 22:34:26 -07:00
haze tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
idle tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
logger tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linux 2018-04-30 18:08:48 -05:00
mission-control tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
salut tree-wide: platforms = platforms.gnu; -> platforms = gnu ++ linux 2018-04-30 18:08:48 -05:00