hedgewars: move to by-name tree

This commit is contained in:
Marcin Serwin
2025-03-15 14:48:40 +01:00
parent 8397e0fb2e
commit 64131c2a6f
3 changed files with 3 additions and 5 deletions
@@ -19,14 +19,14 @@
libGL,
libGLU,
physfs,
qtbase,
qttools,
wrapQtAppsHook,
qt5,
llvm,
withServer ? true,
}:
let
inherit (qt5) qtbase qttools wrapQtAppsHook;
ghc = haskell.packages.ghc94.ghcWithPackages (
pkgs: with pkgs; [
SHA
-2
View File
@@ -16173,8 +16173,6 @@ with pkgs;
qtads = qt5.callPackage ../games/qtads { };
hedgewars = libsForQt5.callPackage ../games/hedgewars { };
ibmcloud-cli = callPackage ../tools/admin/ibmcloud-cli { stdenv = stdenvNoCC; };
instaloader = python3Packages.callPackage ../tools/misc/instaloader { };