mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
haskellPackages.reflex-libtelnet: restrict to platforms.linux
This commit is contained in:
parent
07c82debac
commit
21b675e30b
@ -554,6 +554,7 @@ supported-platforms:
|
||||
password: [ platforms.x86 ] # uses scrypt, which requries x86
|
||||
password-instances: [ platforms.x86 ] # uses scrypt, which requries x86
|
||||
reactivity: [ platforms.windows ]
|
||||
reflex-libtelnet: [ platforms.linux ] # pkgs.libtelnet only supports linux
|
||||
scat: [ platforms.x86 ] # uses scrypt, which requries x86
|
||||
scrypt: [ platforms.x86 ] # https://github.com/informatikr/scrypt/issues/8
|
||||
seqalign: [ platforms.x86 ] # x86 intrinsics
|
||||
|
@ -236228,6 +236228,7 @@ self: {
|
||||
];
|
||||
description = "Reflex bindings for libtelnet";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
}) {};
|
||||
|
||||
"reflex-localize" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user