futhark: introduce the top-level futhark attribute
The fact that futhark is a Haskell package is an implementation detail. To install it users should just have to specify `futhark` instead of `haskellPackages.futhark`. Additionally futhark is overridden with `haskell.lib.justStaticExecutables` to reduce closure size.
This commit is contained in:
@@ -707,6 +707,7 @@ self: super: {
|
||||
# vaultenv is not available from Hackage.
|
||||
vaultenv = self.callPackage ../tools/haskell/vaultenv { };
|
||||
|
||||
# futhark is not available from Hackage.
|
||||
futhark = self.callPackage ../compilers/futhark { };
|
||||
|
||||
# https://github.com/Philonous/hs-stun/pull/1
|
||||
|
||||
Reference in New Issue
Block a user