fixup! purple-matrix: set c compiler to cc, fixes build on osx
This commit is contained in:
parent
083772d7ee
commit
fc84898808
@ -4,8 +4,6 @@ stdenv.mkDerivation rec {
|
|||||||
pname = "purple-matrix-unstable";
|
pname = "purple-matrix-unstable";
|
||||||
version = "2019-06-06";
|
version = "2019-06-06";
|
||||||
|
|
||||||
buildFlags = [ "CC=cc" ];
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "matrix-org";
|
owner = "matrix-org";
|
||||||
repo = "purple-matrix";
|
repo = "purple-matrix";
|
||||||
@ -28,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