Skip to content

Commit

Permalink
Merge pull request NixOS#147570 from ixnij/master
Browse files Browse the repository at this point in the history
tinyscheme: add aarch64-darwin to badplatforms
  • Loading branch information
domenkozar authored Nov 27, 2021
2 parents 8a3c016 + f104c14 commit d920e9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/interpreters/tinyscheme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
license = licenses.bsdOriginal;
maintainers = [ maintainers.ebzzry ];
platforms = platforms.unix;
badPlatforms = [ "aarch64-darwin" ];
};
}

0 comments on commit d920e9a

Please sign in to comment.