diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-10-31 19:27:36 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-10-31 19:27:36 -0400 |
| commit | bc4a6eae039b5ba4f54bbc6ba862fd1282d40ee1 (patch) | |
| tree | 74aa3da24245e9f021f9df8fb11e08d30233c666 /pkgs/astal/builder.nix | |
| parent | update commits (diff) | |
| download | dotfiles-nix-bc4a6eae039b5ba4f54bbc6ba862fd1282d40ee1.tar.gz dotfiles-nix-bc4a6eae039b5ba4f54bbc6ba862fd1282d40ee1.tar.bz2 dotfiles-nix-bc4a6eae039b5ba4f54bbc6ba862fd1282d40ee1.zip | |
update commits
Diffstat (limited to 'pkgs/astal/builder.nix')
| -rw-r--r-- | pkgs/astal/builder.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/astal/builder.nix b/pkgs/astal/builder.nix index a78d602..c4030f7 100644 --- a/pkgs/astal/builder.nix +++ b/pkgs/astal/builder.nix @@ -38,7 +38,7 @@ in inherit src name; nativeBuildInputs = with pkgs; [ - wrapGAppsHook + wrapGAppsHook3 gobject-introspection ]; |