t1utils: set meta.platforms = all
Suggested by @sjourdois on github, to allow building on darwin.
This commit is contained in:
parent
ecb651349a
commit
7df8515bb5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||||
# README from tarball says "BSD-like" and points to non-existing LICENSE
|
# README from tarball says "BSD-like" and points to non-existing LICENSE
|
||||||
# file...
|
# file...
|
||||||
license = "Click"; # MIT with extra clause, https://github.com/kohler/t1utils/blob/master/LICENSE
|
license = "Click"; # MIT with extra clause, https://github.com/kohler/t1utils/blob/master/LICENSE
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.bjornfor ];
|
maintainers = [ maintainers.bjornfor ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue