mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
katriawm: add updateScript
This commit is contained in:
parent
868cc3f77f
commit
d57ce05c49
@ -6,6 +6,7 @@
|
||||
libXft,
|
||||
libXrandr,
|
||||
pkg-config,
|
||||
gitUpdater,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@ -44,6 +45,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
--replace pkg-config "$PKG_CONFIG"
|
||||
'';
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
url = "https://www.uninformativ.de/git/katriawm.git/";
|
||||
rev-prefix = "v";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "https://www.uninformativ.de/git/katriawm/file/README.html";
|
||||
description = "A non-reparenting, dynamic window manager with decorations";
|
||||
|
Loading…
Reference in New Issue
Block a user