tomb: use stdenvNoCC

This commit is contained in:
Anthony Roussel 2024-04-08 14:30:56 +02:00
parent 91a8a26789
commit 39e37b1168
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 2 additions and 2 deletions

View File

@ -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";