Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
ghcjs-ng: unbreak
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsagar committed Mar 24, 2019
1 parent 5d8e3d7 commit e4975aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pkgs/development/compilers/ghcjs-ng/common-overrides.nix
Expand Up @@ -5,4 +5,5 @@ in self: super: {
ghc-api-ghcjs = addBuildTools super.ghc-api-ghcjs [alex happy];
ghcjs = dontHaddock (appendConfigureFlag (doJailbreak super.ghcjs) "-fno-wrapper-install");
haddock-library-ghcjs = dontHaddock super.haddock-library-ghcjs;
system-fileio = doJailbreak super.system-fileio;
}
1 change: 0 additions & 1 deletion pkgs/development/compilers/ghcjs-ng/default.nix
Expand Up @@ -105,6 +105,5 @@ in stdenv.mkDerivation {

meta.platforms = passthru.bootPkgs.ghc.meta.platforms;
meta.maintainers = [lib.maintainers.elvishjerricco];
meta.broken = true;
meta.hydraPlatforms = [];
}

0 comments on commit e4975aa

Please sign in to comment.