diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-09-30 13:35:35 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-09-30 13:35:35 -0700 |
commit | 9a263fc9be27700a467e68c4d4fce687f04cc791 (patch) | |
tree | d977ec60b35e997578fb06e37d6206e692daab50 /hosts | |
parent | bc82e1f5fa10dd98528b80c986cb1bb7fe382c15 (diff) | |
download | nix-9a263fc9be27700a467e68c4d4fce687f04cc791.tar nix-9a263fc9be27700a467e68c4d4fce687f04cc791.tar.gz nix-9a263fc9be27700a467e68c4d4fce687f04cc791.tar.bz2 nix-9a263fc9be27700a467e68c4d4fce687f04cc791.tar.lz nix-9a263fc9be27700a467e68c4d4fce687f04cc791.tar.xz nix-9a263fc9be27700a467e68c4d4fce687f04cc791.tar.zst nix-9a263fc9be27700a467e68c4d4fce687f04cc791.zip |
Add libxfixes to nix-ld @caladan
Diffstat (limited to '')
-rw-r--r-- | hosts/caladan/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/caladan/default.nix b/hosts/caladan/default.nix index a4967d5..fe8af42 100644 --- a/hosts/caladan/default.nix +++ b/hosts/caladan/default.nix @@ -141,8 +141,9 @@ pkgs.fontconfig pkgs.freetype pkgs.glib - pkgs.libxext pkgs.libx11 + pkgs.libxext + pkgs.libxfixes pkgs.nspr pkgs.nss pkgs.xorg.libXcomposite |