Last active
May 11, 2020 16:35
-
-
Save dhess/5409f580c2528f2db555e6778a879814 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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