# Pastebin e8ONnqkF with import {}; let version = "DASHER_5_0_0_beta"; in stdenv.mkDerivation { name = "dasher-${version}"; src = fetchFromGitHub { repo = "dasher"; owner = "dasher-project"; rev = version; sha256 = "0kgw7jkkjwhim0ncg77vh73g76xslkjwyylcfx38yl898hvbndy3"; }; nativeBuildInputs = [ autoconf automake gcc gettext git gnum4 intltool libtool pkgconfig which ]; buildInputs = [ at_spi2_core glib.dev gnome2.GConf gnome3.gnome-common gnome-doc-utils gtk3 speechd ]; preConfigure = '' git init git add . git config user.email "you@example.com" git config user.name "Your Name" git commit -m ${version} > /dev/null git tag ${version} -m ${version} rm -f m4/glib-gettext.m4 NOCONFIGURE=1 ./autogen.sh ''; }