mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
haskell-Saturnin: test suite has undeclared build-time dependencies
This commit is contained in:
parent
a14ebb03d9
commit
b2d483f146
1 changed files with 3 additions and 0 deletions
|
@ -823,4 +823,7 @@ self: super: {
|
|||
gitlib-sample = dontDistribute super.gitlib-sample;
|
||||
gitlib-test = dontDistribute super.gitlib-test;
|
||||
|
||||
# https://github.com/yaccz/saturnin/issues/3
|
||||
Saturnin = dontCheck super.Saturnin;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue