summaryrefslogtreecommitdiff
path: root/gnu/packages/disk.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-31 17:43:21 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:41 +0000
commitdb960bc85325fc26f6d60c0a6c233ec5aed0ef0c (patch)
treefe45fcc6a801273ccc5562ba3ee977ff8eb23478 /gnu/packages/disk.scm
parenta20a4d01286a37339e5a327275c7886e88c0d14c (diff)
gnu: greaseweazle-host-tools: Disable tests.
* gnu/packages/disk.scm (greaseweazle-host-tools)[arguments] <tests?>: Disable for now. [native-inputs]: Remove python-wheel. Change-Id: Icd1d43243e26a52468604860bf5bd458183d1c82
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r--gnu/packages/disk.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 0042c5d6891..ec66d25b428 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -856,20 +856,19 @@ and can dramatically shorten the lifespan of the drive if left unchecked.")
856 (build-system python-build-system) 856 (build-system python-build-system)
857 (arguments 857 (arguments
858 (list 858 (list
859 #:tests? #f ;XXX: root access is required, see: <scripts/tests/test.sh>
859 #:phases 860 #:phases
860 #~(modify-phases %standard-phases 861 #~(modify-phases %standard-phases
861 (add-before 'build 'setuptools-version 862 (add-before 'build 'setuptools-version
862 (lambda _ 863 (lambda _
863 (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" "1.8"))) 864 (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))
864 (add-after 'install 'install-udev-rules 865 (add-after 'install 'install-udev-rules
865 (lambda _ 866 (lambda _
866 (install-file "scripts/49-greaseweazle.rules" 867 (install-file "scripts/49-greaseweazle.rules"
867 (string-append #$output "/lib/udev/rules.d/"))))))) 868 (string-append #$output "/lib/udev/rules.d/")))))))
868 (native-inputs 869 (native-inputs
869 (list 870 (list python-setuptools
870 python-setuptools 871 python-setuptools-scm))
871 python-setuptools-scm
872 python-wheel))
873 (propagated-inputs 872 (propagated-inputs
874 (list python-bitarray python-crcmod python-pyserial python-requests)) 873 (list python-bitarray python-crcmod python-pyserial python-requests))
875 (synopsis "Tools for accessing a floppy drive at the raw flux level") 874 (synopsis "Tools for accessing a floppy drive at the raw flux level")