about summary refs log tree commit diff
path: root/pkgs/applications/virtualization/remotebox
AgeCommit message (Collapse)AuthorFilesLines
2023-11-27treewide: add mainProgramh7x41-0/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-28remotebox: 2.6 -> 2.7R. RyanTM1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-16remotebox: 2.5 -> 2.6R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/remotebox/versions
2018-05-02remotebox: 2.4 -> 2.5R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/remotebox/versions. These checks were done: - built on NixOS - ran ‘/nix/store/lqc90dpw05j8jvi8n0klma3cipg70h6l-remotebox-2.5/bin/remotebox -h’ got 0 exit code - found 2.5 with grep in /nix/store/lqc90dpw05j8jvi8n0klma3cipg70h6l-remotebox-2.5 - directory tree listing: https://gist.github.com/52fb098e7f7315de708c331b65eadfb4
2018-03-01remotebox: 2.2 -> 2.4Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - found 2.4 with grep in /nix/store/5p43l2r5y6m0sdpyxwcwiv381ycglami-remotebox-2.4 - found 2.4 in filename of file in /nix/store/5p43l2r5y6m0sdpyxwcwiv381ycglami-remotebox-2.4
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice1-1/+0
Goodbye, and thanks for all the Nix...
2016-11-09remotebox: 2.1 -> 2.2Tobias Geerinckx-Rice1-2/+2
2016-11-05remotebox: 2.0 -> 2.1Tobias Geerinckx-Rice1-2/+2
2016-01-25Add version attribute where maintainers |= nckxTobias Geerinckx-Rice1-3/+2
This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
2015-07-23remotebox: 1.9 -> 2.0Tobias Geerinckx-Rice1-13/+17
Changes: - RemoteBox now requires VirtualBox 5.0.x - Added guest support for USB 3.0 - Added OS icons for Windows 10, OS/2 1.x, Yosemite, El Capitan - Added command line options for automatic login. See manual - Added option to set the virtual VGA card of a guest to either VirtualBox VGA or VMware SVGA-II - Allow snapshots to be taken while the guest is paused - Added support for adding USB storage controller to a guest - Added support for adding transient shared folders - Added support for setting IPv6 Port Forwarding rules on NAT networks - Added option to convert disk images to VDI when importing an appliance - Changed the way guest details are displayed and added an option to show extended (slower) or reduced (faster) guest details - Added support for selecting built-in presets for the RDP clients. These are currently FreeRDP (New Syntax), FreeRDP (Old Syntax), Rdesktop, Windows Remote Desktop Client - Added support for selecting the paravirtualization interface for a guest - Added keyboard toolbutton for quick access to common keyboard sequences. The full keyboard menu is still available - Fixed a problem with trailing slashes in a URL preventing the remote display to a guest from opening. - Fixed a problem with UTF8 strings affecting the listing of storage attached to controllers - Fixed an issue where stuck guests couldn't be stopped from the GUI - Various GUI tweaks
2015-05-28Don't use "with licenses;" for single licencesTobias Geerinckx-Rice1-1/+1
And don't use square brackets on such lines.
2014-12-23Add remotebox: VirtualBox client with remote managementTobias Geerinckx-Rice1-0/+40