Merge pull request #292434 from trofi/proj-drop-redundant-disable-warnings-if-gcc13
proj: drop redundant `disable-warnings-if-gcc13`
This commit is contained in:
commit
dccb05e411
1 changed files with 2 additions and 2 deletions
|
@ -24286,9 +24286,9 @@ with pkgs;
|
|||
|
||||
primesieve = callPackage ../applications/science/math/primesieve { };
|
||||
|
||||
proj = disable-warnings-if-gcc13 (callPackage ../development/libraries/proj {
|
||||
proj = callPackage ../development/libraries/proj {
|
||||
stdenv = if stdenv.cc.isClang then overrideLibcxx llvmPackages_13.stdenv else stdenv;
|
||||
});
|
||||
};
|
||||
|
||||
proj_7 = callPackage ../development/libraries/proj/7.nix { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue