[flake] small fixes

parent 53a342d2
Pipeline #7732 failed with stages
in 15 minutes and 35 seconds
...@@ -163,7 +163,7 @@ source-repository-package ...@@ -163,7 +163,7 @@ source-repository-package
source-repository-package source-repository-package
type: git type: git
location: https://gitlab.iscpif.fr/gargantext/haskell-bee.git location: https://gitlab.iscpif.fr/gargantext/haskell-bee.git
tag: 05c39e424d15149dc32097b3318cb6007e0e7052 tag: 5364b15399f4567902c631dd990578e2a968c487
subdir: haskell-bee/ subdir: haskell-bee/
haskell-bee-pgmq/ haskell-bee-pgmq/
haskell-bee-tests/ haskell-bee-tests/
......
...@@ -459,11 +459,11 @@ ...@@ -459,11 +459,11 @@
"haskell-bee": { "haskell-bee": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1739821020, "lastModified": 1750224368,
"narHash": "sha256-PU9JC6EMy99f5HHockJpkfvKPrufkQcOZ749N3/FROQ=", "narHash": "sha256-FIlcG5tPi8SdQdQqUdZzoE8mdRMUGMeeACyh/fAfNq0=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "99e4eb2a0ea8db3828074eae90bdbfc43dd87cca", "rev": "5364b15399f4567902c631dd990578e2a968c487",
"revCount": 66, "revCount": 73,
"type": "git", "type": "git",
"url": "https://gitlab.iscpif.fr/gargantext/haskell-bee.git" "url": "https://gitlab.iscpif.fr/gargantext/haskell-bee.git"
}, },
...@@ -546,9 +546,9 @@ ...@@ -546,9 +546,9 @@
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1729704714, "lastModified": 1729704714,
"narHash": "sha256-tBQlv798Qgb9kqhec/0nAQowtfJkOs1KB7vls1EB1EE=", "narHash": "sha256-x2hpDlkoBvyi2XOXQHdrdcezE+vzBl99W7Fm9xlOhpQ=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "1dd92f0aa8e9f8096064e5656c336e562680f4e3", "rev": "9a869df2842eccc86a0f31a69fb8dc5e5ca218a8",
"revCount": 62, "revCount": 62,
"type": "git", "type": "git",
"url": "https://gitlab.iscpif.fr/gargantext/haskell-pgmq.git" "url": "https://gitlab.iscpif.fr/gargantext/haskell-pgmq.git"
......
...@@ -288,6 +288,7 @@ ...@@ -288,6 +288,7 @@
packages.nanomsg-haskell.components.library = { packages.nanomsg-haskell.components.library = {
libs = [ libs = [
(pkgs.nng.overrideAttrs (old: { (pkgs.nng.overrideAttrs (old: {
# New DDNG_ENABLE_TLS value overrides the old one.
cmakeFlags = (old.cmakeFlags or [ ]) ++ [ "-DNNG_ENABLE_TLS=OFF" ]; cmakeFlags = (old.cmakeFlags or [ ]) ++ [ "-DNNG_ENABLE_TLS=OFF" ];
})) }))
]; ];
......
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