Merge pull request #221536 from wegank/ocenaudio-64

ocenaudio: restrict platforms
This commit is contained in:
Weijia Wang 2023-03-16 23:56:06 +02:00 committed by GitHub
commit 7a14806ae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}