mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
rPackages.lwgeom: fixed build on darwin (#354979)
This commit is contained in:
@@ -1097,6 +1097,12 @@ let
|
||||
];
|
||||
});
|
||||
|
||||
lwgeom = old.lwgeom.overrideAttrs (attrs: {
|
||||
configureFlags = [
|
||||
"--with-proj-lib=${pkgs.lib.getLib pkgs.proj}/lib"
|
||||
];
|
||||
});
|
||||
|
||||
sf = old.sf.overrideAttrs (attrs: {
|
||||
configureFlags = [
|
||||
"--with-proj-lib=${pkgs.lib.getLib pkgs.proj}/lib"
|
||||
|
||||
Reference in New Issue
Block a user