Toolchain+Ladybird: Declare dependencies in correct nix file

The dependencies added in b5e9b9a939
are a better fit for Ladybird/ladybird.nix
This commit is contained in:
networkException 2023-06-04 01:08:25 +02:00 committed by Linus Groh
parent cfd3f749b0
commit 0e5ec8c0ab
Notes: sideshowbarker 2024-07-17 01:46:43 +09:00
2 changed files with 1 additions and 2 deletions

View file

@ -14,6 +14,7 @@ pkgs.mkShell.override
pkgconfig
qt6.qtbase
qt6.qtbase.dev
qt6.qtsvg
qt6.qttools
qt6.qtwayland
qt6.qtwayland.dev

View file

@ -18,8 +18,6 @@ stdenv.mkDerivation {
ninja
patch
pkg-config
qt6.qtbase
qt6.qtsvg
rsync
texinfo
unzip