Loading pkgs/data/themes/graphite-kde-theme/default.nix +11 −0 Original line number Diff line number Diff line { stdenv , lib , fetchFromGitHub , kdeclarative , plasma-framework , plasma-workspace }: stdenv.mkDerivation rec { Loading @@ -14,6 +17,14 @@ stdenv.mkDerivation rec { hash = "sha256-iQGT2x0wY2EIuYw/a1MB8rT9BxiqWrOyBo6EGIJwsFw="; }; # Propagate sddm theme dependencies to user env otherwise sddm does # not find them. Putting them in buildInputs is not enough. propagatedUserEnvPkgs = [ kdeclarative.bin plasma-framework plasma-workspace ]; postPatch = '' patchShebangs install.sh Loading pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -29374,7 +29374,9 @@ with pkgs; graphite-gtk-theme = callPackage ../data/themes/graphite-gtk-theme { }; graphite-kde-theme = callPackage ../data/themes/graphite-kde-theme { }; graphite-kde-theme = callPackage ../data/themes/graphite-kde-theme { inherit (libsForQt5) kdeclarative plasma-framework plasma-workspace; }; greybird = callPackage ../data/themes/greybird { }; Loading
pkgs/data/themes/graphite-kde-theme/default.nix +11 −0 Original line number Diff line number Diff line { stdenv , lib , fetchFromGitHub , kdeclarative , plasma-framework , plasma-workspace }: stdenv.mkDerivation rec { Loading @@ -14,6 +17,14 @@ stdenv.mkDerivation rec { hash = "sha256-iQGT2x0wY2EIuYw/a1MB8rT9BxiqWrOyBo6EGIJwsFw="; }; # Propagate sddm theme dependencies to user env otherwise sddm does # not find them. Putting them in buildInputs is not enough. propagatedUserEnvPkgs = [ kdeclarative.bin plasma-framework plasma-workspace ]; postPatch = '' patchShebangs install.sh Loading
pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -29374,7 +29374,9 @@ with pkgs; graphite-gtk-theme = callPackage ../data/themes/graphite-gtk-theme { }; graphite-kde-theme = callPackage ../data/themes/graphite-kde-theme { }; graphite-kde-theme = callPackage ../data/themes/graphite-kde-theme { inherit (libsForQt5) kdeclarative plasma-framework plasma-workspace; }; greybird = callPackage ../data/themes/greybird { };