treewide: *inputs are lists

This commit is contained in:
Robin Gloster
2019-12-31 01:09:25 +01:00
committed by Jan Tojnar
parent 01e8c64988
commit 760e23136a
18 changed files with 45 additions and 52 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=$(out)" "AADIR=$(out)/etc/apparmor.d" ];
installTargets = "install-dist";
installTargets = [ "install-dist" ];
meta = with stdenv.lib; {
description = "Backlight and Keyboard LED control tool";