summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-08-21 12:15:17 +0200
committerAndreas Enge <andreas@enge.fr>2025-08-21 12:15:21 +0200
commit719f81260e4e6e7f9fddd270a15832fcc39d3f8c (patch)
treeb4c5aeebde77db718d3b3a526f4ba0e2d17a5009 /gnu
parentcd3ea7d5701eaaec5a9fdb05ee1386e2e1e4255a (diff)
gnu: Remove moc.
* gnu/packages/music.scm (moc): Delete variable. Fixes: guix/guix#1444 Change-Id: I49eaac8a79846d7ec96e76a92d936cfd742195e4
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/music.scm43
1 files changed, 0 insertions, 43 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index d72103d52cb..7190dfcd579 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4597,49 +4597,6 @@ multiple simultaneous multi-channel loops limited only by your computer's
available memory.")
(license license:gpl2+)))
-(define-public moc
- (package
- (name "moc")
- (version "2.5.2")
- (source (origin
- (method url-fetch)
- (uri (string-append "http://ftp.daper.net/pub/soft/"
- name "/stable/"
- name "-" version ".tar.bz2"))
- (sha256
- (base32
- "026v977kwb0wbmlmf6mnik328plxg8wykfx9ryvqhirac0aq39pk"))))
- (build-system gnu-build-system)
- (inputs
- (list alsa-lib
- curl
- faad2
- ffmpeg-3.4
- file
- jack-1
- libid3tag
- libltdl
- libmodplug
- libmpcdec
- libmad
- libogg
- libvorbis
- ncurses
- openssl
- cyrus-sasl
- speex
- taglib
- wavpack
- zlib))
- (native-inputs
- (list pkg-config))
- (synopsis "Console audio player designed to be powerful and easy to use")
- (description
- "Music on Console is a console audio player that supports many file
-formats, including most audio formats recognized by FFMpeg.")
- (home-page "http://moc.daper.net")
- (license license:gpl2+)))
-
(define-public midicsv
(package
(name "midicsv")