unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 72f90494630092adc9df6af8ee73bfe6227f725b 496 bytes (raw)
name: gnu/packages/patches/ghc-hsc2hs-default-compiler.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
GCC does not provide "cc" on guix.  Hence, look for "gcc" instead.

diff --git a/utils/hsc2hs/Common.hs b/utils/hsc2hs/Common.hs
index 50471b1..c8bd297 100644
--- a/utils/hsc2hs/Common.hs
+++ b/utils/hsc2hs/Common.hs
@@ -20,7 +20,7 @@ die :: String -> IO a
 die s = hPutStr stderr s >> exitWith (ExitFailure 1)
 
 default_compiler :: String
-default_compiler = "cc"
+default_compiler = "gcc"
 
 ------------------------------------------------------------------------
 -- Write the output files.

debug log:

solving 72f9049463 ...
found 72f9049463 in https://yhetil.org/guix-patches/87k0s2grpd.fsf@localhost/

applying [1/1] https://yhetil.org/guix-patches/87k0s2grpd.fsf@localhost/
diff --git a/gnu/packages/patches/ghc-hsc2hs-default-compiler.patch b/gnu/packages/patches/ghc-hsc2hs-default-compiler.patch
new file mode 100644
index 0000000000..72f9049463

1:15: trailing whitespace.
 
1:19: trailing whitespace.
 
Checking patch gnu/packages/patches/ghc-hsc2hs-default-compiler.patch...
Applied patch gnu/packages/patches/ghc-hsc2hs-default-compiler.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 72f90494630092adc9df6af8ee73bfe6227f725b	gnu/packages/patches/ghc-hsc2hs-default-compiler.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).