hugs: set meta.platforms

This commit is contained in:
Peter Simons 2015-05-15 21:26:10 +02:00
parent 1ceebca7af
commit 9bc42f6d00

View File

@ -32,6 +32,7 @@ stdenv.mkDerivation {
meta = {
homepage = http://www.haskell.org/hugs;
description = "Haskell interpreter";
license = "as-is"; # gentoo is calling it this way
license = "as-is"; # gentoo labels it this way
platforms = stdenv.lib.platforms.unix; # arbitrary choice
};
}