~ruther/guix-local

ref: 8d167feaafa4b3497c894809cfafb54ce10a6371 guix-local/gnu/packages/minetest.scm -rw-r--r-- 3.2 KiB
8d167fea — Cayetano Santos gnu: Add spdlog-1.14. 30 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015, 2016 David Thompson <dthompson2@worcester.edu>
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2015, 2019 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016, 2017, 2018, 2019 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2019 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2021 Trevor Hass <thass@okstate.edu>
;;; Copyright © 2020, 2021, 2022 Liliana Marie Prikler <liliana.prikler@gmail.com>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2024 Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages minetest)
  #:use-module (guix packages)
  #:use-module (gnu packages luanti))

(define-deprecated-package minetest
  luanti)

(define-deprecated-package minetest-server
  luanti-server)

(define-deprecated-package minetest-moreores
  luanti-moreores)

(define-deprecated-package minetest-sound-api-core
  luanti-sound-api-core)

(define-deprecated-package minetest-basic-materials
  luanti-basic-materials)

(define-deprecated-package minetest-coloredwood
  luanti-coloredwood)

(define-deprecated-package minetest-ethereal
  luanti-ethereal)

(define-deprecated-package minetest-homedecor-modpack
  luanti-homedecor-modpack)

(define-deprecated-package minetest-mesecons
  luanti-mesecons)

(define-deprecated-package minetest-mineclone
  luanti-voxelibre)

(define-deprecated-package minetest-mobs
  luanti-mobs)

(define-deprecated-package minetest-mobs-animal
  luanti-mobs-animal)

(define-deprecated-package minetest-mobs-monster
  luanti-mobs-monster)

(define-deprecated-package minetest-pipeworks
  luanti-pipeworks)

(define-deprecated-package minetest-technic
  luanti-technic)

(define-deprecated-package minetest-throwing
  luanti-throwing)

(define-deprecated-package minetest-throwing-arrows
  luanti-throwing-arrows)

(define-deprecated-package minetest-worldedit
  luanti-worldedit)

(define-deprecated-package minetest-unifieddyes
  luanti-unifieddyes)

(define-deprecated-package minetest-unified-inventory
  luanti-unified-inventory)

(define-deprecated-package minetest-advtrains
  luanti-advtrains)

(define-deprecated-package minetest-basic-trains
  luanti-basic-trains)

(define-deprecated-package minetest-oneblock
  luanti-oneblock)

(define-deprecated-package minetest-wielded-light
  luanti-wielded-light)