3
0
Fork 0
forked from mirrors/nixpkgs

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
commit d1b0a4a8d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 { };