about summary refs log tree commit diff
path: root/pkgs/tools/admin
AgeCommit message (Collapse)AuthorFilesLines
2014-01-01Update FLTK and TigerVNC; doesn't fix TigerVNC Xvnc build per seMichael Raskin1-3/+3
2013-12-02Merge master into x-updatesVladimír Čunát1-3/+3
2013-11-28Update gtk-vnc dependency on FirefoxMichael Raskin1-3/+3
2013-11-23tigervnc: fix build via not applying a patchVladimír Čunát1-1/+0
It's in our standard xorg-server now.
2013-10-05Some description fixesBjørn Forsman1-1/+1
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.
2013-07-31Move namePrefix="" python packages out of python-packges.nixDomen Kožar1-0/+18
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.
2013-07-14Even more mirror:// fixesEvgeny Egorochkin1-1/+1
2013-01-28tigervnc: Drop dependency on libxcryptEelco Dolstra1-12/+11
http://hydra.nixos.org/build/3875072
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-3/+3
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-12-28Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra1-4/+4
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).
2012-10-18Update TigerVNC to SVN checkout that at least builds..Michael Raskin1-19/+24
2012-05-16* X.org 7.7 RC1. Note that xorg-server doesn't build yet.Eelco Dolstra1-2/+0
svn path=/nixpkgs/branches/x-updates/; revision=34147
2012-03-14Get rid of most references to gtkLibsYury G. Kudryashov1-1/+1
svn path=/nixpkgs/trunk/; revision=33088
2012-03-08Added two missing dependencies (to make the packages build)Joachim Schiele1-1/+1
svn path=/nixpkgs/trunk/; revision=32890
2012-02-06svn merge ^/nixpkgs/trunkYury G. Kudryashov1-0/+38
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
2012-02-04analog: install images directory, tooPeter Simons1-2/+1
svn path=/nixpkgs/trunk/; revision=32030
2012-02-04analog: added version 6.0Peter Simons1-0/+39
svn path=/nixpkgs/trunk/; revision=32029
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-3/+3
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-12-03Adjust most things to be cross-buildable. Problem: gnutls. Solution: ↵Michael Raskin1-6/+21
manually replace it with openssl while cross-building svn path=/nixpkgs/trunk/; revision=30709
2011-12-02Fix more incorrect native/target buildInput split in tigervnc; current ↵Michael Raskin1-2/+3
stumbling block is gnutls svn path=/nixpkgs/trunk/; revision=30682
2011-12-02Use Xorg buildNativeInputs correctlyMichael Raskin1-1/+3
svn path=/nixpkgs/trunk/; revision=30680
2011-12-02Propagate buildNativeInputs without changing their typesMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=30679
2011-12-02Pass all configureFlags - including cross-build options, for exampleMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=30678
2011-11-10* TigerVNC updated to 1.1.0.Eelco Dolstra1-15/+13
* Build TigerVNC with TLS and PAM support. TLS support is important to support encrypted VNC servers. svn path=/nixpkgs/trunk/; revision=30372
2011-01-13Adding GTK-VNCMichael Raskin1-0/+62
svn path=/nixpkgs/trunk/; revision=25547
2011-01-13Update TigerVNCMichael Raskin1-3/+3
svn path=/nixpkgs/trunk/; revision=25546
2010-12-06pkgs/tools/admin/tightvnc: move --mandir and --infodir to standard locationsPeter Simons1-2/+2
svn path=/nixpkgs/trunk/; revision=25013
2010-08-26pkgs/tools/admin/tightvnc/builder.sh: drop trailing whitespacePeter Simons1-2/+2
svn path=/nixpkgs/trunk/; revision=23439
2010-08-26pkgs/tools/admin/tightvnc/default.nix: added meta section (plus various ↵Peter Simons1-7/+20
cosmetic changes) svn path=/nixpkgs/trunk/; revision=23438
2010-08-26pkgs/tools/admin/tightvnc/builder.sh: install java classes to ↵Peter Simons1-1/+1
$out/share/tightvnc rather than $out/vnc svn path=/nixpkgs/trunk/; revision=23437
2010-07-29Making tigervnc build with the xserver 1.8Lluís Batlle i Rossell1-3/+3
svn path=/nixpkgs/trunk/; revision=22802
2010-07-14Making tigervnc build on armv5tel-linux (setting it not to require the mesa dri)Lluís Batlle i Rossell1-1/+1
svn path=/nixpkgs/trunk/; revision=22597
2010-07-13Making the tigervnc server work.Lluís Batlle i Rossell1-1/+15
svn path=/nixpkgs/trunk/; revision=22584
2010-07-12Trouble in my last tigervnc commit. Fixing it.Lluís Batlle i Rossell1-2/+2
svn path=/nixpkgs/trunk/; revision=22570
2010-07-12Made the tightvnc build the Xvnc server - although I still did not manage to ↵Lluís Batlle i Rossell1-7/+58
start it. svn path=/nixpkgs/trunk/; revision=22569
2010-07-12TigerVNC (without the server Xvnc still)Lluís Batlle i Rossell1-0/+17
svn path=/nixpkgs/trunk/; revision=22568
2010-03-13fix http server of tightvncMarc Weber1-0/+6
svn path=/nixpkgs/trunk/; revision=20601
2009-08-26Remove broken platformsMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=16860
2009-08-26Adding WebDruid log analyzer. In the same time, reworking source autoupdate ↵Michael Raskin3-0/+45
system a bit svn path=/nixpkgs/trunk/; revision=16859
2009-05-16Making tightvnc use given fonts, instead of depending of an X Font Server ↵Lluís Batlle i Rossell2-4/+19
started at the usual unix socket. svn path=/nixpkgs/trunk/; revision=15624
2009-04-23* Got rid of a lot of "postInstall=postInstall" and similar lines inEelco Dolstra1-2/+0
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
2009-03-20Updating tightvnc, and fixing the Xsecurity problems.Lluís Batlle i Rossell1-6/+7
svn path=/nixpkgs/trunk/; revision=14625
2009-02-26added tightvnc note about solving connecting troubleMarc Weber1-0/+3
svn path=/nixpkgs/trunk/; revision=14260
2008-03-18reverted diff r11163-11164 (rgb not needed for tightvnc)Marc Weber1-3/+2
svn path=/nixpkgs/trunk/; revision=11188
2008-03-17Added xlibs (rgb) to tightvnc as dependency (I still get error "Couldnt add ↵Marc Weber1-2/+3
screen") svn path=/nixpkgs/trunk/; revision=11164
2007-11-08Fixed log nesting; added Qi.Michael Raskin1-2/+3
svn path=/nixpkgs/trunk/; revision=9601
2007-11-05Hardwiring in xauth path so that user does not have to install xauth to run ↵Marc Weber1-0/+4
the tightvnc server svn path=/nixpkgs/trunk/; revision=9580
2007-10-05Corrected vncserverMichael Raskin2-1/+3
svn path=/nixpkgs/trunk/; revision=9406
2007-10-04Added Xvnc build to tightvncMichael Raskin2-0/+8
svn path=/nixpkgs/trunk/; revision=9404
2007-08-27* Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra1-1/+1
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198