gnunet-gtk: copy missing logo image

This commit is contained in:
FliegendeWurst 2023-11-01 23:18:45 +01:00
parent d8af5c83b6
commit b2f5063aed

View File

@ -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";