Skip to content

Commit

Permalink
build(flake): add python3 as buildInput and update flake.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
fczuardi committed May 4, 2023
1 parent 423937f commit 48e2c63
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 48 deletions.
134 changes: 90 additions & 44 deletions flake.lock

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

10 changes: 6 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@

commonArgs = {
src = ./.;
buildInputs = [
pkgs.pango
pkgs.atk
pkgs.gtk3
buildInputs = with pkgs; [
python311
pango
atk
gtk3
wrapGAppsHook
];
nativeBuildInputs = [
pkgs.pkgconfig
Expand Down

0 comments on commit 48e2c63

Please sign in to comment.