Loading pkgs/os-specific/linux/nvidia-x11/settings.nix +5 −8 Original line number Diff line number Diff line Loading @@ -121,14 +121,11 @@ stdenv.mkDerivation { installFlags = [ "PREFIX=$(out)" ]; postInstall = '' ${lib.optionalString (!withGtk2) '' postInstall = lib.optionalString (!withGtk2) '' rm -f $out/lib/libnvidia-gtk2.so.* ''} ${lib.optionalString (!withGtk3) '' '' + lib.optionalString (!withGtk3) '' rm -f $out/lib/libnvidia-gtk3.so.* ''} '' + '' # Install the desktop file and icon. # The template has substitution variables intended to be replaced resulting # in absolute paths. Because absolute paths break after the desktop file is Loading Loading
pkgs/os-specific/linux/nvidia-x11/settings.nix +5 −8 Original line number Diff line number Diff line Loading @@ -121,14 +121,11 @@ stdenv.mkDerivation { installFlags = [ "PREFIX=$(out)" ]; postInstall = '' ${lib.optionalString (!withGtk2) '' postInstall = lib.optionalString (!withGtk2) '' rm -f $out/lib/libnvidia-gtk2.so.* ''} ${lib.optionalString (!withGtk3) '' '' + lib.optionalString (!withGtk3) '' rm -f $out/lib/libnvidia-gtk3.so.* ''} '' + '' # Install the desktop file and icon. # The template has substitution variables intended to be replaced resulting # in absolute paths. Because absolute paths break after the desktop file is Loading