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
148
Issues
148
List
Board
Labels
Milestones
Merge Requests
7
Merge Requests
7
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
732af93b
Verified
Commit
732af93b
authored
Sep 16, 2024
by
Przemyslaw Kaminski
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[nix] pkgs update
parent
94941e06
Pipeline
#6649
passed with stages
in 115 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
pkgs.nix
nix/pkgs.nix
+6
-6
No files found.
nix/pkgs.nix
View file @
732af93b
...
...
@@ -2,8 +2,8 @@
rec
{
inherit
pkgs
;
ghc94
7
=
if
pkgs
.
stdenv
.
isDarwin
then
pkgs
.
haskell
.
compiler
.
ghc94
7
.
overrideAttrs
(
finalAttrs
:
previousAttrs
:
{
ghc94
8
=
if
pkgs
.
stdenv
.
isDarwin
then
pkgs
.
haskell
.
compiler
.
ghc94
8
.
overrideAttrs
(
finalAttrs
:
previousAttrs
:
{
patches
=
previousAttrs
.
patches
++
[
# Reverts the linking behavior of GHC to not resolve `-libc++` to `c++`.
(
pkgs
.
fetchpatch
{
...
...
@@ -12,8 +12,8 @@ rec {
})
];
})
else
pkgs
.
haskell
.
compiler
.
ghc94
7
;
cabal_install_3_10_
1_0
=
pkgs
.
haskell
.
lib
.
compose
.
justStaticExecutables
pkgs
.
haskell
.
packages
.
ghc947
.
cabal-install
;
else
pkgs
.
haskell
.
compiler
.
ghc94
8
;
cabal_install_3_10_
2_1
=
pkgs
.
haskell
.
lib
.
compose
.
justStaticExecutables
pkgs
.
haskell
.
packages
.
ghc948
.
cabal-install
;
graphviz_dev
=
pkgs
.
graphviz
.
overrideAttrs
(
finalAttrs
:
previousAttrs
:
{
version
=
"11.0.0~dev"
;
src
=
pkgs
.
fetchFromGitLab
{
...
...
@@ -95,8 +95,8 @@ rec {
});
hsBuildInputs
=
[
ghc94
7
cabal_install_3_10_
1_0
ghc94
8
cabal_install_3_10_
2_1
pkgs
.
haskellPackages
.
alex
pkgs
.
haskellPackages
.
happy
pkgs
.
haskellPackages
.
pretty-show
...
...
Przemyslaw Kaminski
@cgenie
mentioned in commit
5660aec0
·
Oct 08, 2024
mentioned in commit
5660aec0
mentioned in commit 5660aec07ec5a0a0a5468f440092c1a8f57a864e
Toggle commit list
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