forked from mirrors/nixpkgs
Merge pull request #270146 from Stunkymonkey/ploticus-remove-override-libpng
ploticus: remove override libpng
This commit is contained in:
commit
d1b0a4a8d6
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue