diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-24 11:25:07 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-24 12:41:43 +0100 |
| commit | 9fbfdff6e00a1fe347e79d78e02e1271eb2af971 (patch) | |
| tree | 14a4641d24429420d0dbc11768422ed002f9fdd2 /gnu | |
| parent | 9f4bdb270e178eac636df3f4bbffbe4aa3b90a67 (diff) | |
gnu: pspp: Tabs to spaces.
* gnu/packages/statistics.scm (pspp): Replace tabs to spaces, fix
indentation.
Change-Id: If0f430cedeb8d346d6c42edf0dd1410163901596
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/statistics.scm | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 5292a0e379e..44c7220b3ea 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm | |||
| @@ -124,21 +124,20 @@ | |||
| 124 | (version "2.0.1") | 124 | (version "2.0.1") |
| 125 | (source | 125 | (source |
| 126 | (origin | 126 | (origin |
| 127 | (method url-fetch) | 127 | (method url-fetch) |
| 128 | (uri (string-append "mirror://gnu/pspp/pspp-" | 128 | (uri (string-append "mirror://gnu/pspp/pspp-" version ".tar.gz")) |
| 129 | version ".tar.gz")) | 129 | (sha256 |
| 130 | (sha256 | 130 | (base32 |
| 131 | (base32 | 131 | "002c08rxym056mn7a73jwjmcazqd4gh5j1cyml603y4ckvqb1nwf")))) |
| 132 | "002c08rxym056mn7a73jwjmcazqd4gh5j1cyml603y4ckvqb1nwf")))) | ||
| 133 | (build-system gnu-build-system) | 132 | (build-system gnu-build-system) |
| 134 | (arguments | 133 | (arguments |
| 135 | (list #:phases | 134 | (list #:phases |
| 136 | #~(modify-phases %standard-phases | 135 | #~(modify-phases %standard-phases |
| 137 | (add-after 'unpack 'patch-test-suite | 136 | (add-after 'unpack 'patch-test-suite |
| 138 | (lambda _ | 137 | (lambda _ |
| 139 | (substitute* "tests/output/tex.at" | 138 | (substitute* "tests/output/tex.at" |
| 140 | (("AT_CHECK\\(\\[LC_ALL=C.UTF-8 pspp") | 139 | (("AT_CHECK\\(\\[LC_ALL=C.UTF-8 pspp") |
| 141 | "AT_CHECK([LC_ALL=en_US.UTF-8 pspp")))) | 140 | "AT_CHECK([LC_ALL=en_US.UTF-8 pspp")))) |
| 142 | (add-before 'check 'prepare-tests | 141 | (add-before 'check 'prepare-tests |
| 143 | ;; Prevent irrelevant errors that cause test output mismatches: | 142 | ;; Prevent irrelevant errors that cause test output mismatches: |
| 144 | ;; ‘Fontconfig error: No writable cache directories’ | 143 | ;; ‘Fontconfig error: No writable cache directories’ |
