hugs: set meta.platforms
This commit is contained in:
parent
1ceebca7af
commit
9bc42f6d00
@ -32,6 +32,7 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.haskell.org/hugs;
|
homepage = http://www.haskell.org/hugs;
|
||||||
description = "Haskell interpreter";
|
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
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user