summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/xedit/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/xedit/package.py')
-rw-r--r--var/spack/repos/builtin/packages/xedit/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/xedit/package.py b/var/spack/repos/builtin/packages/xedit/package.py
index 83978175ed..be32863f04 100644
--- a/var/spack/repos/builtin/packages/xedit/package.py
+++ b/var/spack/repos/builtin/packages/xedit/package.py
@@ -6,11 +6,11 @@
from spack import *
-class Xedit(AutotoolsPackage):
+class Xedit(AutotoolsPackage, XorgPackage):
"""Xedit is a simple text editor for X."""
homepage = "https://cgit.freedesktop.org/xorg/app/xedit"
- url = "https://www.x.org/archive/individual/app/xedit-1.2.2.tar.gz"
+ xorg_mirror_path = "app/xedit-1.2.2.tar.gz"
version('1.2.2', sha256='7e2dacbc2caed81d462ee028e108866893217d55e35e4b860b09be2b409ee18f')