nix: Remove left-over commented out code in postgrest-test-doctests
This seems to be commented out for a while already, but nobody reported problems, so far.
This commit is contained in:
@@ -41,12 +41,6 @@ let
|
|||||||
withEnv = postgrest.env;
|
withEnv = postgrest.env;
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
# For unknown reasons, doctests uses the wrong GHC package database outside
|
|
||||||
# nix-shell and fails, so we set the package path explicitly
|
|
||||||
#ghcWithPackages="$(cat ${postgrest.env})"
|
|
||||||
#ghcVersion="$(ls "$ghcWithPackages/lib")"
|
|
||||||
#export GHC_PACKAGE_PATH="$ghcWithPackages/lib/$ghcVersion/package.conf.d/"
|
|
||||||
|
|
||||||
${cabal-install}/bin/cabal v2-run ${devCabalOptions} test:doctests
|
${cabal-install}/bin/cabal v2-run ${devCabalOptions} test:doctests
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Submodule
+1
Submodule update-ghc added at e2b67233f7
Reference in New Issue
Block a user