Skip to content

Commit

Permalink
rr: limit platforms to x86_64
Browse files Browse the repository at this point in the history
related to #32326
  • Loading branch information
Mic92 committed Dec 7, 2017
1 parent 9874d1b commit 14df60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/analysis/rr/default.nix
Expand Up @@ -51,6 +51,6 @@ stdenv.mkDerivation rec {

license = "custom";
maintainers = with stdenv.lib.maintainers; [ pierron thoughtpolice ];
platforms = stdenv.lib.platforms.linux;
platforms = ["x86_64-linux"];
};
}

0 comments on commit 14df60d

Please sign in to comment.