koka: Only build the executable

Just like for most other haskell programs,
we only want the binary, not the haskell libraries and ghc.

This reduces the closure size and avoids "conflicting packages" on macos
This commit is contained in:
Andreas Källberg 2021-04-19 18:44:38 +08:00 committed by sterni
parent 29058f9a43
commit abf3a8af7c

View file

@ -10911,7 +10911,7 @@ in
knightos-z80e = callPackage ../development/tools/knightos/z80e { };
koka = haskellPackages.callPackage ../development/compilers/koka { };
koka = haskell.lib.justStaticExecutables (haskellPackages.callPackage ../development/compilers/koka { });
kotlin = callPackage ../development/compilers/kotlin { };