Re: [PATCH 2/2] gnu: ghc-process: Replace reference to /bin/sh.

2016-10-02 Thread Federico Beffa
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.

Re: [PATCH 2/2] gnu: ghc-process: Replace reference to /bin/sh.

2016-10-02 Thread Ricardo Wurmus
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 > >

Re: [PATCH 2/2] gnu: ghc-process: Replace reference to /bin/sh.

2016-10-02 Thread Ludovic Courtès
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’.

[PATCH 2/2] gnu: ghc-process: Replace reference to /bin/sh.

2016-10-01 Thread Ricardo Wurmus
* 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