mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
libpqxx: enable for darwin
This commit is contained in:
parent
438d5b6b61
commit
edeece0aab
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A C++ library to access PostgreSQL databases";
|
description = "A C++ library to access PostgreSQL databases";
|
||||||
homepage = "http://pqxx.org/development/libpqxx/";
|
homepage = "http://pqxx.org/development/libpqxx/";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = [ lib.maintainers.eelco ];
|
maintainers = [ lib.maintainers.eelco ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue