with import { }; stdenv.mkDerivation { name = "jeypsi"; GMP_PATH = "${gmp}/lib"; buildInputs = with pkgs; [ gdb gsl gmp pkgconfig ]; shellHook = "exec fish"; }