build: find waylandscanner and qtwaylandscanner from imported target

Removes the QTWAYLANDSCANNER env hack.
This commit is contained in:
outfoxxed 2024-10-16 00:00:13 -07:00
parent 23f59ec4c3
commit 89d04f34a5
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 35 additions and 22 deletions

View file

@ -21,7 +21,6 @@ in pkgs.mkShell.override { stdenv = quickshell.stdenv; } {
];
TIDYFOX = "${tidyfox}/lib/libtidyfox.so";
QTWAYLANDSCANNER = quickshell.QTWAYLANDSCANNER;
shellHook = ''
export CMAKE_BUILD_PARALLEL_LEVEL=$(nproc)