Loading pkgs/development/libraries/telepathy/glib/default.nix +21 −13 Original line number Diff line number Diff line { lib , stdenv , fetchurl , dbus-glib , glib , python3 , pkg-config , libxslt , gobject-introspection , vala , glibcLocales { lib, stdenv, fetchurl, dbus-glib, glib, python3, pkg-config, libxslt, gobject-introspection, vala, glibcLocales, }: stdenv.mkDerivation rec { pname = "telepathy-glib"; version = "0.24.2"; outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ]; src = fetchurl { url = "${meta.homepage}/releases/telepathy-glib/${pname}-${version}.tar.gz"; Loading Loading @@ -55,6 +59,10 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://telepathy.freedesktop.org"; platforms = platforms.unix; license = with licenses; [ bsd2 bsd3 lgpl21Plus ]; license = with licenses; [ bsd2 bsd3 lgpl21Plus ]; }; } Loading
pkgs/development/libraries/telepathy/glib/default.nix +21 −13 Original line number Diff line number Diff line { lib , stdenv , fetchurl , dbus-glib , glib , python3 , pkg-config , libxslt , gobject-introspection , vala , glibcLocales { lib, stdenv, fetchurl, dbus-glib, glib, python3, pkg-config, libxslt, gobject-introspection, vala, glibcLocales, }: stdenv.mkDerivation rec { pname = "telepathy-glib"; version = "0.24.2"; outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ]; src = fetchurl { url = "${meta.homepage}/releases/telepathy-glib/${pname}-${version}.tar.gz"; Loading Loading @@ -55,6 +59,10 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://telepathy.freedesktop.org"; platforms = platforms.unix; license = with licenses; [ bsd2 bsd3 lgpl21Plus ]; license = with licenses; [ bsd2 bsd3 lgpl21Plus ]; }; }