Skip to content

Commit

Permalink
overrides: drop unused pkgs.xlibsWrapper package
Browse files Browse the repository at this point in the history
`xlibsWrapper` was a transitional package to move from monolithic
xorg package to modules. `nixpkgs` `python3Packages.pycairo` already
removed `pkgs.xlibsWrapper`. This change follow the same change.

Bug: NixOS/nixpkgs#194054
Closes: nix-community#863
  • Loading branch information
trofi authored and simonkampe committed Jan 4, 2023
1 parent 76c4b43 commit bf3bc7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,6 @@ lib.composeManyExtensions [

propagatedBuildInputs = (old.propagatedBuildInputs or [ ]) ++ [
pkgs.cairo
pkgs.xlibsWrapper
];

mesonFlags = [ "-Dpython=${if self.isPy3k then "python3" else "python"}" ];
Expand Down

0 comments on commit bf3bc7b

Please sign in to comment.