pidginsipe: add nss and nspr (ZHF)

This commit is contained in:
Luca Bruno 2015-08-27 12:29:45 +02:00
parent 591d43ec91
commit c91d360cec
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pidgin, intltool, libxml2 }:
{ stdenv, fetchurl, pidgin, intltool, libxml2, nss, nspr }:
let version = "1.18.1"; in
@ -19,5 +19,6 @@ stdenv.mkDerivation {
postInstall = "find $out -ls; ln -s \$out/lib/purple-2 \$out/share/pidgin-sipe";
buildInputs = [pidgin intltool libxml2];
buildInputs = [ pidgin intltool libxml2 nss nspr ];
}

View File

@ -1,4 +1,4 @@
{ stdenv, lib, gox, fetchgit, fetchhg, fetchbzr, fetchFromGitHub }:
{ stdenv, lib, go, gox, fetchgit, fetchhg, fetchbzr, fetchFromGitHub }:
stdenv.mkDerivation rec {
name = "packer-0.7.5";
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
inherit stdenv lib fetchgit fetchhg fetchbzr fetchFromGitHub;
};
buildInputs = [ gox ];
buildInputs = [ go gox ];
installPhase = ''
export GOPATH=$src