Loading pkgs/kde/frameworks/kirigami/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ qtdeclarative, qt5compat, qqc2-desktop-style, fetchpatch, }: # Kirigami has a runtime dependency on qqc2-desktop-style, # which has a build time dependency on Kirigami. Loading @@ -19,6 +20,13 @@ let patches = [ ./rb-templates.patch # Fix rendering issues in some applications # FIXME: remove in next update (fetchpatch { url = "https://invent.kde.org/frameworks/kirigami/-/commit/19127672cd812d177192cf84da4107f9abed2934.diff"; hash = "sha256-dh1OwMTksbVTEsEDw4vfBarR3fyBaulQa8SSHsddht0="; }) ]; extraNativeBuildInputs = [ Loading Loading
pkgs/kde/frameworks/kirigami/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ qtdeclarative, qt5compat, qqc2-desktop-style, fetchpatch, }: # Kirigami has a runtime dependency on qqc2-desktop-style, # which has a build time dependency on Kirigami. Loading @@ -19,6 +20,13 @@ let patches = [ ./rb-templates.patch # Fix rendering issues in some applications # FIXME: remove in next update (fetchpatch { url = "https://invent.kde.org/frameworks/kirigami/-/commit/19127672cd812d177192cf84da4107f9abed2934.diff"; hash = "sha256-dh1OwMTksbVTEsEDw4vfBarR3fyBaulQa8SSHsddht0="; }) ]; extraNativeBuildInputs = [ Loading