t1utils: set meta.platforms = all

Suggested by @sjourdois on github, to allow building on darwin.
This commit is contained in:
Bjørn Forsman 2015-11-06 17:26:06 +01:00
parent ecb651349a
commit 7df8515bb5

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
# README from tarball says "BSD-like" and points to non-existing LICENSE
# file...
license = "Click"; # MIT with extra clause, https://github.com/kohler/t1utils/blob/master/LICENSE
platforms = platforms.linux;
platforms = platforms.all;
maintainers = [ maintainers.bjornfor ];
};
}