summary refs log tree commit diff
path: root/pkgs/tools/admin
Commit message (Collapse)AuthorAge
* Update to latest awscliRob Vermaas2014-10-27
|
* Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* Merge pull request #3615 from bosu/tigervnc-xkb-fixMichael Raskin2014-08-23
|\ | | | | tigervnc: fix xkb configuration for Xvnc
| * tigervnc: fix xkb configuration for XvncBoris Sukholitko2014-08-15
| | | | | | | | Without those fixes, Xvnc doesn't work at all.
* | tigervnc: upgrade to 1.3.1 security releaseBoris Sukholitko2014-08-15
|/ | | | The source is on github archive now. Therefore switch to fetchurl.
* sec: update to version 2.7.6tv@shackspace.de2014-07-30
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* firefox: Build without xulrunnerEelco Dolstra2014-07-23
| | | | Fixes #2950.
* sec: add version 2.7.5tv2014-07-12
|
* Add missing dependency to gtk-vncMichael Raskin2014-06-19
|
* virt-manager: update to 1.0.1, fix & update dependencies, gtk3 supportJaka Hudoklin2014-04-05
| | | | | | | | | | | | | | | | | | | | | | - Vte, add gtk3 support, enable introspection, update to 0.35.90 - Spice-gtk, add gtk3 support - gtk-vnc, add gtk3 support - Add libvirt-glib (thanks @bjornfor) - Add usbredir - qemu, enable usbredir - spice-gtk, enable usbredir - virt-manager, update to 1.0.1 [Bjørn: * Set namePrefix = "" to preserve package name "virt-manager" (instead of "python2.7-virt-manager") * Add dconf to GIO_EXTRA_MODULES to get persistent settings in virt-manager. Without it: GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. * Add ${gtk3}/share to XDG_DATA_DIRS to unbreak "Take Screenshot" feature (fixes "Settings schema 'org.gtk.Settings.FileChooser' is not installed") * gtk-vnc: don't pull "pkgs" attrset for optionalString, use stdenv.lib.optionalString instead. ]
* adopt rest of the packages that were failing with the buildPythonPackage changesDomen Kožar2014-02-20
|
* Update awscliShea Levy2014-02-12
|
* Buid Xvnc in TigerVNCMichael Raskin2014-01-04
|
* Update FLTK and TigerVNC; doesn't fix TigerVNC Xvnc build per seMichael Raskin2014-01-01
|
* Merge master into x-updatesVladimír Čunát2013-12-02
|\
| * Update gtk-vnc dependency on FirefoxMichael Raskin2013-11-28
| |
* | tigervnc: fix build via not applying a patchVladimír Čunát2013-11-23
|/ | | | It's in our standard xorg-server now.
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
* Move namePrefix="" python packages out of python-packges.nixDomen Kožar2013-07-31
| | | | | | | It doesn't make sense to build tools/applications with three different python interpreter versions, so move them out of python modules list. Also reverts 53ffc6e0ef395a2bd7651423d9783ad8184be1d0.
* Even more mirror:// fixesEvgeny Egorochkin2013-07-14
|
* tigervnc: Drop dependency on libxcryptEelco Dolstra2013-01-28
| | | | http://hydra.nixos.org/build/3875072
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2012-12-28
| | | | | | This is for consistency with terminology in stdenv (and the terms "hostDrv" and "buildDrv" are not very intuitive, even if they're consistent with GNU terminology).
* Update TigerVNC to SVN checkout that at least builds..Michael Raskin2012-10-18
|
* * X.org 7.7 RC1. Note that xorg-server doesn't build yet.Eelco Dolstra2012-05-16
| | | | svn path=/nixpkgs/branches/x-updates/; revision=34147
* Get rid of most references to gtkLibsYury G. Kudryashov2012-03-14
| | | | svn path=/nixpkgs/trunk/; revision=33088
* Added two missing dependencies (to make the packages build)Joachim Schiele2012-03-08
| | | | svn path=/nixpkgs/trunk/; revision=32890
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-06
|\ | | | | | | | | | | | | | | | | | | | | | | Merge conflicts: * unzip (almost trivial) * dvswitch (trivial) * gmp (copied result of `git merge`) The last item introduced gmp-5.0.3, thus full rebuild. +ensureDir->mkdir -p in TeX packages was catched by git but not svn. svn path=/nixpkgs/branches/stdenv-updates/; revision=32091
| * analog: install images directory, tooPeter Simons2012-02-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32030
| * analog: added version 6.0Peter Simons2012-02-04
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32029
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
|/ | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Adjust most things to be cross-buildable. Problem: gnutls. Solution: ↵Michael Raskin2011-12-03
| | | | | | manually replace it with openssl while cross-building svn path=/nixpkgs/trunk/; revision=30709
* Fix more incorrect native/target buildInput split in tigervnc; current ↵Michael Raskin2011-12-02
| | | | | | stumbling block is gnutls svn path=/nixpkgs/trunk/; revision=30682
* Use Xorg buildNativeInputs correctlyMichael Raskin2011-12-02
| | | | svn path=/nixpkgs/trunk/; revision=30680
* Propagate buildNativeInputs without changing their typesMichael Raskin2011-12-02
| | | | svn path=/nixpkgs/trunk/; revision=30679
* Pass all configureFlags - including cross-build options, for exampleMichael Raskin2011-12-02
| | | | svn path=/nixpkgs/trunk/; revision=30678
* * TigerVNC updated to 1.1.0.Eelco Dolstra2011-11-10
| | | | | | | * Build TigerVNC with TLS and PAM support. TLS support is important to support encrypted VNC servers. svn path=/nixpkgs/trunk/; revision=30372
* Adding GTK-VNCMichael Raskin2011-01-13
| | | | svn path=/nixpkgs/trunk/; revision=25547
* Update TigerVNCMichael Raskin2011-01-13
| | | | svn path=/nixpkgs/trunk/; revision=25546
* pkgs/tools/admin/tightvnc: move --mandir and --infodir to standard locationsPeter Simons2010-12-06
| | | | svn path=/nixpkgs/trunk/; revision=25013
* pkgs/tools/admin/tightvnc/builder.sh: drop trailing whitespacePeter Simons2010-08-26
| | | | svn path=/nixpkgs/trunk/; revision=23439
* pkgs/tools/admin/tightvnc/default.nix: added meta section (plus various ↵Peter Simons2010-08-26
| | | | | | cosmetic changes) svn path=/nixpkgs/trunk/; revision=23438
* pkgs/tools/admin/tightvnc/builder.sh: install java classes to ↵Peter Simons2010-08-26
| | | | | | $out/share/tightvnc rather than $out/vnc svn path=/nixpkgs/trunk/; revision=23437
* Making tigervnc build with the xserver 1.8Lluís Batlle i Rossell2010-07-29
| | | | svn path=/nixpkgs/trunk/; revision=22802
* Making tigervnc build on armv5tel-linux (setting it not to require the mesa dri)Lluís Batlle i Rossell2010-07-14
| | | | svn path=/nixpkgs/trunk/; revision=22597
* Making the tigervnc server work.Lluís Batlle i Rossell2010-07-13
| | | | svn path=/nixpkgs/trunk/; revision=22584
* Trouble in my last tigervnc commit. Fixing it.Lluís Batlle i Rossell2010-07-12
| | | | svn path=/nixpkgs/trunk/; revision=22570
* Made the tightvnc build the Xvnc server - although I still did not manage to ↵Lluís Batlle i Rossell2010-07-12
| | | | | | start it. svn path=/nixpkgs/trunk/; revision=22569
* TigerVNC (without the server Xvnc still)Lluís Batlle i Rossell2010-07-12
| | | | svn path=/nixpkgs/trunk/; revision=22568