summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Streit <simon@netpanic.org>2023-04-15 17:02:33 +0200
committerSimon Streit <simon@netpanic.org>2023-06-19 21:36:36 +0200
commit4b44cde12a89729367176c9252730bf942e1d06a (patch)
treeb8452c7c1491adc572cc1d1f0213e10dde3a504f
parent94b35f8f57b1f01331326e890d922341c552cd2b (diff)
siguix: Remove quodlibet-mod.
* siguix/packages/quodlibet-mod.scm: Delete file.
-rw-r--r--siguix/packages/quodlibet-mod.scm34
1 files changed, 0 insertions, 34 deletions
diff --git a/siguix/packages/quodlibet-mod.scm b/siguix/packages/quodlibet-mod.scm
deleted file mode 100644
index 36aa997..0000000
--- a/siguix/packages/quodlibet-mod.scm
+++ /dev/null
@@ -1,34 +0,0 @@
-;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2022 Simon Streit <simon@netpanic.org>
-;;;
-;;; This file is NOT 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 (siguix packages quodlibet-mod)
- #:use-module ((guix licenses) #:prefix license:)
- #:use-module (guix download)
- #:use-module (guix git-download)
- #:use-module (guix build-system python)
- #:use-module (guix packages)
- #:use-module (gnu packages)
- #:use-module (gnu packages music)
- #:use-module (gnu packages freedesktop)
- #:use-module (gnu packages gstreamer))
-
-(define-public quodlibet-mod
- (package/inherit quodlibet
- (name "quodlibet-mod")
- (inputs (modify-inputs (package-inputs quodlibet)
- (append libappindicator gst-libav)))))