mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
gnunet-gtk: copy missing logo image
This commit is contained in:
parent
d8af5c83b6
commit
b2f5063aed
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user