t1utils: set meta.platforms = all

Suggested by @sjourdois on github, to allow building on darwin.

+1 -1
+1 -1
pkgs/tools/misc/t1utils/default.nix
··· 22 22 # README from tarball says "BSD-like" and points to non-existing LICENSE 23 23 # file... 24 24 license = "Click"; # MIT with extra clause, https://github.com/kohler/t1utils/blob/master/LICENSE 25 - platforms = platforms.linux; 25 + platforms = platforms.all; 26 26 maintainers = [ maintainers.bjornfor ]; 27 27 }; 28 28 }