We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506e63a commit 37c662aCopy full SHA for 37c662a
test/cabal-doctests/default.nix
@@ -33,6 +33,12 @@ in recurseIntoAttrs ({
33
touch $out
34
'';
35
36
+ meta = {
37
+ platforms = platforms.all;
38
+ # Making cabal-doctest work for cross compilers will be difficult.
39
+ disabled = stdenv.buildPlatform != stdenv.hostPlatform;
40
+ };
41
+
42
passthru = {
43
# Used for debugging with nix repl
44
inherit project packages;
0 commit comments