gnu: dmd: Remove package, superseded by shepherd.
* gnu/packages/admin.scm (dmd): Remove variable.
This commit is contained in:
parent
90c2ee889b
commit
d3896fc4ce
|
@ -132,46 +132,6 @@ the percentage of copied data. It can also show estimated time and throughput,
|
||||||
and provides a \"top-like\" mode (monitoring).")
|
and provides a \"top-like\" mode (monitoring).")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public dmd
|
|
||||||
;; Deprecated. Kept around "just in case."
|
|
||||||
(let ((base-version "0.2")
|
|
||||||
(patch-level "01"))
|
|
||||||
(package
|
|
||||||
(name "dmd")
|
|
||||||
(version (string-append base-version "." patch-level))
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "ftp://alpha.gnu.org/gnu/dmd/dmd-"
|
|
||||||
base-version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"10fl4k96f17gqx2fv8iw9c61ld26gsk4bbrlfqckdmiimz1k175z"))
|
|
||||||
(patches
|
|
||||||
(list (origin
|
|
||||||
;; This patch augments 'make-fork+exec-constructor' and
|
|
||||||
;; is used by a bunch of services.
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append
|
|
||||||
"http://git.savannah.gnu.org/cgit/shepherd.git/"
|
|
||||||
"patch?id=d1d0ff30b3ed2b86b0a3c9bc048d2a855f8e31e6"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1lqymypixfiyb72d6bn24m06ry2q1ljnnv0qrc89pbb4z9azaa4d"))
|
|
||||||
(file-name "dmd-user-group.patch"))))))
|
|
||||||
(build-system gnu-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:configure-flags '("--localstatedir=/var")))
|
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
|
||||||
(inputs `(("guile" ,guile-2.0)))
|
|
||||||
(synopsis "Daemon managing daemons")
|
|
||||||
(description
|
|
||||||
"GNU DMD is a daemon-managing daemon, meaning that it manages the
|
|
||||||
execution of system services, replacing similar functionality found in
|
|
||||||
typical init systems. It provides dependency-handling through a convenient
|
|
||||||
interface and is based on GNU Guile.")
|
|
||||||
(license license:gpl3+)
|
|
||||||
(home-page "http://www.gnu.org/software/dmd/"))))
|
|
||||||
|
|
||||||
(define-public shepherd
|
(define-public shepherd
|
||||||
(package
|
(package
|
||||||
(name "shepherd")
|
(name "shepherd")
|
||||||
|
|
Loading…
Reference in New Issue