Skip to content

Commit

Permalink
grim: Limit meta.platforms to linux (#353594)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Nov 7, 2024
2 parents f74a757 + 4d45876 commit 196e4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/gr/grim/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;

meta = {
homepage = "https://github.com/emersion/grim";
homepage = "https://sr.ht/~emersion/grim";
description = "Grab images from a Wayland compositor";
license = lib.licenses.mit;
mainProgram = "grim";
maintainers = with lib.maintainers; [ AndersonTorres ];
inherit (wayland.meta) platforms;
platforms = lib.platforms.linux;
};
})

0 comments on commit 196e4c2

Please sign in to comment.