oven-media-engine: relax platforms
This commit is contained in:
parent
15ae38804d
commit
ac6f1ccc07
1 changed files with 1 additions and 1 deletions
|
@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://ovenmediaengine.com";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ lukegb ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue