Created
January 28, 2018 12:54
-
-
Save Tehnix/20225898d5c5730caac0ac50971d910e to your computer and use it in GitHub Desktop.
Attempting `nix-build` on package that depends on `freer-simple`
This file contains hidden or 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 --show-trace | |
| error: while evaluating the attribute ‘buildCommand’ of the derivation ‘reflex-project’ at /nix/store/b4qbhg82hwx7z07mxlzscjnq4xsfglxw-source/pkgs/stdenv/generic/make-derivation.nix:129:11: | |
| while evaluating anonymous function at /nix/store/b4qbhg82hwx7z07mxlzscjnq4xsfglxw-source/lib/attrsets.nix:224:10, called from undefined position: | |
| while evaluating anonymous function at /Users/tehnix/GitHub/Tehnix/master-thesis/src-reflex/reflex-platform/project/default.nix:175:36, called from /nix/store/b4qbhg82hwx7z07mxlzscjnq4xsfglxw-source/lib/attrsets.nix:224:16: | |
| while evaluating ‘optionalString’ at /nix/store/b4qbhg82hwx7z07mxlzscjnq4xsfglxw-source/lib/strings.nix:138:26, called from /Users/tehnix/GitHub/Tehnix/master-thesis/src-reflex/reflex-platform/project/default.nix:175:44: | |
| while evaluating ‘concatMapStringsSep’ at /nix/store/b4qbhg82hwx7z07mxlzscjnq4xsfglxw-source/lib/strings.nix:64:33, called from /Users/tehnix/GitHub/Tehnix/master-thesis/src-reflex/reflex-platform/project/default.nix:177:7: | |
| while evaluating anonymous function at /Users/tehnix/GitHub/Tehnix/master-thesis/src-reflex/reflex-platform/project/default.nix:177:33, called from undefined position: | |
| while evaluating the attribute ‘ghc.common’ at /nix/store/b4qbhg82hwx7z07mxlzscjnq4xsfglxw-source/lib/attrsets.nix:199:44: | |
| while evaluating anonymous function at /Users/tehnix/GitHub/Tehnix/master-thesis/src-reflex/reflex-platform/project/default.nix:141:35, called from /nix/store/b4qbhg82hwx7z07mxlzscjnq4xsfglxw-source/lib/attrsets.nix:199:52: | |
| while evaluating ‘callPackage’ at /nix/store/b4qbhg82hwx7z07mxlzscjnq4xsfglxw-source/pkgs/development/haskell-modules/make-package-set.nix:101:22, called from /Users/tehnix/GitHub/Tehnix/master-thesis/src-reflex/reflex-platform/project/default.nix:141:41: | |
| while evaluating ‘callPackageWithScope’ at /nix/store/b4qbhg82hwx7z07mxlzscjnq4xsfglxw-source/pkgs/development/haskell-modules/make-package-set.nix:74:37, called from /nix/store/b4qbhg82hwx7z07mxlzscjnq4xsfglxw-source/pkgs/development/haskell-modules/make-package-set.nix:101:28: | |
| while evaluating ‘makeOverridable’ at /nix/store/b4qbhg82hwx7z07mxlzscjnq4xsfglxw-source/lib/customisation.nix:72:24, called from /nix/store/b4qbhg82hwx7z07mxlzscjnq4xsfglxw-source/pkgs/development/haskell-modules/make-package-set.nix:97:8: | |
| while evaluating ‘drvScope’ at /nix/store/b4qbhg82hwx7z07mxlzscjnq4xsfglxw-source/pkgs/development/haskell-modules/make-package-set.nix:87:18, called from /nix/store/b4qbhg82hwx7z07mxlzscjnq4xsfglxw-source/lib/customisation.nix:74:12: | |
| anonymous function at /nix/store/71dh656gaikspyh5x5nyh1x7a0r2pg7b-cabal2nix-common/default.nix:1:1 called without required argument ‘freers’, at /nix/store/b4qbhg82hwx7z07mxlzscjnq4xsfglxw-source/pkgs/development/haskell-modules/make-package-set.nix:87:27 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment