1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

contrast: add updateScript

This commit is contained in:
seth 2024-06-25 20:30:20 -04:00
parent 6942f9d107
commit 5759dfddf2
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

View file

@ -11,6 +11,7 @@
libadwaita,
meson,
ninja,
nix-update-script,
pango,
pkg-config,
rustPlatform,
@ -57,6 +58,10 @@ stdenv.mkDerivation rec {
pango
];
passthru = {
updateScript = nix-update-script { };
};
meta = {
description = "Checks whether the contrast between two colors meet the WCAG requirements";
homepage = "https://gitlab.gnome.org/World/design/contrast";