ostinato: remove ostinato.png and get it from url

+7 -2
+7 -2
pkgs/applications/networking/ostinato/default.nix
··· 3 3 , wireshark, gzip, diffutils, gawk 4 4 }: 5 5 6 - stdenv.mkDerivation { 6 + stdenv.mkDerivation rec { 7 7 name = "ostinato-2015-12-24"; 8 8 src = fetchgit { 9 9 url = "https://github.com/pstavirs/ostinato.git"; 10 10 rev = "414d89860de0987843295d149bcabeac7c6fd9e5"; 11 11 sha256 = "0hb78bq51r93p0yr4l1z5xlf1i666v5pa3zkdj7jmpb879kj05dx"; 12 + }; 13 + 14 + ostinato_png = fetchurl { 15 + url = "http://ostinato.org/images/site-logo.png"; 16 + sha256 = "f5c067823f2934e4d358d76f65a343efd69ad783a7aeabd7ab4ce3cd03490d70"; 12 17 }; 13 18 14 19 buildInputs = [ qt4 protobuf libpcap ]; ··· 28 33 EOF 29 34 30 35 mkdir -p $out/share/pixmaps 31 - install -D -m 644 ${./ostinato.png} $out/share/pixmaps/ostinato.png 36 + cp ${ostinato_png} $out/share/pixmaps/ostinato.png 32 37 33 38 # Create a desktop item. 34 39 mkdir -p $out/share/applications
pkgs/applications/networking/ostinato/ostinato.png

This is a binary file and will not be displayed.