libinput: make .bin the first output

That's the convention:
This commit is contained in:
Vladimír Čunát 2018-08-30 15:27:26 +02:00
parent ae09fe25e9
commit ab539ab863
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
2 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ in {
}) })
]; ];
services.udev.packages = [ pkgs.libinput ]; services.udev.packages = [ pkgs.libinput.out ];
services.xserver.config = services.xserver.config =
'' ''

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
sha256 = "04mwl1v51b785h7q3v23hahr0qzr48qq1jzj7d3msjvgh97nr8v4"; sha256 = "04mwl1v51b785h7q3v23hahr0qzr48qq1jzj7d3msjvgh97nr8v4";
}; };
outputs = [ "out" "dev" "bin" ]; outputs = [ "bin" "out" "dev" ];
mesonFlags = [ mesonFlags = [
(mkFlag documentationSupport "documentation") (mkFlag documentationSupport "documentation")