primesieve: migrate to by-name

This commit is contained in:
Anderson Torres
2024-03-11 11:04:30 -03:00
parent 189b80da97
commit 0aedcfc0b0
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -24235,8 +24235,6 @@ with pkgs;
primecount = callPackage ../applications/science/math/primecount { };
primesieve = callPackage ../applications/science/math/primesieve { };
proj = callPackage ../development/libraries/proj {
stdenv = if stdenv.cc.isClang then overrideLibcxx llvmPackages_13.stdenv else stdenv;
};