diff options
| author | Dariqq <dariqq@posteo.net> | 2026-02-27 15:30:36 +0000 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-06-15 22:49:26 +0900 |
| commit | 48e96d59280004d1615a2e095f469adb5cc515de (patch) | |
| tree | cad38b57c431a4f1a3007918a1ae0f608695eb00 /gnu/packages/emulators.scm | |
| parent | d4b6ba7123a14216beca3571f4ae70fad80f07bc (diff) | |
gnu: nx-tzdb: Use git-minimal/pinned.
* gnu/packages/emulators.scm (nx-tzdb)[native-inputs]:
Replace git-minimal with git-minimal/pinned.
Merges: https://codeberg.org/guix/guix/pulls/6741
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages/emulators.scm')
| -rw-r--r-- | gnu/packages/emulators.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 34be30e589c..ecf7a1fa239 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm | |||
| @@ -1921,7 +1921,7 @@ emulation community. It provides highly accurate emulation.") | |||
| 1921 | (let ((nx-dir (string-append (getcwd) "/src/tzdb/nx"))) | 1921 | (let ((nx-dir (string-append (getcwd) "/src/tzdb/nx"))) |
| 1922 | (copy-recursively nx-dir #$output))))))) | 1922 | (copy-recursively nx-dir #$output))))))) |
| 1923 | (native-inputs | 1923 | (native-inputs |
| 1924 | (list git-minimal tzdata)) | 1924 | (list git-minimal/pinned tzdata)) |
| 1925 | (synopsis "Nintendo Switch timezone database") | 1925 | (synopsis "Nintendo Switch timezone database") |
| 1926 | (description "This package provides timezone data in the format expected by | 1926 | (description "This package provides timezone data in the format expected by |
| 1927 | Nintendo Switch emulators. It converts standard IANA timezone data to the | 1927 | Nintendo Switch emulators. It converts standard IANA timezone data to the |
