lib60870: extend to all Linux platforms
This commit is contained in:
parent
b182d57cb6
commit
ff767f9ce6
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://libiec61850.com/";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ stv0g ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue