libinput: make .bin the first output
That's the convention:
This commit is contained in:
parent
ae09fe25e9
commit
ab539ab863
@ -205,7 +205,7 @@ in {
|
||||
})
|
||||
];
|
||||
|
||||
services.udev.packages = [ pkgs.libinput ];
|
||||
services.udev.packages = [ pkgs.libinput.out ];
|
||||
|
||||
services.xserver.config =
|
||||
''
|
||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "04mwl1v51b785h7q3v23hahr0qzr48qq1jzj7d3msjvgh97nr8v4";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" "bin" ];
|
||||
outputs = [ "bin" "out" "dev" ];
|
||||
|
||||
mesonFlags = [
|
||||
(mkFlag documentationSupport "documentation")
|
||||
|
Loading…
Reference in New Issue
Block a user