···32 ./use-versioned-import-path.patch
33 ];
3435- preConfigure = let
36- storePrefixLen = builtins.toString ((builtins.stringLength builtins.storeDir) + 1);
37- in ''
38- # "NIX:" is reserved for saved qmlc files in patch 0001, "QTDHASH:" takes the place
39- # of the old tag, which is otherwise the qt version, invalidating caches from other
40- # qtdeclarative store paths.
41- echo "QTDHASH:''${out:${storePrefixLen}:32}" > .tag
42- '';
004344 cmakeFlags =
45 [
···52 "-DQt6QmlTools_DIR=${pkgsBuildBuild.qt6.qtdeclarative}/lib/cmake/Qt6QmlTools"
53 ];
5455- meta.maintainers = with lib.maintainers; [ nickcao outfoxxed ];
00056}
···32 ./use-versioned-import-path.patch
33 ];
3435+ preConfigure =
36+ let
37+ storePrefixLen = builtins.toString ((builtins.stringLength builtins.storeDir) + 1);
38+ in
39+ ''
40+ # "NIX:" is reserved for saved qmlc files in patch 0001, "QTDHASH:" takes the place
41+ # of the old tag, which is otherwise the qt version, invalidating caches from other
42+ # qtdeclarative store paths.
43+ echo "QTDHASH:''${out:${storePrefixLen}:32}" > .tag
44+ '';
4546 cmakeFlags =
47 [
···54 "-DQt6QmlTools_DIR=${pkgsBuildBuild.qt6.qtdeclarative}/lib/cmake/Qt6QmlTools"
55 ];
5657+ meta.maintainers = with lib.maintainers; [
58+ nickcao
59+ outfoxxed
60+ ];
61}