0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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
};
}