Skip to content

Commit

Permalink
Merge pull request NixOS#264898 from FliegendeWurst/gnunet-gtk-icon
Browse files Browse the repository at this point in the history
gnunet-gtk: copy missing logo image
  • Loading branch information
wegank authored Nov 3, 2023
2 parents 1a10fd4 + b2f5063 commit efcf924
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/applications/networking/p2p/gnunet/gtk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit efcf924

Please sign in to comment.