colord: add test to passthru
This commit is contained in:
parent
40910462a8
commit
247422c187
@ -1,5 +1,6 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
|
, nixosTests
|
||||||
, bash-completion
|
, bash-completion
|
||||||
, glib
|
, glib
|
||||||
, polkit
|
, polkit
|
||||||
@ -97,6 +98,12 @@ stdenv.mkDerivation rec {
|
|||||||
PKG_CONFIG_BASH_COMPLETION_COMPLETIONSDIR= "${placeholder "out"}/share/bash-completion/completions";
|
PKG_CONFIG_BASH_COMPLETION_COMPLETIONSDIR= "${placeholder "out"}/share/bash-completion/completions";
|
||||||
PKG_CONFIG_UDEV_UDEVDIR = "${placeholder "out"}/lib/udev";
|
PKG_CONFIG_UDEV_UDEVDIR = "${placeholder "out"}/lib/udev";
|
||||||
|
|
||||||
|
passthru = {
|
||||||
|
tests = {
|
||||||
|
installedTests = nixosTests.installed-tests.colord;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "System service to manage, install and generate color profiles to accurately color manage input and output devices";
|
description = "System service to manage, install and generate color profiles to accurately color manage input and output devices";
|
||||||
homepage = https://www.freedesktop.org/software/colord/;
|
homepage = https://www.freedesktop.org/software/colord/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user