Skip to content

Commit

Permalink
zrythm: skip libadwaita tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bandithedoge committed Sep 3, 2023
1 parent 79eca60 commit de6c607
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/zrythm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
inherit (sources.libadwaita-1_4) version src;

buildInputs = oldAttrs.buildInputs ++ [gtk4 pkgs.appstream];

dontCheck = true;
});
in
pkgs.stdenv.mkDerivation rec {
Expand Down

0 comments on commit de6c607

Please sign in to comment.