Skip to content

Commit

Permalink
operon.nix: trim down buildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Jun 1, 2024
1 parent 4a93f98 commit 92186a6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions operon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,13 @@ stdenv.mkDerivation {

buildInputs = (with pkgs; [
aria-csv
armadillo
blaze
ceres-solver
cpp-sort
cxxopts
doctest
eigen
eve
fast_float
fastor
fmt
icu
jemalloc
Expand All @@ -34,9 +31,8 @@ stdenv.mkDerivation {
mdspan
pkg-config
pratt-parser
simdutf_4 # required by scnlib
simdutf # required by scnlib
scnlib
sleef
taskflow
unordered_dense
vdt
Expand All @@ -48,8 +44,6 @@ stdenv.mkDerivation {
ned14-outcome
ned14-quickcpplib
ned14-status-code
xad
xsimd
xxHash
zstd
]);
Expand Down

0 comments on commit 92186a6

Please sign in to comment.