about summary refs log tree commit diff
path: root/pkgs/tools/admin
Commit message (Collapse)AuthorAge
* 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
* fix http server of tightvncMarc Weber2010-03-13
| | | | svn path=/nixpkgs/trunk/; revision=20601
* Remove broken platformsMichael Raskin2009-08-26
| | | | svn path=/nixpkgs/trunk/; revision=16860
* Adding WebDruid log analyzer. In the same time, reworking source autoupdate ↵Michael Raskin2009-08-26
| | | | | | system a bit svn path=/nixpkgs/trunk/; revision=16859
* Making tightvnc use given fonts, instead of depending of an X Font Server ↵Lluís Batlle i Rossell2009-05-16
| | | | | | | | started at the usual unix socket. svn path=/nixpkgs/trunk/; revision=15624
* * Got rid of a lot of "postInstall=postInstall" and similar lines inEelco Dolstra2009-04-23
| | | | | | | | | | builders. These are redundant now. * Inlined some trivial builders. * Removed a few explicit setup-hook creations. This is done automatically now if setupHook is set. * Deleted the initscripts package. NixOS doesn't use it anymore. svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
* Updating tightvnc, and fixing the Xsecurity problems.Lluís Batlle i Rossell2009-03-20
| | | | svn path=/nixpkgs/trunk/; revision=14625
* added tightvnc note about solving connecting troubleMarc Weber2009-02-26
| | | | svn path=/nixpkgs/trunk/; revision=14260
* reverted diff r11163-11164 (rgb not needed for tightvnc)Marc Weber2008-03-18
| | | | svn path=/nixpkgs/trunk/; revision=11188
* Added xlibs (rgb) to tightvnc as dependency (I still get error "Couldnt add ↵Marc Weber2008-03-17
| | | | | | screen") svn path=/nixpkgs/trunk/; revision=11164
* Fixed log nesting; added Qi.Michael Raskin2007-11-08
| | | | svn path=/nixpkgs/trunk/; revision=9601