boxes: drop gccStdenv (#365444)

This commit is contained in:
Nick Cao
2024-12-16 09:44:50 -05:00
committed by GitHub
+3 -3
View File
@@ -1,6 +1,6 @@
{
lib,
gccStdenv,
stdenv,
fetchFromGitHub,
bison,
flex,
@@ -9,7 +9,7 @@
ncurses,
}:
gccStdenv.mkDerivation rec {
stdenv.mkDerivation rec {
pname = "boxes";
version = "2.3.1";
@@ -43,7 +43,7 @@ gccStdenv.mkDerivation rec {
"GLOBALCONF=${placeholder "out"}/share/boxes/boxes-config"
'';
makeFlags = [ "CC=${gccStdenv.cc.targetPrefix}cc" ];
makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
installPhase = ''
install -Dm755 -t $out/bin out/boxes