Skip to content

Commit

Permalink
Merge pull request #225112 from amjoseph-nixpkgs/pr/xdg-mime/cross-is…
Browse files Browse the repository at this point in the history
…-broken

xdg-utils: mark broken if cross
  • Loading branch information
Adam Joseph authored Jul 20, 2023
2 parents 1afd51d + 7db4087 commit a29c4db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/X11/xdg-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@ stdenv.mkDerivation rec {
license = if mimiSupport then licenses.gpl2 else licenses.free;
maintainers = [ maintainers.eelco ];
platforms = platforms.all;
broken = !(stdenv.buildPlatform.canExecute stdenv.hostPlatform);
};
}

0 comments on commit a29c4db

Please sign in to comment.