all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34415] [PATCH] gnu: Add ghc-alsa-core.
@ 2019-02-10 15:39 Gabriel Hondet
  2019-02-10 20:38 ` bug#34415: " Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Gabriel Hondet @ 2019-02-10 15:39 UTC (permalink / raw)
  To: 34415

[-- Attachment #1: Type: text/plain, Size: 1393 bytes --]


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

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 255e902e6..eecb5b71c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -11493,4 +11493,29 @@ imported with the correct Haskell types.")
 Music Player Daemon.")
     (license license:expat)))
 
+(define-public ghc-alsa-core
+  (package
+    (name "ghc-alsa-core")
+    (version "0.5.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "mirror://hackage/package/alsa-core/alsa-core-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "1avh4a419h9d2zsslg6j8hm87ppgsgqafz8ll037rk2yy1g4jl7b"))))
+    (build-system haskell-build-system)
+    (inputs
+     `(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
+       ("alsa-lib" ,alsa-lib)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (home-page "http://www.haskell.org/haskellwiki/ALSA")
+    (synopsis "Binding to the ALSA Library API (Exceptions)")
+    (description "This package provides access to ALSA infrastructure, that is
+needed by both alsa-seq and alsa-pcm.")
+    (license license:bsd-3)))
 ;;; haskell.scm ends here
-- 
2.20.1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#34415: [PATCH] gnu: Add ghc-alsa-core.
  2019-02-10 15:39 [bug#34415] [PATCH] gnu: Add ghc-alsa-core Gabriel Hondet
@ 2019-02-10 20:38 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2019-02-10 20:38 UTC (permalink / raw)
  To: Gabriel Hondet; +Cc: 34415-done

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]

Thanks!  Pushed to guix master as 3fc88ff0f3499b9be2eb8177084752feb2e2508f.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-10 20:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-10 15:39 [bug#34415] [PATCH] gnu: Add ghc-alsa-core Gabriel Hondet
2019-02-10 20:38 ` bug#34415: " Danny Milosavljevic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.