Unverified Commit 4bde367b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #270058 from K900/fix-libexec

treewide: /lib/libexec -> /libexec
parents bad55bdc 54c8998b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ in
      panel = mkOption {
        type = with types; nullOr path;
        default = null;
        example = literalExpression ''"''${pkgs.plasma5Packages.plasma-desktop}/lib/libexec/kimpanel-ibus-panel"'';
        example = literalExpression ''"''${pkgs.plasma5Packages.plasma-desktop}/libexec/kimpanel-ibus-panel"'';
        description = lib.mdDoc "Replace the IBus panel with another panel.";
      };
    };
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ in
        GTK_PATH = [ "/lib/gtk-2.0" "/lib/gtk-3.0" "/lib/gtk-4.0" ];
        XDG_CONFIG_DIRS = [ "/etc/xdg" ];
        XDG_DATA_DIRS = [ "/share" ];
        LIBEXEC_PATH = [ "/lib/libexec" ];
        LIBEXEC_PATH = [ "/libexec" ];
      };

    environment.pathsToLink = [ "/lib/gtk-2.0" "/lib/gtk-3.0" "/lib/gtk-4.0" ];