summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-04-21 23:22:43 +0300
committerEfraim Flashner <efraim@flashner.co.il>2018-04-21 23:25:42 +0300
commit785f40dfbc5e8511a1c6ed9cd8d8b40e0f03a857 (patch)
tree2f3de5333c1bbb438185627ebb113825e963da6e /gnu/packages
parentc80629e7c2840c72effe398b351af9038f9cd44a (diff)
downloadguix-785f40dfbc5e8511a1c6ed9cd8d8b40e0f03a857.tar.gz
gnu: spindle: Limit supported systems.
* gnu/packages/admin.scm (spindle)[supported-system]: New field.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/admin.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 5b47d5faec..8d32518973 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2596,4 +2596,6 @@ launch daemons into the relevant nodes.")
      "Spindle is a tool for improving the performance of dynamic library and
 Python loading in HPC environments.")
     (home-page "https://github.com/hpc/Spindle")
+    ;; This package supports x86_64 and PowerPC64
+    (supported-systems '("x86_64-linux"))
     (license license:lgpl2.1)))