mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
xpointerbarrier: add updateScript
This commit is contained in:
parent
929a74529d
commit
b88eb9c642
@ -6,6 +6,7 @@
|
||||
libX11,
|
||||
libXfixes,
|
||||
libXrandr,
|
||||
gitUpdater,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@ -27,6 +28,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
makeFlags = [ "prefix=$(out)" ];
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
url = "https://www.uninformativ.de/git/xpointerbarrier.git/";
|
||||
rev-prefix = "v";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.uninformativ.de/git/xpointerbarrier/file/README.html";
|
||||
description = "Create X11 pointer barriers around your working area";
|
||||
|
Loading…
Reference in New Issue
Block a user