mirror of https://codeberg.org/hako/Rosenthal.git
* rosenthal/packages/golang.scm: ... * rosenthal/packages/python-xyz.scm: ... * rosenthal/packages/virtualization.scm: Delete files.remotes/origin/trunk
parent
d9f338e021
commit
92ba09a173
3 changed files with 0 additions and 29 deletions
@ -1,9 +0,0 @@ |
||||
;; SPDX-FileCopyrightText: 2022 Hilton Chain <hako@ultrarare.space> |
||||
;; |
||||
;; SPDX-License-Identifier: GPL-3.0-or-later |
||||
|
||||
(define-module (rosenthal packages golang) |
||||
#:use-module ((guix licenses) #:prefix license:) |
||||
#:use-module (guix build-system go) |
||||
#:use-module (guix git-download) |
||||
#:use-module (guix packages)) |
@ -1,12 +0,0 @@ |
||||
;; SPDX-FileCopyrightText: 2022 Hilton Chain <hako@ultrarare.space> |
||||
;; |
||||
;; SPDX-License-Identifier: GPL-3.0-or-later |
||||
|
||||
(define-module (rosenthal packages python-xyz) |
||||
#:use-module ((guix licenses) #:prefix license:) |
||||
#:use-module (guix build-system pyproject) |
||||
#:use-module (guix git-download) |
||||
#:use-module (guix packages) |
||||
#:use-module (gnu packages check) |
||||
#:use-module (gnu packages python-build) |
||||
#:use-module (gnu packages python-xyz)) |
@ -1,8 +0,0 @@ |
||||
;; SPDX-FileCopyrightText: 2022 Hilton Chain <hako@ultrarare.space> |
||||
;; |
||||
;; SPDX-License-Identifier: GPL-3.0-or-later |
||||
|
||||
(define-module (rosenthal packages virtualization) |
||||
#:use-module (guix download) |
||||
#:use-module (guix packages) |
||||
#:use-module (gnu packages virtualization)) |
Loading…
Reference in new issue