Loading pkgs/by-name/co/contrast/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ stdenv.mkDerivation rec { description = "Checks whether the contrast between two colors meet the WCAG requirements"; homepage = "https://gitlab.gnome.org/World/design/contrast"; license = licenses.gpl3Plus; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ getchoo ]; platforms = platforms.unix; # never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs broken = stdenv.isDarwin; Loading Loading
pkgs/by-name/co/contrast/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ stdenv.mkDerivation rec { description = "Checks whether the contrast between two colors meet the WCAG requirements"; homepage = "https://gitlab.gnome.org/World/design/contrast"; license = licenses.gpl3Plus; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ getchoo ]; platforms = platforms.unix; # never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs broken = stdenv.isDarwin; Loading