File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5583,7 +5583,7 @@ pkgs:
5583
5583
"zzipfseeko" = [ "zziplib" ] ;
5584
5584
"zziplib" = [ "zziplib" ] ;
5585
5585
"zzipmmapped" = [ "zziplib" ] ;
5586
- } ) //
5586
+ } // pkgs . haskell-nix . extraPkgconfigMappings ) //
5587
5587
lookupAttrsIn pkgs . xorg {
5588
5588
# Adding xlibsWrapper since it was used here beofre.
5589
5589
# Putting libX11 first though so it can be used to get the version
@@ -5742,4 +5742,4 @@ pkgs:
5742
5742
else if pkgs ? gdk_pixbuf
5743
5743
then [ pkgs . gdk_pixbuf ]
5744
5744
else [ ] ;
5745
- }
5745
+ }
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ final: prev: {
11
11
# overlays.
12
12
defaultModules = [ ] ;
13
13
14
+ # TODO: doc etc
15
+ extraPkgconfigMappings = { } ;
14
16
# Nix Flake based source pins.
15
17
# To update all inputs, get unstable Nix and then `nix flake update --recreate-lock-file`
16
18
# Or `nix-shell -p nixUnstable --run "nix --experimental-features 'nix-command flakes' flake update --recreate-lock-file"`
You can’t perform that action at this time.
0 commit comments