summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xf86rushproto/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/xf86rushproto/package.py')
-rw-r--r--var/spack/repos/builtin/packages/xf86rushproto/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/xf86rushproto/package.py b/var/spack/repos/builtin/packages/xf86rushproto/package.py
index 8e49fb82fc..5ace6998b1 100644
--- a/var/spack/repos/builtin/packages/xf86rushproto/package.py
+++ b/var/spack/repos/builtin/packages/xf86rushproto/package.py
@@ -6,10 +6,10 @@
from spack import *
-class Xf86rushproto(AutotoolsPackage):
+class Xf86rushproto(AutotoolsPackage, XorgPackage):
"""X.org XF86RushProto protocol headers."""
homepage = "https://cgit.freedesktop.org/xorg/proto/xf86rushproto"
- url = "https://www.x.org/archive/individual/proto/xf86rushproto-1.1.2.tar.gz"
+ xorg_mirror_path = "proto/xf86rushproto-1.1.2.tar.gz"
version('1.1.2', sha256='7d420ae7e5f0dd94c6010c764c66acc93eed7df7f81bcf93d2a57739970ec841')