Unverified Commit 90235307 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

pkgs.xorg: deprecate package set (#479724)

parents 63912856 99f20e75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@

- `iroh` has been removed and split up into `iroh-dns-server` and `iroh-relay`.

- the `xorg` package set has been deprecated and will be removed, packages have moved to the top level.
- the `xorg` package set has been deprecated, packages have moved to the top level.

- `python3Packages.pygame` has been been renamed to `python3Packages.pygame-original`, the attribute `python3Packages.pygame` will from python 3.14 default to the more actively maintained `python3Packages.pygame-ce`

+0 −4
Original line number Diff line number Diff line
@@ -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 it’s an implementation of the X Windowing System:**

  - `servers/x11` (e.g. `xorg` — this includes the client libraries and programs)

- **Else:**

  - `servers/misc`
+0 −2
Original line number Diff line number Diff line
@@ -13,8 +13,6 @@
  libice,
}:

# !!! assert freetype == xorg.freetype

stdenv.mkDerivation (finalAttrs: {
  pname = "zoom";
  version = "1.1.5";
+1 −1
Original line number Diff line number Diff line
@@ -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;

pkgs/servers/x11/xorg/.gitignore

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
download-cache/
Loading