[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/151: gnu: xmonad: Patch for updated libraries.
From: |
Paul |
Subject: |
05/151: gnu: xmonad: Patch for updated libraries. |
Date: |
Mon, 19 Oct 2015 08:57:03 +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 bfa5e9f), Paul, 2015/10/19
- 01/151: gnu: ghc: Update to 7.10.2., Paul, 2015/10/19
- 04/151: gnu: Add ghc-old-locale., Paul, 2015/10/19
- 03/151: gnu: ghc-utf8-string: Update to 1.0.1.1., Paul, 2015/10/19
- 02/151: gnu: ghc-mtl: Update to 2.2.1., Paul, 2015/10/19
- 05/151: gnu: xmonad: Patch for updated libraries.,
Paul <=
- 06/151: gnu: ghc-xmonad-contrib: Update to version 0.11.4., Paul, 2015/10/19
- 07/151: gnu: ghc-dlist: Update to 0.7.1.2., Paul, 2015/10/19
- 08/151: gnu: ghc-dlist: Enable tests., Paul, 2015/10/19
- 09/151: gnu: ghc-text: Update to 1.2.1.3., Paul, 2015/10/19
- 10/151: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/19
- 12/151: gnu: ghc-quickcheck: Update to 2.8.1., Paul, 2015/10/19
- 11/151: gnu: ghc-primitive: Update to 0.6.1.0., Paul, 2015/10/19
- 14/151: gnu: ghc-vector: Update to 0.11.0.0., Paul, 2015/10/19
- 16/151: gnu: ghc-old-time: Add variable., Paul, 2015/10/19
- 15/151: gnu: ghc-network: Update to 2.6.2.1., Paul, 2015/10/19