mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
pidginsipe: add nss and nspr (ZHF)
This commit is contained in:
parent
591d43ec91
commit
c91d360cec
@ -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 ];
|
||||
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user