guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 20/21] gnu: Add ghc-alsa-mixer.


From: Paul van der Walt
Subject: [PATCH 20/21] gnu: Add ghc-alsa-mixer.
Date: Wed, 4 Nov 2015 21:01:08 +0100

* gnu/packages/haskell.scm (ghc-alsa-mixer): New variable.
---
 gnu/packages/haskell.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 90171e7..889cd55 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5289,4 +5289,28 @@ Epigram and Agda.")
      "This package provides Haskell access to the ALSA infrastructure.")
     (license bsd-3)))
 
+(define-public ghc-alsa-mixer
+  (package
+    (name "ghc-alsa-mixer")
+    (version "0.2.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "http://hackage.haskell.org/package/alsa-mixer/alsa-mixer-";
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "11sc2n879a8rb9yz54cb8vg8rplgapbymzy785p7n7638xx877hk"))))
+    (build-system haskell-build-system)
+    (native-inputs `(("c2hs" ,c2hs)))
+    (inputs
+     `(("ghc-alsa-core" ,ghc-alsa-core)))
+    (home-page "https://github.com/ttuegel/alsa-mixer";)
+    (synopsis "Haskell bindings to the ALSA simple mixer API")
+    (description
+     "This package provides Haskell bindings to the ALSA simple mixer API.")
+    (license bsd-3)))
+
 ;;; haskell.scm ends here
-- 
2.6.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]