gnu: ghc@4: Use 'search-patches'.
* gnu/packages/haskell.scm (ghc-4)[source]: Use 'search-patches'.
This commit is contained in:
parent
66f12401d4
commit
6ef0cd9ade
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ (define-public ghc-4
|
|||
(sha256
|
||||
(base32
|
||||
"0ar4nxy4cr5vwvfj71gmc174vx0n3lg9ka05sa1k60c8z0g3xp1q"))
|
||||
(patches (list (search-patch "ghc-4.patch")))))
|
||||
(patches (search-patches "ghc-4.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(supported-systems '("i686-linux" "x86_64-linux"))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue