mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Merge pull request #8574 from lseppala/master
postgresql94: enable uuid-ossp on Darwin
This commit is contained in:
commit
ba05044d20
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
||||
makeFlags = [ "world" ];
|
||||
|
||||
configureFlags = [ "--with-openssl" ]
|
||||
++ optional (stdenv.isDarwin) "--with-uuid=e2fs"
|
||||
++ optional (!stdenv.isDarwin) "--with-ossp-uuid";
|
||||
|
||||
patches = [ ./disable-resolve_symlinks-94.patch ./less-is-more.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user