haskellPackages.vty-windows: disable on all platforms other than windows

This commit is contained in:
Dennis Gosnell 2023-11-11 17:52:12 +09:00
parent 6947a267ef
commit 42a3a1f8ff
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
2 changed files with 2 additions and 0 deletions

View file

@ -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 ]

View file

@ -317970,6 +317970,7 @@ self: {
];
description = "Windows backend for Vty";
license = lib.licenses.bsd3;
platforms = lib.platforms.windows;
}) {};
"vulkan" = callPackage