[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/153: gnu: xmonad: Patch for updated libraries.
From: |
Paul |
Subject: |
05/153: gnu: xmonad: Patch for updated libraries. |
Date: |
Wed, 21 Oct 2015 20:49:54 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 1518acdccd08e8f752350d7cf6274da4c71d18b9
Author: Paul van der Walt <address@hidden>
Date: Wed Oct 14 22:26:55 2015 +0200
gnu: xmonad: Patch for updated libraries.
* gnu/packages/wm.scm (xmonad): Fetch cabal patch to compile against GHC
7.10.2.
---
gnu/packages/wm.scm | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index e0859cc..be235d0 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2015 Siniša Biđin <address@hidden>
;;; Copyright © 2015 Eric Bavier <address@hidden>
;;; Copyright © 2015 xd1le <address@hidden>
+;;; Copyright © 2015 Paul van der Walt <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -199,10 +200,23 @@ developers.")
`(("ghc-mtl" ,ghc-mtl)
("ghc-utf8-string" ,ghc-utf8-string)
("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
- ("ghc-x11" ,ghc-x11)))
+ ("ghc-x11" ,ghc-x11)
+ ("xmonad-cabal-patch"
+ ,(origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/xmonad-" version
"/revision/1.cabal"))
+ (sha256
+ (base32
+ "0gdzsn2mv45i67wzmcjxyljr2w9fccc19n0i0f69mwvwcgi9v10j"))))))
(arguments
`(#:phases
(modify-phases %standard-phases
+ (add-before
+ 'configure 'update-cabal
+ (lambda* _
+ (copy-file (assoc-ref %build-inputs "xmonad-cabal-patch")
+ "xmonad.cabal")))
(add-after
'install 'install-xsession
(lambda _
- branch wip-haskell-platform-7.10.2-a created (now 9d1d4f7), Paul, 2015/10/21
- 01/153: gnu: ghc: Update to 7.10.2., Paul, 2015/10/21
- 04/153: gnu: Add ghc-old-locale., Paul, 2015/10/21
- 06/153: gnu: Add ghc-old-time., Paul, 2015/10/21
- 05/153: gnu: xmonad: Patch for updated libraries.,
Paul <=
- 09/153: gnu: ghc-dlist: Enable tests., Paul, 2015/10/21
- 07/153: gnu: ghc-xmonad-contrib: Update to version 0.11.4., Paul, 2015/10/21
- 08/153: gnu: ghc-dlist: Update to 0.7.1.2., Paul, 2015/10/21
- 03/153: gnu: ghc-utf8-string: Update to 1.0.1.1., Paul, 2015/10/21
- 02/153: gnu: ghc-mtl: Update to 2.2.1., Paul, 2015/10/21
- 13/153: gnu: ghc-quickcheck: Update to 2.8.1., Paul, 2015/10/21
- 10/153: gnu: ghc-text: Update to 1.2.1.3., Paul, 2015/10/21
- 12/153: gnu: ghc-primitive: Update to 0.6.1.0., Paul, 2015/10/21
- 11/153: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/21
- 14/153: gnu: ghc-syb: Update to 0.6., Paul, 2015/10/21