Merge #91978: purple-matrix: set c compiler to cc
This commit is contained in:
commit
a2bb7bc8d9
1 changed files with 3 additions and 0 deletions
|
@ -26,10 +26,13 @@ stdenv.mkDerivation rec {
|
|||
"DATA_ROOT_DIR_PURPLE=${placeholder "out"}/share"
|
||||
];
|
||||
|
||||
buildFlags = [ "CC=cc" ]; # fix build on darwin
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/matrix-org/purple-matrix";
|
||||
description = "Matrix support for Pidgin / libpurple";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ symphorien ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue