various: remove last remaining references to pkgs.xorg

This commit is contained in:
quantenzitrone 2026-01-26 16:39:03 +01:00
parent ced5637826
commit 73d9a1c6ec
No known key found for this signature in database
3 changed files with 1 additions and 7 deletions

View file

@ -305,10 +305,6 @@ For example, the `libxml2` package builds both a library and some tools; but it
- `servers/http` (e.g. `apache-httpd`)
- **If its an implementation of the X Windowing System:**
- `servers/x11` (e.g. `xorg` — this includes the client libraries and programs)
- **Else:**
- `servers/misc`

View file

@ -13,8 +13,6 @@
libice,
}:
# !!! assert freetype == xorg.freetype
stdenv.mkDerivation (finalAttrs: {
pname = "zoom";
version = "1.1.5";

View file

@ -161,7 +161,7 @@ let
inherit (scope) ghc buildHaskellPackages;
};
in
ps // ps.xorg // ps.gnome2 // { inherit stdenv; } // scopeSpliced;
ps // ps.gnome2 // { inherit stdenv; } // scopeSpliced;
defaultScope = mkScope self;
callPackage = drv: args: callPackageWithScope defaultScope drv args;