rPackages.proj4: remove substitution

This commit is contained in:
TomaSajt
2025-06-17 17:10:47 +02:00
parent 2827094336
commit 7fe54ed9e7
-7
View File
@@ -2580,13 +2580,6 @@ let
'';
});
proj4 = old.proj4.overrideAttrs (attrs: {
preConfigure = ''
substituteInPlace configure \
--replace "-lsqlite3" "-L${lib.makeLibraryPath [ pkgs.sqlite ]} -lsqlite3"
'';
});
rrd = old.rrd.overrideAttrs (attrs: {
preConfigure = ''
patchShebangs configure