diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-06-10 13:12:19 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-01 12:26:51 +0200 |
| commit | caeb061f0ea749ff318979732f77bc74a14cf79c (patch) | |
| tree | 9861e42e53a6299972448abbe601345d9c0c1e79 /gnu/packages | |
| parent | 5888a4a7c49ba4c1248c947e970c11c06cef0c7b (diff) | |
gnu: Remove fixesproto.
* gnu/packages/xorg.scm (fixesproto): Delete variable.
Change-Id: I9759c495797c684de2afe114a272eb4d818365ca
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/xorg.scm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 55fc08dfef0..7e2a3fb420a 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm | |||
| @@ -3945,34 +3945,6 @@ formatted dump file, such as produced by xwd.") | |||
| 3945 | 3945 | ||
| 3946 | ;; packages of height 1 in the propagated-inputs tree | 3946 | ;; packages of height 1 in the propagated-inputs tree |
| 3947 | 3947 | ||
| 3948 | (define-public fixesproto | ||
| 3949 | (package | ||
| 3950 | (name "fixesproto") | ||
| 3951 | (version "5.0") | ||
| 3952 | (source | ||
| 3953 | (origin | ||
| 3954 | (method url-fetch) | ||
| 3955 | (uri (string-append | ||
| 3956 | "mirror://xorg/individual/proto/fixesproto-" | ||
| 3957 | version | ||
| 3958 | ".tar.bz2")) | ||
| 3959 | (sha256 | ||
| 3960 | (base32 | ||
| 3961 | "1ki4wiq2iivx5g4w5ckzbjbap759kfqd72yg18m3zpbb4hqkybxs")))) | ||
| 3962 | (build-system gnu-build-system) | ||
| 3963 | (propagated-inputs | ||
| 3964 | (list xorgproto)) | ||
| 3965 | (native-inputs | ||
| 3966 | (list pkg-config)) | ||
| 3967 | (home-page "https://www.x.org/wiki/") | ||
| 3968 | (synopsis "Xorg FixesProto protocol headers") | ||
| 3969 | (description | ||
| 3970 | "Fixes Extension makes changes to many areas of the protocol to resolve | ||
| 3971 | issues raised by application interaction with core protocol mechanisms that | ||
| 3972 | cannot be adequately worked around on the client side of the wire.") | ||
| 3973 | (license license:x11) | ||
| 3974 | (properties `((superseded . ,xorgproto))))) | ||
| 3975 | |||
| 3976 | (define-public libxdamage | 3948 | (define-public libxdamage |
| 3977 | (package | 3949 | (package |
| 3978 | (name "libxdamage") | 3950 | (name "libxdamage") |
