with import {}; { idrisEnv = stdenv.mkDerivation { name = "idris"; buildInputs = [ haskellPackages.idris gmp ]; }; }