1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libui-ng: add passthru.updateScript

This commit is contained in:
Mario Rodas 2024-02-13 04:20:00 +00:00
parent b189a84014
commit e9c49cb5e1

View file

@ -7,6 +7,7 @@
, meson
, ninja
, pkg-config
, unstableGitUpdater
}:
stdenv.mkDerivation rec {
@ -46,6 +47,8 @@ stdenv.mkDerivation rec {
(lib.mesonBool "examples" (!stdenv.isDarwin))
];
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {
description = "A portable GUI library for C";
homepage = "https://github.com/libui-ng/libui-ng";