summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/setxkbmap/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/setxkbmap/package.py')
-rw-r--r--var/spack/repos/builtin/packages/setxkbmap/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/setxkbmap/package.py b/var/spack/repos/builtin/packages/setxkbmap/package.py
index 8f5093cbcf..2c3ebba00b 100644
--- a/var/spack/repos/builtin/packages/setxkbmap/package.py
+++ b/var/spack/repos/builtin/packages/setxkbmap/package.py
@@ -6,13 +6,13 @@
from spack import *
-class Setxkbmap(AutotoolsPackage):
+class Setxkbmap(AutotoolsPackage, XorgPackage):
"""setxkbmap is an X11 client to change the keymaps in the X server for a
specified keyboard to use the layout determined by the options listed
on the command line."""
homepage = "http://cgit.freedesktop.org/xorg/app/setxkbmap"
- url = "https://www.x.org/archive/individual/app/setxkbmap-1.3.1.tar.gz"
+ xorg_mirror_path = "app/setxkbmap-1.3.1.tar.gz"
version('1.3.1', sha256='e24a73669007fa3b280eba4bdc7f75715aeb2e394bf2d63f5cc872502ddde264')