parent
7fddf12bad
commit
79863957ca
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, makeWrapper, which, coreutils, rrdtool, perlPackages
|
{ lib, stdenv, fetchFromGitHub, makeWrapper, which, coreutils, rrdtool, perlPackages
|
||||||
, python3, ruby, jre, nettools, bc
|
, python3, ruby, jre8, nettools, bc
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||||
perlPackages.DBDPg
|
perlPackages.DBDPg
|
||||||
python3
|
python3
|
||||||
ruby
|
ruby
|
||||||
jre
|
jre8
|
||||||
# tests
|
# tests
|
||||||
perlPackages.TestLongString
|
perlPackages.TestLongString
|
||||||
perlPackages.TestDifferences
|
perlPackages.TestDifferences
|
||||||
|
@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
|
||||||
"PERL=${perlPackages.perl.outPath}/bin/perl"
|
"PERL=${perlPackages.perl.outPath}/bin/perl"
|
||||||
"PYTHON=${python3.interpreter}"
|
"PYTHON=${python3.interpreter}"
|
||||||
"RUBY=${ruby.outPath}/bin/ruby"
|
"RUBY=${ruby.outPath}/bin/ruby"
|
||||||
"JAVARUN=${jre.outPath}/bin/java"
|
"JAVARUN=${jre8.outPath}/bin/java"
|
||||||
"PLUGINUSER=munin"
|
"PLUGINUSER=munin"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue