biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / desktops / plasma-5 / breeze-gtk.nix
blob3ecc5d5e5b0d1f71b33c2b5cb74fb65e526027cf
1 { mkDerivation, extra-cmake-modules, qtbase, sassc, python3, breeze-qt5 }:
3 mkDerivation {
4   pname = "breeze-gtk";
5   nativeBuildInputs = [ extra-cmake-modules sassc python3 python3.pkgs.pycairo breeze-qt5 ];
6   buildInputs = [ qtbase ];
7   patches = [
8     ./patches/0001-fix-add-executable-bit.patch
9   ];
10   cmakeFlags = [ "-DWITH_GTK3_VERSION=3.22" ];