mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
rPackages.sf: fix build on darwin
This commit is contained in:
parent
40576378ab
commit
9eef14c678
@ -1084,6 +1084,12 @@ let
|
||||
'';
|
||||
});
|
||||
|
||||
sf = old.sf.overrideAttrs (attrs: {
|
||||
configureFlags = [
|
||||
"--with-proj-lib=${pkgs.lib.getLib pkgs.proj}/lib"
|
||||
];
|
||||
});
|
||||
|
||||
rzmq = old.rzmq.overrideAttrs (attrs: {
|
||||
preConfigure = "patchShebangs configure";
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user