Ricardo Wurmus writes:
> The importer should probably avoid adding standard packages to the
> inputs.
The importer does filter standard packages. The list may just have to
be updated.
Ludovic Courtès writes:
> Ricardo Wurmus skribis:
>
>> * gnu/packages/haskell.scm (ghc-process)[arguments]: Add phases
>> "patch-reference-to-/bin/sh" to replace reference to /bin/sh.
>
> OK!
>
> [...]
>
>> +;; Do not use this as an input. It is part of GHC.
>> (define-public ghc-process
>
>
Ricardo Wurmus skribis:
> * gnu/packages/haskell.scm (ghc-process)[arguments]: Add phases
> "patch-reference-to-/bin/sh" to replace reference to /bin/sh.
OK!
[...]
> +;; Do not use this as an input. It is part of GHC.
> (define-public ghc-process
Should it be private then?
Ludo’.
* gnu/packages/haskell.scm (ghc-process)[arguments]: Add phases
"patch-reference-to-/bin/sh" to replace reference to /bin/sh.
---
gnu/packages/haskell.scm | 9 +
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d79dfd6..cf17c4f 100644