Skip to content

Instantly share code, notes, and snippets.

@dhess
Last active May 11, 2020 16:35
Show Gist options
  • Save dhess/5409f580c2528f2db555e6778a879814 to your computer and use it in GitHub Desktop.
Save dhess/5409f580c2528f2db555e6778a879814 to your computer and use it in GitHub Desktop.
 nix-build default.nix -A hhp.haskellPackagesJS
copying path '/nix/store/0097nycick9376dxqwfy8pcz90i76n7x-cabal-install-3.2.0.0' from 'https://cache.nixos.org'...
building '/nix/store/wfamdmyc9vhg0kc4zh27whmijhami7pg-configured-ghcjs-src.drv'...
sed: can't read ghc/configure.ac: No such file or directory
builder for '/nix/store/wfamdmyc9vhg0kc4zh27whmijhami7pg-configured-ghcjs-src.drv' failed with exit code 2
error: build of '/nix/store/wfamdmyc9vhg0kc4zh27whmijhami7pg-configured-ghcjs-src.drv' failed
(use '--show-trace' to show detailed location information)
Nix expression is:
ghcjs = pkgs.haskell-nix.ghcjsProject {
src = hhpSrc;
subdir = "hhp";
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment