From a5e6027ece5786f406622179ccceb43c7e83457a Mon Sep 17 00:00:00 2001 From: Ryan Trinkle Date: Sun, 24 Aug 2014 16:27:44 -0400 Subject: [PATCH] Get rid of debugging output. --- pkgs/build-support/cabal/ghcjs.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/build-support/cabal/ghcjs.nix b/pkgs/build-support/cabal/ghcjs.nix index df356b6ac991..d74c30180e29 100644 --- a/pkgs/build-support/cabal/ghcjs.nix +++ b/pkgs/build-support/cabal/ghcjs.nix @@ -20,7 +20,7 @@ let filter = stdenv.lib.filter; in -builtins.trace (ghc.parent.CabalGhcjs.version or null) { +{ mkDerivation = 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 @@ -162,7 +162,6 @@ builtins.trace (ghc.parent.CabalGhcjs.version or null) { # compiles Setup and configures configurePhase = '' - set -x eval "$preConfigure" ${optionalString self.jailbreak "${ghc.ghc.parent.jailbreakCabal}/bin/jailbreak-cabal ${self.pname}.cabal"}