Merge pull request #179749 from lf-/libpg-query-allow-more-platforms
libpg_query: not just for x86_64!
This commit is contained in:
commit
fecbf99480
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "C library for accessing the PostgreSQL parser outside of the server environment";
|
description = "C library for accessing the PostgreSQL parser outside of the server environment";
|
||||||
changelog = "https://github.com/pganalyze/libpg_query/raw/${version}/CHANGELOG.md";
|
changelog = "https://github.com/pganalyze/libpg_query/raw/${version}/CHANGELOG.md";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.x86_64;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.marsam ];
|
maintainers = [ maintainers.marsam ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue