gnunet-gtk: copy missing logo image
This commit is contained in:
parent
d8af5c83b6
commit
b2f5063aed
1 changed files with 5 additions and 1 deletions
|
@ -38,7 +38,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
configureFlags = [ "--with-gnunet=${gnunet}" ];
|
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 // {
|
meta = gnunet.meta // {
|
||||||
description = "GNUnet GTK User Interface";
|
description = "GNUnet GTK User Interface";
|
||||||
|
|
Loading…
Reference in a new issue