mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
hugs: set meta.platforms
This commit is contained in:
parent
1ceebca7af
commit
9bc42f6d00
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user