haskellPackages.reflex-libtelnet: restrict to platforms.linux
This commit is contained in:
parent
07c82debac
commit
21b675e30b
2 changed files with 2 additions and 0 deletions
|
@ -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 a new issue