3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #148629 from trofi/fix-haskell-ncurses-for-ncurses-6.3

haskellPackages.ncurses: mark as broken
This commit is contained in:
Dennis Gosnell 2022-01-01 13:28:20 +09:00 committed by GitHub
commit 78bc086540
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

View file

@ -3316,6 +3316,7 @@ broken-packages:
- NaturalSort
- naver-translate
- nbt
- ncurses
- neat
- needle
- neet

View file

@ -2251,6 +2251,7 @@ dont-distribute-packages:
- numhask-histogram
- numhask-range
- numhask-test
- nyan
- nymphaea
- oath
- obd
@ -2687,6 +2688,7 @@ dont-distribute-packages:
- scp-streams
- scrabble-bot
- scrapbook
- scroll
- sde-solver
- seakale-postgresql
- seakale-tests

View file

@ -192246,6 +192246,8 @@ self: {
libraryToolDepends = [ c2hs ];
description = "Modernised bindings to GNU ncurses";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) ncurses;};
"ndjson-conduit" = callPackage
@ -198015,6 +198017,7 @@ self: {
executableHaskellDepends = [ base bytestring mtl ncurses text ];
description = "Bored? Nyan cat!";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"nylas" = callPackage
@ -240175,6 +240178,7 @@ self: {
];
description = "scroll(6), a roguelike game";
license = lib.licenses.gpl2Only;
hydraPlatforms = lib.platforms.none;
}) {};
"scroll-list" = callPackage