Skip to content

Commit

Permalink
more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbecich committed Mar 5, 2023
1 parent fb94055 commit efd9de5
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
pkgs = import nixpkgs { inherit system overlays; inherit (haskellNix) config; };
flake = pkgs.hixProject.flake {};

buildInputs = [
buildInputs = with pkgs; [
pkgs.brotli
pkgs.gd
pkgs.unzip
Expand All @@ -58,13 +58,25 @@
pkgs.autoconf
pkgs.automake

pkgs.xz
pkgs.lzlib
pkgs.xml2
pkgs.libdeflate
pkgs.libaom
pkgs.libjxl
pkgs.libyuv
pkgs.dav1d
pkgs.libvmaf

# pkgs.haskellPackages.gd

# pkgs.binutils
pkgs.icu67
# pkgs.glibc
pkgs.binutils
# pkgs.icu67
pkgs.glibc
# pkgs.cryptodev

xorg.libX11

# pkgs.pkg-config
];

Expand Down

0 comments on commit efd9de5

Please sign in to comment.