Merge pull request #236681 from wegank/rrdtool-tcl

rrdtool: unpin tcl-8_5
This commit is contained in:
Weijia Wang 2023-06-08 21:54:21 +03:00 committed by GitHub
commit 3a1e776517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{ fetchurl, lib, stdenv, gettext, perl, pkg-config, libxml2, pango, cairo, groff
, tcl-8_5, darwin }:
, tcl, darwin }:
perl.pkgs.toPerlModule (stdenv.mkDerivation rec {
pname = "rrdtool";
@ -13,7 +13,7 @@ perl.pkgs.toPerlModule (stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ gettext perl libxml2 pango cairo groff ]
++ lib.optionals stdenv.isDarwin [ tcl-8_5 darwin.apple_sdk.frameworks.ApplicationServices ];
++ lib.optionals stdenv.isDarwin [ tcl darwin.apple_sdk.frameworks.ApplicationServices ];
postInstall = ''
# for munin and rrdtool support