ghc8102Binary*: simplify meta
Not distributing dependencies via hydraPlatforms does not work, so we keep meta simple. (cherry picked from commit 4643796794897f2baa3a8015de5a9c9fd416f1ae)
This commit is contained in:
parent
dda47e489a
commit
6b377f2968
@ -212,18 +212,11 @@ stdenv.mkDerivation rec {
|
|||||||
enableShared = true;
|
enableShared = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = let
|
meta = {
|
||||||
platforms = ["x86_64-linux" "armv7l-linux" "aarch64-linux" "i686-linux" "x86_64-darwin"];
|
|
||||||
in {
|
|
||||||
homepage = "http://haskell.org/ghc";
|
homepage = "http://haskell.org/ghc";
|
||||||
description = "The Glasgow Haskell Compiler";
|
description = "The Glasgow Haskell Compiler";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = ["x86_64-linux" "armv7l-linux" "aarch64-linux" "i686-linux" "x86_64-darwin"];
|
||||||
# The minimal variation can not be distributed because it removes the
|
|
||||||
# documentation, including licensing information that is required for
|
|
||||||
# distribution.
|
|
||||||
inherit platforms;
|
|
||||||
hydraPlatforms = stdenv.lib.optionals (!minimal) platforms;
|
|
||||||
maintainers = with stdenv.lib.maintainers; [ lostnet ];
|
maintainers = with stdenv.lib.maintainers; [ lostnet ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user