tomb: use stdenvNoCC
This commit is contained in:
parent
91a8a26789
commit
39e37b1168
@ -1,4 +1,4 @@
|
||||
{ stdenv
|
||||
{ stdenvNoCC
|
||||
, lib
|
||||
, fetchFromGitHub
|
||||
, substituteAll
|
||||
@ -20,7 +20,7 @@
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "tomb";
|
||||
version = "2.10";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user