mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
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:
committed by
Linus Groh
parent
cfd3f749b0
commit
0e5ec8c0ab
@@ -14,6 +14,7 @@ pkgs.mkShell.override
|
||||
pkgconfig
|
||||
qt6.qtbase
|
||||
qt6.qtbase.dev
|
||||
qt6.qtsvg
|
||||
qt6.qttools
|
||||
qt6.qtwayland
|
||||
qt6.qtwayland.dev
|
||||
|
||||
@@ -18,8 +18,6 @@ stdenv.mkDerivation {
|
||||
ninja
|
||||
patch
|
||||
pkg-config
|
||||
qt6.qtbase
|
||||
qt6.qtsvg
|
||||
rsync
|
||||
texinfo
|
||||
unzip
|
||||
|
||||
Reference in New Issue
Block a user