treewide: *inputs are lists
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user