gnu: dmd: Upgrade to 0.1.
authorLudovic Courtès <ludo@gnu.org>
Mon, 2 Dec 2013 22:35:12 +0000 (23:35 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 2 Dec 2013 22:35:12 +0000 (23:35 +0100)
* gnu/packages/system.scm (dmd): Upgrade to 0.1.  Move PKG-CONFIG to
  'native-inputs'.

gnu/packages/system.scm

index e39b21f..f92d874 100644 (file)
 (define-public dmd
   (package
     (name "dmd")
-    (version "-0.4")
+    (version "0.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "ftp://alpha.gnu.org/gnu/dmd/dmd-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "094ja3xvk9ljghhxmy39if67cfjd1hy6m4svnp399n0wpxvaryvy"))))
+               "07mddw0p62fcphwjzgb6rfa0pjz5sy6jzbha0sm2vc3rqf459jxg"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--localstatedir=/var")))
-    (inputs `(("pkg-config" ,pkg-config)
-              ("guile" ,guile-2.0)))
+    (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