Skip to content

Commit 5dfe77d

Browse files
committed
more dependencies
1 parent 8794c62 commit 5dfe77d

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

flake.nix

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
pkgs = import nixpkgs { inherit system overlays; inherit (haskellNix) config; };
3838
flake = pkgs.hixProject.flake {};
3939

40-
buildInputs = [
40+
buildInputs = with pkgs; [
4141
pkgs.brotli
4242
pkgs.gd
4343
pkgs.unzip
@@ -58,13 +58,25 @@
5858
pkgs.autoconf
5959
pkgs.automake
6060

61+
pkgs.xz
62+
pkgs.lzlib
63+
pkgs.xml2
64+
pkgs.libdeflate
65+
pkgs.libaom
66+
pkgs.libjxl
67+
pkgs.libyuv
68+
pkgs.dav1d
69+
pkgs.libvmaf
70+
6171
# pkgs.haskellPackages.gd
6272

63-
# pkgs.binutils
64-
pkgs.icu67
65-
# pkgs.glibc
73+
pkgs.binutils
74+
# pkgs.icu67
75+
pkgs.glibc
6676
# pkgs.cryptodev
6777

78+
xorg.libX11
79+
6880
# pkgs.pkg-config
6981
];
7082

0 commit comments

Comments
 (0)