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";
|
||||
version = "2019-06-06";
|
||||
|
||||
buildFlags = [ "CC=cc" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "matrix-org";
|
||||
repo = "purple-matrix";
|
||||
|
Loading…
Reference in New Issue
Block a user