Skip to content

Commit a97ae10

Browse files
committed
survey: Add .a files for pixman/fontconfig/cairo
1 parent 40434a2 commit a97ae10

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

survey/default.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,15 @@ let
593593
enableSystemd = false;
594594
};
595595

596+
pixman = previous.pixman.overrideAttrs (old: { dontDisableStatic = true; });
597+
fontconfig = previous.fontconfig.overrideAttrs (old: {
598+
dontDisableStatic = true;
599+
configureFlags = (old.configureFlags or []) ++ [
600+
"--enable-static"
601+
];
602+
});
603+
cairo = previous.cairo.overrideAttrs (old: { dontDisableStatic = true; });
604+
596605
expat = previous.expat.overrideAttrs (old: { dontDisableStatic = true; });
597606

598607
mpfr = previous.mpfr.overrideAttrs (old: { dontDisableStatic = true; });

0 commit comments

Comments
 (0)