mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
release-haskell.nix: test-build alsa-core and alsa-pcm libraries
This commit is contained in:
parent
e3425105fc
commit
c412d4bd08
1 changed files with 3 additions and 1 deletions
|
@ -50,6 +50,8 @@ mapHaskellTestOn {
|
|||
AgdaExecutable = default;
|
||||
alex = all;
|
||||
alexMeta = default;
|
||||
alsaCore = default;
|
||||
alsaPcm = default;
|
||||
alternativeIo = default;
|
||||
ansiTerminal = default;
|
||||
ansiWlPprint = default;
|
||||
|
@ -397,8 +399,8 @@ mapHaskellTestOn {
|
|||
uuagc = default;
|
||||
uuid = default;
|
||||
uulib = default ++ latest;
|
||||
uuParsinglib = default;
|
||||
uuOptions = default;
|
||||
uuParsinglib = default;
|
||||
vacuumCairo = default;
|
||||
vacuum = default;
|
||||
vcsRevision = default;
|
||||
|
|
Loading…
Reference in a new issue