aboutsummaryrefslogtreecommitdiff
path: root/gnu/build
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/build')
-rw-r--r--gnu/build/file-systems.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/build/file-systems.scm b/gnu/build/file-systems.scm
index f9cc4088bb..16160a659b 100644
--- a/gnu/build/file-systems.scm
+++ b/gnu/build/file-systems.scm
@@ -319,7 +319,7 @@ SBLOCK as a bytevector. If that's not set, returns the creation time."
(second (sub-bytevector uuid 12 2))
(hundredths (sub-bytevector uuid 14 2))
(parts (list year month day hour minute second hundredths)))
- (string-append (string-join (map digits->string parts)))))
+ (string-append (string-join (map digits->string parts) "-"))))
(define (iso9660-superblock-volume-name sblock)
"Return the volume name of SBLOCK as a string. The volume name is an ASCII
es/haskell-xyz.scm?id=f0c5f6eda17cdd24c571e26c359bbab026068d35'>gnu: Add ghc-sdl2-ttf....zamfofex 2023-07-07gnu: Add ghc-these-lens....zamfofex 2023-07-07gnu: Add ghc-generic-lens....zamfofex 2023-07-07gnu: Add ghc-generic-lens-core....zamfofex 2023-07-07gnu: Add ghc-indexed-profunctors....zamfofex 2023-07-07gnu: Add ghc-constraints-extras....zamfofex 2023-07-07gnu: Add ghc-hscolour....zamfofex 2023-06-04gnu: Add ghc-vector-hashtables....Josselin Poiret 2023-06-04gnu: Add ghc-peano....Josselin Poiret 2023-04-30gnu: ghc-mysql: Build with mariadb....Efraim Flashner 2023-04-14Merge branch 'master' into core-updates....Maxim Cournoyer 2023-03-31gnu: ghc-language-c: Update to 0.9.1....Lars-Dominik Braun 2023-03-21gnu: python-pypandoc: Upgrade to 1.7.5....Hugo Buddelmeijer 2023-03-01gnu: Add ghc-hs-conllu....Alice BRENON 2023-02-26gnu: pandoc: Drop Haskell libraries and documentation....Lars-Dominik Braun 2023-02-26gnu: ghc-lua: Disable symbol export....Lars-Dominik Braun 2023-02-26build-system: haskell: Drop default "static" output....Lars-Dominik Braun 2023-02-26gnu: ghc-parsec: Update to 3.1.15.0....Lars-Dominik Braun 2023-02-26gnu: Remove unused Haskell packages....Lars-Dominik Braun 2023-02-26Upgrade Haskell packages....Lars-Dominik Braun 2023-02-26gnu: Use HACKAGE-URI for packages from Hackage....Lars-Dominik Braun 2023-02-26gnu: Add upstream-name property to Haskell packages....Lars-Dominik Braun 2023-02-19gnu: Use HTTPS package home pages wherever possible....Tobias Geerinckx-Rice 2023-01-11gnu: Add ghc-parsec....jgart 2022-11-01gnu: Shorten package synopsis....Vagrant Cascadian 2022-10-31gnu: Fix various lint issues in synopsis and descriptions....Vagrant Cascadian 2022-10-15gnu: ghc-lucid: Fix cabal-revision....Pierre-Henry Fröhring 2022-10-13gnu: Add ghc-open-browser....jgart 2022-09-12gnu: Add ghc-ansi2html....jgart 2022-09-12gnu: ghc-alex: Use G-expressions....jgart 2022-09-10gnu: Add comments to the bottom of a few package modules....Christopher Baines 2022-08-31gnu: Add ghc-roman-numerals....Alice BRENON 2022-08-30gnu: ghc-statistics: Properly enable tests....Maxime Devos