Merge pull request #239940 from wegank/proxysql-aarch64

proxysql: set platforms
This commit is contained in:
Weijia Wang 2023-06-26 17:50:41 +02:00 committed by GitHub
commit 9c19b3ab5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,5 +171,6 @@ stdenv.mkDerivation rec {
description = "High-performance MySQL proxy";
license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ ajs124 ];
platforms = platforms.unix;
};
}