Skip to content

Commit 6b3d524

Browse files
Try #1667:
2 parents 986a65b + 88543bb commit 6b3d524

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lib/pkgconf-nixpkgs-map.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5583,7 +5583,7 @@ pkgs:
55835583
"zzipfseeko" = [ "zziplib" ];
55845584
"zziplib" = [ "zziplib" ];
55855585
"zzipmmapped" = [ "zziplib" ];
5586-
}) //
5586+
} // pkgs.haskell-nix.extraPkgconfigMappings) //
55875587
lookupAttrsIn pkgs.xorg {
55885588
# Adding xlibsWrapper since it was used here beofre.
55895589
# Putting libX11 first though so it can be used to get the version
@@ -5742,4 +5742,4 @@ pkgs:
57425742
else if pkgs ? gdk_pixbuf
57435743
then [ pkgs.gdk_pixbuf ]
57445744
else [];
5745-
}
5745+
}

overlays/haskell.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ final: prev: {
1111
# overlays.
1212
defaultModules = [];
1313

14+
# TODO: doc etc
15+
extraPkgconfigMappings = {};
1416
# Nix Flake based source pins.
1517
# To update all inputs, get unstable Nix and then `nix flake update --recreate-lock-file`
1618
# Or `nix-shell -p nixUnstable --run "nix --experimental-features 'nix-command flakes' flake update --recreate-lock-file"`

0 commit comments

Comments
 (0)