mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-17 20:06:07 +00:00
release.nix: reduce rebuilds by not using 'ihaskell-src' for ghc-parser and ipython-kernel
This commit is contained in:
parent
45816b9ed8
commit
f842343aa1
@ -25,8 +25,8 @@ let
|
||||
export GHC_PACKAGE_PATH=$PWD/dist/package.conf.inplace/:$GHC_PACKAGE_PATH
|
||||
'';
|
||||
});
|
||||
ghc-parser = self.callCabal2nix "ghc-parser" "${ihaskell-src}/ghc-parser" {};
|
||||
ipython-kernel = self.callCabal2nix "ipython-kernel" "${ihaskell-src}/ipython-kernel" {};
|
||||
ghc-parser = self.callCabal2nix "ghc-parser" ./ghc-parser {};
|
||||
ipython-kernel = self.callCabal2nix "ipython-kernel" ./ipython-kernel {};
|
||||
} // displays self);
|
||||
});
|
||||
# statically linking against haskell libs reduces closure size at the expense
|
||||
|
Loading…
x
Reference in New Issue
Block a user