libpg_query: not just for x86_64!

This commit is contained in:
Jade Lovelace 2022-06-30 10:47:23 -07:00
parent 8937eaacc0
commit 4387a86646

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
description = "C library for accessing the PostgreSQL parser outside of the server environment";
changelog = "https://github.com/pganalyze/libpg_query/raw/${version}/CHANGELOG.md";
license = licenses.bsd3;
platforms = platforms.x86_64;
platforms = platforms.unix;
maintainers = [ maintainers.marsam ];
};
}