summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/hackage-packages.nix
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2021-12-04 19:54:26 +0000
committerSergei Trofimovich <slyich@gmail.com>2021-12-31 18:47:47 +0000
commitc6404e1fa0ffb92ce18b976e3d1d6eea763f83ad (patch)
tree232fac2f493390131b88e8e1a827bd286a734488 /pkgs/development/haskell-modules/hackage-packages.nix
parenta8218b20375da0c864efb1199e259c01086d5711 (diff)
downloadnixpkgs-c6404e1fa0ffb92ce18b976e3d1d6eea763f83ad.tar
nixpkgs-c6404e1fa0ffb92ce18b976e3d1d6eea763f83ad.tar.gz
nixpkgs-c6404e1fa0ffb92ce18b976e3d1d6eea763f83ad.tar.bz2
nixpkgs-c6404e1fa0ffb92ce18b976e3d1d6eea763f83ad.tar.lz
nixpkgs-c6404e1fa0ffb92ce18b976e3d1d6eea763f83ad.tar.xz
nixpkgs-c6404e1fa0ffb92ce18b976e3d1d6eea763f83ad.tar.zst
nixpkgs-c6404e1fa0ffb92ce18b976e3d1d6eea763f83ad.zip
haskellPackages.ncurses: mark broken
haskellPackages.ncurses will fail to build against `ncurses-6.3`:

    dist/build/UI/NCurses/Enums.chs.h:140: (column 25) [ERROR]  >>> Unknown identifier!
      Cannot find a definition for `KEY_EVENT' in the header file.

The package did not see an update since 2016. Let's mark it
and it's two revdeps `nyan` and `scroll` as broken.
Diffstat (limited to 'pkgs/development/haskell-modules/hackage-packages.nix')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index f19fd450baf..6b96455ab75 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -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