Skip to content

Commit

Permalink
Merge pull request #165184 from armeenm/munin-python3
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Mar 23, 2022
2 parents 781cfbe + 3901b14 commit 1a53950
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/munin/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, makeWrapper, which, coreutils, rrdtool, perlPackages
, python2, ruby, jre, nettools, bc
, python3, ruby, jre, nettools, bc
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
perlPackages.ListMoreUtils
perlPackages.LWP
perlPackages.DBDPg
python2
python3
ruby
jre
# tests
Expand Down Expand Up @@ -101,7 +101,7 @@ stdenv.mkDerivation rec {
"DESTDIR=$(out)"
"PERLLIB=$(out)/${perlPackages.perl.libPrefix}"
"PERL=${perlPackages.perl.outPath}/bin/perl"
"PYTHON=${python2.outPath}/bin/python"
"PYTHON=${python3.interpreter}"
"RUBY=${ruby.outPath}/bin/ruby"
"JAVARUN=${jre.outPath}/bin/java"
"PLUGINUSER=munin"
Expand Down

0 comments on commit 1a53950

Please sign in to comment.