Loading pkgs/applications/networking/instant-messengers/telepathy/haze/default.nix +4 −2 Original line number Diff line number Diff line { lib, stdenv, fetchurl, fetchpatch, pidgin, telepathy-glib, python3, glib, dbus-glib, pkg-config, libxslt }: { lib, stdenv, fetchurl, pidgin, telepathy-glib, python3, glib, dbus-glib, pkg-config, libxslt }: stdenv.mkDerivation rec { pname = "telepathy-haze"; Loading @@ -15,6 +15,8 @@ stdenv.mkDerivation rec { meta = { description = "A Telepathy connection manager based on libpurple"; platforms = lib.platforms.gnu ++ lib.platforms.linux; # Random choice homepage = "https://telepathy.freedesktop.org/components/telepathy-haze/"; license = lib.licenses.gpl2Plus; platforms = lib.platforms.unix; }; } Loading
pkgs/applications/networking/instant-messengers/telepathy/haze/default.nix +4 −2 Original line number Diff line number Diff line { lib, stdenv, fetchurl, fetchpatch, pidgin, telepathy-glib, python3, glib, dbus-glib, pkg-config, libxslt }: { lib, stdenv, fetchurl, pidgin, telepathy-glib, python3, glib, dbus-glib, pkg-config, libxslt }: stdenv.mkDerivation rec { pname = "telepathy-haze"; Loading @@ -15,6 +15,8 @@ stdenv.mkDerivation rec { meta = { description = "A Telepathy connection manager based on libpurple"; platforms = lib.platforms.gnu ++ lib.platforms.linux; # Random choice homepage = "https://telepathy.freedesktop.org/components/telepathy-haze/"; license = lib.licenses.gpl2Plus; platforms = lib.platforms.unix; }; }