[nix] nixos-24.11 and it builds on my system with ghc 9.6.6

parent 74659ca3
Pipeline #7404 passed with stages
in 96 minutes and 2 seconds
import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-24.11.tar.gz")
{ pkgs ? import (if builtins.elem builtins.currentSystem ["x86_64-darwin" "aarch64-darwin"] { pkgs ? import (if builtins.elem builtins.currentSystem ["x86_64-darwin" "aarch64-darwin"]
then ./pinned-25.05.darwin.nix then ./pinned-25.05.darwin.nix
else ./pinned-25.05.nix) {} }: else ./pinned-24.11.nix) {} }:
rec { rec {
inherit pkgs; inherit pkgs;
...@@ -96,34 +96,35 @@ rec { ...@@ -96,34 +96,35 @@ rec {
pkgs.haskellPackages.pretty-show pkgs.haskellPackages.pretty-show
]; ];
nonhsBuildInputs = with pkgs; [ nonhsBuildInputs = with pkgs; [
#haskell-language-server
blas
bzip2 bzip2
curl
czmq czmq
docker-compose docker-compose
expat
gcc14
gfortran
git git
gmp gmp
graphviz
gsl gsl
#haskell-language-server
hlint hlint
libffi
lapack
xz
pcre
pkg-config
postgresql
xz
zlib
blas
gfortran
expat
icu icu
graphviz
gcc13
igraph_0_10_4 igraph_0_10_4
lapack
libffi
libpqxx libpqxx
libsodium libsodium
nanomsg nanomsg
pcre
pkg-config
postgresql
stdenv.cc.cc.lib
xz
xz
zeromq zeromq
curl zlib
] ++ ( lib.optionals stdenv.isDarwin [ ] ++ ( lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Accelerate darwin.apple_sdk.frameworks.Accelerate
]); ]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment