{ stdenv, fetchgit, fetchurl, writeText , qt4, qmake4Hook, protobuf, libpcap , wireshark, gzip, diffutils, gawk }: stdenv.mkDerivation rec { name = "ostinato-2015-12-24"; src = fetchgit { url = "https://github.com/pstavirs/ostinato.git"; rev = "414d89860de0987843295d149bcabeac7c6fd9e5"; sha256 = "1yif8z8ih027jdsgnxd82z9914wrqpkpi4xgxqv9lygnb2jjjrdx"; }; ostinato_png = fetchurl { url = "http://ostinato.org/images/site-logo.png"; sha256 = "f5c067823f2934e4d358d76f65a343efd69ad783a7aeabd7ab4ce3cd03490d70"; }; buildInputs = [ qt4 protobuf libpcap ]; nativeBuildInputs = [ qmake4Hook ]; patches = [ ./drone_ini.patch ]; postInstall = '' cat > $out/bin/ostinato.ini < $out/share/applications/ostinato.desktop <