Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
159
Issues
159
List
Board
Labels
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
4dce6b39
Verified
Commit
4dce6b39
authored
Mar 05, 2025
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[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
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
16 deletions
+18
-16
pinned-24.11.nix
nix/pinned-24.11.nix
+1
-0
pkgs.nix
nix/pkgs.nix
+17
-16
No files found.
nix/pinned-24.11.nix
0 → 100644
View file @
4dce6b39
import
(
builtins
.
fetchTarball
"https://github.com/NixOS/nixpkgs/archive/nixos-24.11.tar.gz"
)
nix/pkgs.nix
View file @
4dce6b39
{
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-2
5.05
.nix
)
{}
}:
else
./pinned-2
4.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
]);
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment