Loading pkgs/data/themes/layan-kde/default.nix +17 −3 Original line number Diff line number Diff line { stdenv , lib , fetchFromGitHub , kdeclarative , plasma-framework , plasma-workspace , gitUpdater }: stdenv.mkDerivation rec { pname = "layan-kde"; version = "2022-02-13"; version = "unstable-2023-09-30"; src = fetchFromGitHub { owner = "vinceliuice"; repo = pname; rev = version; sha256 = "09z90g13l26v23nwr8n5bapwldp3hhdrdikynvm4vvb7qsvb4vrp"; rev = "7ab7cd7461dae8d8d6228d3919efbceea5f4272c"; hash = "sha256-Wh8tZcQEdTTlgtBf4ovapojHcpPBZDDkWOclmxZv9zA="; }; # 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 substituteInPlace install.sh \ --replace '$HOME/.local' $out \ --replace '$HOME/.config' $out/share substituteInPlace sddm/*/Main.qml \ --replace /usr $out ''; installPhase = '' Loading pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -29512,7 +29512,9 @@ with pkgs; layan-gtk-theme = callPackage ../data/themes/layan-gtk-theme { }; layan-kde = callPackage ../data/themes/layan-kde { }; layan-kde = callPackage ../data/themes/layan-kde { inherit (libsForQt5) kdeclarative plasma-framework plasma-workspace; }; lao = callPackage ../data/fonts/lao { }; Loading
pkgs/data/themes/layan-kde/default.nix +17 −3 Original line number Diff line number Diff line { stdenv , lib , fetchFromGitHub , kdeclarative , plasma-framework , plasma-workspace , gitUpdater }: stdenv.mkDerivation rec { pname = "layan-kde"; version = "2022-02-13"; version = "unstable-2023-09-30"; src = fetchFromGitHub { owner = "vinceliuice"; repo = pname; rev = version; sha256 = "09z90g13l26v23nwr8n5bapwldp3hhdrdikynvm4vvb7qsvb4vrp"; rev = "7ab7cd7461dae8d8d6228d3919efbceea5f4272c"; hash = "sha256-Wh8tZcQEdTTlgtBf4ovapojHcpPBZDDkWOclmxZv9zA="; }; # 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 substituteInPlace install.sh \ --replace '$HOME/.local' $out \ --replace '$HOME/.config' $out/share substituteInPlace sddm/*/Main.qml \ --replace /usr $out ''; installPhase = '' Loading
pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -29512,7 +29512,9 @@ with pkgs; layan-gtk-theme = callPackage ../data/themes/layan-gtk-theme { }; layan-kde = callPackage ../data/themes/layan-kde { }; layan-kde = callPackage ../data/themes/layan-kde { inherit (libsForQt5) kdeclarative plasma-framework plasma-workspace; }; lao = callPackage ../data/fonts/lao { };