lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

utf8proc: add relevant revdeps to passthru.tests

+10 -1
+10 -1
pkgs/development/libraries/utf8proc/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, cmake }: 1 + { lib, stdenv, fetchFromGitHub, cmake 2 + # passthru.tests 3 + , tmux 4 + , fcft 5 + , arrow-cpp 6 + }: 2 7 3 8 stdenv.mkDerivation rec { 4 9 pname = "utf8proc"; ··· 19 24 ]; 20 25 21 26 doCheck = true; 27 + 28 + passthru.tests = { 29 + inherit fcft tmux arrow-cpp; 30 + }; 22 31 23 32 meta = with lib; { 24 33 description = "A clean C library for processing UTF-8 Unicode data";