diff options
| author | Saku Laesvuori <saku@laesvuori.fi> | 2025-10-24 14:44:50 +0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-13 08:51:31 +0200 |
| commit | 44233093f2ebb31d4748140cfa477f5f5721086d (patch) | |
| tree | dfa1752c15f7b88cab1256e67d3895abe9a9c866 /gnu | |
| parent | 73390344fec5169ab56e8df65f44da0e2de5b9f2 (diff) | |
gnu: ghc-easyplot: Fix build
* gnu/packages/haskell-xyz.scm (ghc-easyplot)[source]: Add a snippet to
fix the name of the setup script.
Change-Id: Ica8955b566eaf9cd76a1fedfe79d9f1383615dc8
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/haskell-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 56ae1b9aeae..b1b19fa72b0 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm | |||
| @@ -3561,7 +3561,8 @@ diagrams framework}, but potentially has other applications as well.") | |||
| 3561 | (method url-fetch) | 3561 | (method url-fetch) |
| 3562 | (uri (hackage-uri "easyplot" version)) | 3562 | (uri (hackage-uri "easyplot" version)) |
| 3563 | (sha256 | 3563 | (sha256 |
| 3564 | (base32 "18kndgvdj2apjpfga6fp7m16y1gx8zrwp3c5vfj03sx4v6jvciqk")))) | 3564 | (base32 "18kndgvdj2apjpfga6fp7m16y1gx8zrwp3c5vfj03sx4v6jvciqk")) |
| 3565 | (snippet #~(rename-file "Setup.lhs" "Setup.hs")))) ; the file lacks lhs syntax | ||
| 3565 | (build-system haskell-build-system) | 3566 | (build-system haskell-build-system) |
| 3566 | (properties '((upstream-name . "easyplot"))) | 3567 | (properties '((upstream-name . "easyplot"))) |
| 3567 | (home-page "http://hub.darcs.net/scravy/easyplot") | 3568 | (home-page "http://hub.darcs.net/scravy/easyplot") |
