btanks: migrate to by-name

This commit is contained in:
Anderson Torres 2024-05-10 20:50:45 -03:00
parent 523f254211
commit 10b4bf5fde
2 changed files with 0 additions and 2 deletions

View File

@ -36451,8 +36451,6 @@ with pkgs;
bsdgames = callPackage ../games/bsdgames { };
btanks = callPackage ../games/btanks { };
bugdom = callPackage ../games/bugdom {
stdenv = if stdenv.isDarwin then overrideSDK stdenv "11.0" else stdenv;
inherit (darwin.apple_sdk_11_0.frameworks) IOKit Foundation OpenGL;