19 src = fetchFromGitHub {
23 sha256 = "sha256-pWdLSoTeRgr5FPdBWMTVdsnijuwu8fLuNkyIRZ+JEe8=";
26 vendorHash = "sha256-iR+ytThRwmCvFEMcpSELPRwiramN5jPXAjaJtda4pOw=";
44 for file in main.go tools.go; do
45 substituteInPlace $file --replace '/usr/share/nwg-menu' $out/share
51 cp menu-start.css $out/share/
55 gappsWrapperArgs+=(--prefix XDG_DATA_DIRS : "$out/share")
59 homepage = "https://github.com/nwg-piotr/nwg-menu";
60 description = "MenuStart plugin for nwg-panel";
61 mainProgram = "nwg-menu";
62 license = licenses.mit;
63 platforms = platforms.linux;
64 maintainers = with maintainers; [ berbiche ];