summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xinit/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/xinit/package.py')
-rw-r--r--var/spack/repos/builtin/packages/xinit/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/xinit/package.py b/var/spack/repos/builtin/packages/xinit/package.py
index 10b7ff7cb1..92536ee22a 100644
--- a/var/spack/repos/builtin/packages/xinit/package.py
+++ b/var/spack/repos/builtin/packages/xinit/package.py
@@ -6,13 +6,13 @@
from spack import *
-class Xinit(AutotoolsPackage):
+class Xinit(AutotoolsPackage, XorgPackage):
"""The xinit program is used to start the X Window System server and a
first client program on systems that are not using a display manager
such as xdm."""
homepage = "http://cgit.freedesktop.org/xorg/app/xinit"
- url = "https://www.x.org/archive/individual/app/xinit-1.3.4.tar.gz"
+ xorg_mirror_path = "app/xinit-1.3.4.tar.gz"
version('1.3.4', sha256='754c284875defa588951c1d3d2b20897d3b84918d0a97cb5a4724b00c0da0746')