release.nix: remove unused 'profile' variable

This commit is contained in:
Vaibhav Sagar 2017-10-03 23:36:54 +08:00
parent 8d022fa441
commit 2907c07901

View File

@ -78,7 +78,6 @@ let
export PATH="${pkgs.stdenv.lib.makeBinPath ([ ihaskell ihaskellEnv jupyter ] ++ systemPackages pkgs)}"
${ihaskell}/bin/ihaskell install -l $(${ihaskellEnv}/bin/ghc --print-libdir) --use-rtsopts="${rtsopts}" && ${jupyter}/bin/jupyter notebook
'';
profile = "${ihaskell.pname}-${ihaskell.version}/profile/profile.tar";
in
pkgs.buildEnv {
name = "ihaskell-with-packages";