Commit b2f5063a authored by FliegendeWurst's avatar FliegendeWurst
Browse files

gnunet-gtk: copy missing logo image

parent d8af5c83
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -38,7 +38,11 @@ stdenv.mkDerivation rec {

  configureFlags = [ "--with-gnunet=${gnunet}" ];

  patchPhase = "patchShebangs pixmaps/icon-theme-installer";
  postPatch = "patchShebangs pixmaps/icon-theme-installer";

  postInstall = ''
    ln -s $out/share/gnunet-gtk/gnunet_logo.png $out/share/gnunet/gnunet-logo-color.png
  '';

  meta = gnunet.meta // {
    description = "GNUnet GTK User Interface";