treewide: installTargets is a list

This commit is contained in:
Robin Gloster
2019-12-30 13:29:27 +01:00
committed by Jan Tojnar
parent 2157dcd141
commit 65395a7105
23 changed files with 25 additions and 27 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
"MANPATH=$(out)/share/man"
];
installTargets = "install install.man";
installTargets = [ "install" "install.man" ];
meta = with stdenv.lib; {
description = "Launch a given program when your X session has been idle for a given time.";