haskellPackages.vty-windows: disable on all platforms other than windows
This commit is contained in:
parent
6947a267ef
commit
42a3a1f8ff
2 changed files with 2 additions and 0 deletions
|
@ -773,6 +773,7 @@ supported-platforms:
|
|||
systemd-api: [ platforms.linux ]
|
||||
tasty-papi: [ platforms.linux ] # limited by pkgs.papi
|
||||
udev: [ platforms.linux ]
|
||||
vty-windows: [ platforms.windows ] # depends on Win32
|
||||
Win32-console: [ platforms.windows ]
|
||||
Win32-dhcp-server: [ platforms.windows ]
|
||||
Win32-errors: [ platforms.windows ]
|
||||
|
|
|
@ -317970,6 +317970,7 @@ self: {
|
|||
];
|
||||
description = "Windows backend for Vty";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.windows;
|
||||
}) {};
|
||||
|
||||
"vulkan" = callPackage
|
||||
|
|
Loading…
Reference in a new issue