purple-matrix: set c compiler to cc, fixes build on osx
Signed-off-by: Frederick F. Kautz IV <fkautz@alumni.cmu.edu>
This commit is contained in:
parent
e226b1287b
commit
083772d7ee
@ -4,6 +4,8 @@ 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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user