mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
primesieve: migrate to by-name
This commit is contained in:
parent
189b80da97
commit
0aedcfc0b0
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user