mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
xinput: Remove libXfixes.dev from the closure
This commit is contained in:
parent
81447b6a59
commit
b6f3e08019
@ -192,6 +192,7 @@ in
|
||||
|
||||
libXi = attrs: attrs // {
|
||||
outputs = [ "out" "dev" "doc" ];
|
||||
propagatedBuildInputs = [ xorg.libXfixes ];
|
||||
};
|
||||
|
||||
libXinerama = attrs: attrs // {
|
||||
@ -532,10 +533,6 @@ in
|
||||
configureFlags = "--with-cursordir=$(out)/share/icons";
|
||||
};
|
||||
|
||||
xinput = attrs: attrs // {
|
||||
propagatedBuildInputs = [xorg.libXfixes];
|
||||
};
|
||||
|
||||
xinit = attrs: attrs // {
|
||||
stdenv = if isDarwin then args.clangStdenv else stdenv;
|
||||
buildInputs = attrs.buildInputs ++ lib.optional isDarwin args.bootstrap_cmds;
|
||||
|
Loading…
Reference in New Issue
Block a user