Eelco Dolstra
7eff18fa03
* Fixed xscreensaver (it couldn't find the X headers/libraries
...
anymore).
svn path=/nixpkgs/branches/stdenv-updates/; revision=19694
2010-01-26 21:40:32 +00:00
Peter Simons
39e8418a69
xscreensaver: updated to version 5.10
...
Version 5.07 doesn't exist upstream anymore.
svn path=/nixpkgs/trunk/; revision=17403
2009-09-24 17:15:06 +00:00
Michael Raskin
ef643cbe09
Yes, XScreenSaver doesn't work on Windows and it never will.
...
svn path=/nixpkgs/trunk/; revision=17212
2009-09-17 05:19:57 +00:00
Michael Raskin
25b3fe32ad
Adding myself as a maintainer of some of the packages
...
svn path=/nixpkgs/trunk/; revision=16572
2009-08-04 07:49:16 +00:00
Marc Weber
f7f938a1d1
big breaking change: renaming lib.getAttr to lib.attrByPath
...
getAttr was ambiguous. It's also a builtin function
fix
svn path=/nixpkgs/trunk/; revision=15692
2009-05-24 10:57:41 +00:00
Marc Weber
52647ea3b0
FullDepEntry -> fullDepEntry, PackEntry -> packEntry
...
svn path=/nixpkgs/trunk/; revision=15662
2009-05-19 23:25:58 +00:00
Lluís Batlle i Rossell
226d5cf608
Changing the xscreensaver expression, so nix-env operations with '*' work.
...
svn path=/nixpkgs/trunk/; revision=15627
2009-05-17 20:33:58 +00:00
Eelco Dolstra
5abb878393
svn path=/nixpkgs/trunk/; revision=15552
2009-05-11 15:22:22 +00:00
Eelco Dolstra
fcad0b0a5a
* Cleaned up a lot of description fields that contained newlines.
...
Some of these should be longDescriptions, but most others just
shouldn't contain newlines. E.g. write
description = "Bla";
and not
description = ''
Bla
'';
This pollutes "nix-env -qa --description" output.
svn path=/nixpkgs/trunk/; revision=14310
2009-03-03 13:27:40 +00:00
Michael Raskin
c5363217ad
meta.function -> passthru.function, not killing other contents of passthru
...
svn path=/nixpkgs/trunk/; revision=13190
2008-11-04 21:24:10 +00:00
Michael Raskin
530c8a4e5b
Double oops
...
svn path=/nixpkgs/trunk/; revision=12915
2008-09-24 14:45:28 +00:00
Michael Raskin
6b97827f14
oops, recursionwas needed on an attribute set
...
svn path=/nixpkgs/trunk/; revision=12914
2008-09-24 14:15:35 +00:00
Michael Raskin
4b21f11fda
Updated xscreensaver; removed all versions as sources are removed off site anyway..
...
svn path=/nixpkgs/trunk/; revision=12912
2008-09-24 13:57:16 +00:00
Eelco Dolstra
c54b75c959
* Get rid of the `(import (__toPath ((toString
...
./JustNothing/.. )+"/"+args.version+".nix")))' hack, you can also just
write `import (./path/to/pkg + "/${version}.nix)'.
svn path=/nixpkgs/trunk/; revision=9792
2007-11-26 13:24:56 +00:00
Michael Raskin
2b5369552c
Added XScreensaver; also changed version-stub.nix (now it does sumArgs itself, and requires builderDefs to be used) and added a merge of composing-builder and declarative flag processing.
...
svn path=/nixpkgs/trunk/; revision=9776
2007-11-22 20:26:00 +00:00