gnu: pspp: Tabs to spaces.

* gnu/packages/statistics.scm (pspp): Replace tabs to spaces, fix
indentation.

Change-Id: If0f430cedeb8d346d6c42edf0dd1410163901596
This commit is contained in:
Sharlatan Hellseher 2025-04-24 11:25:07 +01:00
parent 9f4bdb270e
commit 9fbfdff6e0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -124,21 +124,20 @@
(version "2.0.1") (version "2.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/pspp/pspp-" (uri (string-append "mirror://gnu/pspp/pspp-" version ".tar.gz"))
version ".tar.gz")) (sha256
(sha256 (base32
(base32 "002c08rxym056mn7a73jwjmcazqd4gh5j1cyml603y4ckvqb1nwf"))))
"002c08rxym056mn7a73jwjmcazqd4gh5j1cyml603y4ckvqb1nwf"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:phases (list #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'patch-test-suite (add-after 'unpack 'patch-test-suite
(lambda _ (lambda _
(substitute* "tests/output/tex.at" (substitute* "tests/output/tex.at"
(("AT_CHECK\\(\\[LC_ALL=C.UTF-8 pspp") (("AT_CHECK\\(\\[LC_ALL=C.UTF-8 pspp")
"AT_CHECK([LC_ALL=en_US.UTF-8 pspp")))) "AT_CHECK([LC_ALL=en_US.UTF-8 pspp"))))
(add-before 'check 'prepare-tests (add-before 'check 'prepare-tests
;; Prevent irrelevant errors that cause test output mismatches: ;; Prevent irrelevant errors that cause test output mismatches:
;; Fontconfig error: No writable cache directories ;; Fontconfig error: No writable cache directories