Change occurrences of gcc to the more general cc
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
-i Makefile
|
||||
'';
|
||||
|
||||
buildInputs = [ stdenv.gcc.libc.kernelHeaders libtool gettext ];
|
||||
buildInputs = [ stdenv.cc.libc.kernelHeaders libtool gettext ];
|
||||
|
||||
meta = {
|
||||
description = "Tools to display or change the CPU governor settings";
|
||||
|
||||
Reference in New Issue
Block a user