libpqxx: enable for darwin
This commit is contained in:
parent
438d5b6b61
commit
edeece0aab
@ -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…
x
Reference in New Issue
Block a user