update lock, related fixes
This commit is contained in:
parent
2623df1e00
commit
aa189315f0
9 changed files with 142 additions and 161 deletions
|
@ -20,13 +20,6 @@
|
|||
nixpkgs.overlays = [(final: prev: {
|
||||
qt6Packages = prev.qt6Packages.overrideScope (qfinal: qprev: {
|
||||
qt6ct = qprev.qt6ct.overrideAttrs (ctprev: {
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "ilya-fedin";
|
||||
repo = "qt6ct";
|
||||
rev = "refs/heads/shenanigans";
|
||||
sha256 = "2RlzcjGx4vBs+r/kXd1kP3o5tQ5hWdlu4J/tWmd7FVk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = (builtins.filter (p: p != qfinal.qmake) ctprev.nativeBuildInputs) ++ [ final.cmake ];
|
||||
|
||||
buildInputs = ctprev.buildInputs ++ (with final.kdePackages; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue