Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 10, 2024
1 parent 19da3ef commit 2a70cfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,9 @@
]);
nativeBuildInputs = { pkgs, lib }:
(with pkgs; [ perl pkg-config makeWrapper ])
++ (lib.optionals pkgs.stdenv.isLinux (with pkgs; [
wrapGAppsHook
ensureNewerSourcesForZipFilesHook
])) ++ (lib.optionals pkgs.stdenv.isDarwin [ pkgs.libiconv ]);
++ (lib.optionals pkgs.stdenv.isLinux
(with pkgs; [ wrapGAppsHook ]))
++ (lib.optionals pkgs.stdenv.isDarwin [ pkgs.libiconv ]);

libraries = { pkgs, lib }:
with pkgs; [
Expand Down

0 comments on commit 2a70cfc

Please sign in to comment.