mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
fbmenugen: add update script
This commit is contained in:
parent
c0f3a3ac7a
commit
a3c15e0dd7
@ -7,6 +7,7 @@
|
||||
, substituteAll
|
||||
, xorg
|
||||
, wrapGAppsHook
|
||||
, gitUpdater
|
||||
}:
|
||||
|
||||
perlPackages.buildPerlPackage rec {
|
||||
@ -65,6 +66,8 @@ perlPackages.buildPerlPackage rec {
|
||||
wrapProgram "$out/bin/${pname}" --prefix PERL5LIB : "$PERL5LIB"
|
||||
'';
|
||||
|
||||
passthru.updateScript = gitUpdater { inherit pname version; };
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/trizen/fbmenugen";
|
||||
description = "Simple menu generator for the Fluxbox Window Manager";
|
||||
|
Loading…
Reference in New Issue
Block a user