summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorFliegendeWurst <2012gdwu+github@posteo.de>2023-11-01 23:18:45 +0100
committerFliegendeWurst <2012gdwu+github@posteo.de>2023-11-01 23:18:45 +0100
commitb2f5063aeddbe51337b61d9d39fb04675dc49236 (patch)
tree5de6de6c883e8e995765e799bde84e5419e683bd /pkgs/applications/networking/p2p
parentd8af5c83b6e0b9253ab9222252f032444cb21e62 (diff)
downloadnixpkgs-b2f5063aeddbe51337b61d9d39fb04675dc49236.tar
nixpkgs-b2f5063aeddbe51337b61d9d39fb04675dc49236.tar.gz
nixpkgs-b2f5063aeddbe51337b61d9d39fb04675dc49236.tar.bz2
nixpkgs-b2f5063aeddbe51337b61d9d39fb04675dc49236.tar.lz
nixpkgs-b2f5063aeddbe51337b61d9d39fb04675dc49236.tar.xz
nixpkgs-b2f5063aeddbe51337b61d9d39fb04675dc49236.tar.zst
nixpkgs-b2f5063aeddbe51337b61d9d39fb04675dc49236.zip
gnunet-gtk: copy missing logo image
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/gnunet/gtk.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/gnunet/gtk.nix b/pkgs/applications/networking/p2p/gnunet/gtk.nix
index a915e3fed8e..94504f2b995 100644
--- a/pkgs/applications/networking/p2p/gnunet/gtk.nix
+++ b/pkgs/applications/networking/p2p/gnunet/gtk.nix
@@ -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";