Merge remote-tracking branch 'upstream/master' into hardened-stdenv

This commit is contained in:
Robin Gloster 2016-02-07 16:43:30 +00:00
commit e308f67e2a
2 changed files with 4 additions and 3 deletions

View File

@ -9,8 +9,9 @@ stdenv.mkDerivation rec {
buildInputs = [ gettext perl pkgconfig libxml2 pango cairo groff ]; buildInputs = [ gettext perl pkgconfig libxml2 pango cairo groff ];
postInstall = '' postInstall = ''
# for munin support # for munin and rrdtool support
mv $out/lib/perl/5*/*/*.pm $out/lib/perl/5*/ mkdir -p $out/lib/perl5/site_perl/
mv $out/lib/perl/5* $out/lib/perl5/site_perl/
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {

View File

@ -29315,7 +29315,7 @@
version = "0.9.12"; version = "0.9.12";
bin = false; bin = false;
src = fetchurl { src = fetchurl {
url = "https://github.com/ciaranj/node-oauth/tarball/master"; url = "https://github.com/ciaranj/node-oauth/tarball/0.9.12";
name = "oauth-0.9.12.tgz"; name = "oauth-0.9.12.tgz";
sha256 = "e06c3c3537e9c802c8ad00640b9f91bf2857cf8cc91209e355b5646f4da8b3e7"; sha256 = "e06c3c3537e9c802c8ad00640b9f91bf2857cf8cc91209e355b5646f4da8b3e7";
}; };