nixos/colord: don't run as root

Using systemd.packages because there's
a system colord service and colord-session user service
included.
This commit is contained in:
worldofpeace
2019-03-27 15:28:10 -04:00
parent 8137fa520b
commit f22fbe1175
2 changed files with 11 additions and 9 deletions

View File

@@ -56,6 +56,7 @@ stdenv.mkDerivation rec {
"-Dlibcolordcompat=true"
"-Dsane=true"
"-Dvapi=true"
"-Ddaemon_user=colord"
];
nativeBuildInputs = [