Get rid of debugging output.
This commit is contained in:
parent
6142b27760
commit
a5e6027ece
@ -20,7 +20,7 @@ let
|
|||||||
filter = stdenv.lib.filter;
|
filter = stdenv.lib.filter;
|
||||||
in
|
in
|
||||||
|
|
||||||
builtins.trace (ghc.parent.CabalGhcjs.version or null) {
|
{
|
||||||
mkDerivation =
|
mkDerivation =
|
||||||
args : # arguments for the individual package, can modify the defaults
|
args : # arguments for the individual package, can modify the defaults
|
||||||
let # These attributes are removed in the end. This is in order not to spoil the build
|
let # These attributes are removed in the end. This is in order not to spoil the build
|
||||||
@ -162,7 +162,6 @@ builtins.trace (ghc.parent.CabalGhcjs.version or null) {
|
|||||||
|
|
||||||
# compiles Setup and configures
|
# compiles Setup and configures
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
set -x
|
|
||||||
eval "$preConfigure"
|
eval "$preConfigure"
|
||||||
|
|
||||||
${optionalString self.jailbreak "${ghc.ghc.parent.jailbreakCabal}/bin/jailbreak-cabal ${self.pname}.cabal"}
|
${optionalString self.jailbreak "${ghc.ghc.parent.jailbreakCabal}/bin/jailbreak-cabal ${self.pname}.cabal"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user