Skip to content

Commit

Permalink
pidgin-sipe: 1.24.0 -> 1.25.0
Browse files Browse the repository at this point in the history
* pidgin-sipe: 1.24.0 -> 1.25.0 (NixOS#71773)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pidgin-sipe/versions
  • Loading branch information
r-ryantm authored and c0bw3b committed Nov 6, 2019
1 parent 8b8db86 commit b8a18cf
Showing 1 changed file with 3 additions and 6 deletions.
Expand Up @@ -2,21 +2,18 @@

stdenv.mkDerivation rec {
pname = "pidgin-sipe";
version = "1.24.0";
version = "1.25.0";

src = fetchurl {
url = "mirror://sourceforge/sipe/${pname}-${version}.tar.gz";
sha256 = "04cxprz6dbcsc4n2jg72mr1r9630nhrywn0zim9kwvbgps3wdd9c";
sha256 = "0262sz00iqxylx0xfyr48xikhiqzr8pg7b4b7vwj5iv4qxpxv939";
};

nativeBuildInputs = [ intltool ];
buildInputs = [ pidgin gmime libxml2 nss ];
enableParallelBuilding = true;

# glib-2.62 deprecations
NIX_CFLAGS_COMPILE = [ "-DGLIB_DISABLE_DEPRECATION_WARNINGS" ];

postInstall = "find $out -ls; ln -s \$out/lib/purple-2 \$out/share/pidgin-sipe";
postInstall = "ln -s \$out/lib/purple-2 \$out/share/pidgin-sipe";

meta = with stdenv.lib; {
description = "SIPE plugin for Pidgin IM";
Expand Down

0 comments on commit b8a18cf

Please sign in to comment.