Commit ffd4ea20 authored by Weijia Wang's avatar Weijia Wang
Browse files

ocenaudio: restrict platforms

parent a8fa8c2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
    homepage = "https://www.ocenaudio.com";
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    license = licenses.unfree;
    platforms = platforms.linux;
    platforms = [ "x86_64-linux" ];
    maintainers = with maintainers; [ onny ];
  };
}