Merge remote-tracking branch 'upstream/master' into hardened-stdenv
This commit is contained in:
commit
e308f67e2a
|
@ -9,8 +9,9 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ gettext perl pkgconfig libxml2 pango cairo groff ];
|
||||
|
||||
postInstall = ''
|
||||
# for munin support
|
||||
mv $out/lib/perl/5*/*/*.pm $out/lib/perl/5*/
|
||||
# for munin and rrdtool support
|
||||
mkdir -p $out/lib/perl5/site_perl/
|
||||
mv $out/lib/perl/5* $out/lib/perl5/site_perl/
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
|
@ -29315,7 +29315,7 @@
|
|||
version = "0.9.12";
|
||||
bin = false;
|
||||
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";
|
||||
sha256 = "e06c3c3537e9c802c8ad00640b9f91bf2857cf8cc91209e355b5646f4da8b3e7";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue