Commit c1721e03 authored by Qusic's avatar Qusic
Browse files

dmenu: add updateScript

parent 90787801
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl, libX11, libXinerama, libXft, zlib, patches ? null }:
{ lib, stdenv, fetchurl, libX11, libXinerama, libXft, zlib, patches ? null
# update script dependencies
, gitUpdater
}:

stdenv.mkDerivation rec {
  pname = "dmenu";
@@ -24,6 +27,10 @@ stdenv.mkDerivation rec {

  makeFlags = [ "CC:=$(CC)" ];

  passthru.updateScript = gitUpdater {
    url = "git://git.suckless.org/dmenu";
  };

  meta = with lib; {
    description = "A generic, highly customizable, and efficient menu for the X Window System";
    homepage = "https://tools.suckless.org/dmenu";