rPackages.{mcrPioda,mixlink,mixture}: add comment

This commit is contained in:
TomaSajt
2026-07-11 19:37:46 +02:00
committed by Michael Daniels
parent 22949dc4c9
commit 9beb6d0e20

View File

@@ -685,9 +685,9 @@ let
geos # for geos-config
];
magick = [ pkgs.pkg-config ];
mcrPioda = [ pkgs.gsl ];
mixlink = [ pkgs.gsl ];
mixture = [ pkgs.gsl ];
mcrPioda = [ pkgs.gsl ]; # for gsl-config
mixlink = [ pkgs.gsl ]; # for gsl-config
mixture = [ pkgs.gsl ]; # for gsl-config
mmpca = [ pkgs.gsl ];
monoreg = [ pkgs.gsl ];
multibridge = [ pkgs.pkg-config ];