Loading pkgs/by-name/sx/sx/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, makeDesktopItem, patsh, coreutils, xorg, nixosTests, }: Loading @@ -24,12 +25,13 @@ stdenvNoCC.mkDerivation (finalAttrs: { nativeBuildInputs = [ patsh ]; buildInputs = [ coreutils # needed for cross xorg.xauth xorg.xorgserver ]; postInstall = '' patsh -f $out/bin/sx -s ${builtins.storeDir} patsh -f $out/bin/sx -s ${builtins.storeDir} --path "$HOST_PATH" install -Dm755 -t $out/share/xsessions ${ makeDesktopItem { Loading Loading
pkgs/by-name/sx/sx/package.nix +3 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, makeDesktopItem, patsh, coreutils, xorg, nixosTests, }: Loading @@ -24,12 +25,13 @@ stdenvNoCC.mkDerivation (finalAttrs: { nativeBuildInputs = [ patsh ]; buildInputs = [ coreutils # needed for cross xorg.xauth xorg.xorgserver ]; postInstall = '' patsh -f $out/bin/sx -s ${builtins.storeDir} patsh -f $out/bin/sx -s ${builtins.storeDir} --path "$HOST_PATH" install -Dm755 -t $out/share/xsessions ${ makeDesktopItem { Loading