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