asleap: add meta.platforms
Has linux only headers, marking that as the only platform.
This commit is contained in:
parent
7c1cc43d50
commit
29145be6a7
@ -38,5 +38,6 @@ stdenv.mkDerivation {
|
||||
description = "Recovers weak LEAP and PPTP passwords";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user