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, 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