haskell-arbtt: fix the test suite
This commit is contained in:
parent
3194a1eabd
commit
5f220007d5
@ -1219,4 +1219,13 @@ self: super: {
|
|||||||
# https://github.com/elliottt/hsopenid/issues/15
|
# https://github.com/elliottt/hsopenid/issues/15
|
||||||
openid = markBroken super.openid;
|
openid = markBroken super.openid;
|
||||||
|
|
||||||
|
# The test suite needs the packages's executables in $PATH to succeed.
|
||||||
|
arbtt = overrideCabal super.arbtt (drv: {
|
||||||
|
preCheck = ''
|
||||||
|
for i in $PWD/dist/build/*; do
|
||||||
|
export PATH="$i:$PATH"
|
||||||
|
done
|
||||||
|
'';
|
||||||
|
});
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -3097,7 +3097,6 @@ broken-packages:
|
|||||||
- arbor-monad-metric
|
- arbor-monad-metric
|
||||||
- arbor-monad-metric-datadog
|
- arbor-monad-metric-datadog
|
||||||
- arbor-postgres
|
- arbor-postgres
|
||||||
- arbtt
|
|
||||||
- archiver
|
- archiver
|
||||||
- archlinux
|
- archlinux
|
||||||
- archlinux-web
|
- archlinux-web
|
||||||
|
Loading…
x
Reference in New Issue
Block a user