Merge pull request #270146 from Stunkymonkey/ploticus-remove-override-libpng

ploticus: remove override libpng
This commit is contained in:
Rick van Schijndel
2023-12-11 21:03:57 +01:00
committed by GitHub
+1 -3
View File
@@ -12180,9 +12180,7 @@ with pkgs;
python = null;
};
ploticus = callPackage ../tools/graphics/ploticus {
libpng = libpng12;
};
ploticus = callPackage ../tools/graphics/ploticus { };
plotinus = callPackage ../tools/misc/plotinus { };