Skip to content

Commit 8a92e90

Browse files
authored
Pre-existing pkgs: add system-cxx-std-lib (#2382)
1 parent 60bd090 commit 8a92e90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

overlays/haskell.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,8 @@ final: prev: {
11181118
"semaphore-compat"
11191119
"stm"
11201120
"xhtml"
1121+
] ++ final.lib.optionals (builtins.compareVersions ghc.version "9.4" > 0) [
1122+
"system-cxx-std-lib"
11211123
] ++ final.lib.optionals (
11221124
!final.stdenv.targetPlatform.isGhcjs
11231125
&& !final.stdenv.targetPlatform.isWindows

0 commit comments

Comments
 (0)