remove all references to stdenv.cc.cc.is{GNU,Clang}
use the new `stdenv.cc.is{GNU,Clang}` instead, which will always be
defined.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{stdenv, fetchurl, guile, texinfo}:
|
||||
|
||||
assert stdenv ? cc && stdenv.cc.cc.isGNU or false;
|
||||
assert stdenv ? cc && stdenv.cc.isGNU;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "guile-lib-0.2.2";
|
||||
|
||||
Reference in New Issue
Block a user