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:
parent
29058f9a43
commit
abf3a8af7c
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue