gd: remove null overwrites
Overwriting packages to null is bad style
This commit is contained in:
@@ -18662,8 +18662,6 @@ with pkgs;
|
||||
|
||||
gd = callPackage ../development/libraries/gd {
|
||||
automake = automake115x;
|
||||
libtiff = null;
|
||||
libXpm = null;
|
||||
};
|
||||
|
||||
gdal = callPackage ../development/libraries/gdal {
|
||||
|
||||
Reference in New Issue
Block a user