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-29 20:56:06 -04:00
parent 8137fa520b
commit f22fbe1175
2 changed files with 11 additions and 9 deletions
+1
View File
@@ -56,6 +56,7 @@ stdenv.mkDerivation rec {
"-Dlibcolordcompat=true"
"-Dsane=true"
"-Dvapi=true"
"-Ddaemon_user=colord"
];
nativeBuildInputs = [