Andres Löh
3f26456240
New version of vacuum.
...
svn path=/nixpkgs/trunk/; revision=15945
2009-06-12 13:11:37 +00:00
Eelco Dolstra
47eb07cfeb
* Latest NVIDIA driver.
...
svn path=/nixpkgs/trunk/; revision=15944
2009-06-12 12:56:03 +00:00
Nicolas Pierron
6f0b3b683e
option types: Fix the generated template name used for the documentation.
...
svn path=/nixpkgs/trunk/; revision=15938
2009-06-11 16:03:43 +00:00
Nicolas Pierron
8f8971144f
optionAttrSetToDocList: Re-implement with the collect function.
...
Use the option name computed by "handleOptionSets" instead of
computing it a second time. Handle option containing option sets.
svn path=/nixpkgs/trunk/; revision=15937
2009-06-11 16:03:38 +00:00
Nicolas Pierron
0f6a67814a
Add 'collect' a function which recursively collects all attribute values verifying a predicate.
...
svn path=/nixpkgs/trunk/; revision=15936
2009-06-11 16:03:33 +00:00
Nicolas Pierron
b32002c3a3
Add support for a new module syntax.
...
Introduce optional argument to optionSet options.
svn path=/nixpkgs/trunk/; revision=15935
2009-06-11 16:03:26 +00:00
Michael Raskin
2b68672d1c
Setserial source fix
...
svn path=/nixpkgs/trunk/; revision=15933
2009-06-11 05:41:30 +00:00
Andres Löh
3466e0d6c9
New versions of vty and uu-parsinglib.
...
svn path=/nixpkgs/trunk/; revision=15929
2009-06-10 16:27:39 +00:00
Eelco Dolstra
a0399dd8a2
* mksquashfs needs pthread_cancel.
...
svn path=/nixpkgs/trunk/; revision=15925
2009-06-10 13:29:12 +00:00
Rob Vermaas
ee88032be9
* bumped gcc to 4.2.1 build 5531 on darwin
...
svn path=/nixpkgs/trunk/; revision=15920
2009-06-10 11:08:57 +00:00
Rob Vermaas
68d5a14183
* xargsFlag empty on darwin
...
svn path=/nixpkgs/trunk/; revision=15919
2009-06-10 11:08:53 +00:00
Michael Raskin
09a719b1a0
Adding gnokii
...
svn path=/nixpkgs/trunk/; revision=15916
2009-06-10 09:45:03 +00:00
Eelco Dolstra
2d0b32453c
* setup.sh: quote $NIX_BUILD_TOP. Otherwise a line like
...
export > $NIX_BUILD_TOP/env-vars
will fail if the name attribute contains a metacharacter
(e.g. "?"):
building path(s) `/nix/store/yk93gk3lc5bslcn5hklnzs0bdkp2r0an-icu-3.8-setBreakType-public.diff?rev=1.1'
/nix/store/gj8ac12mrwinbq7wzzhwfjjs3028a11x-stdenv-linux/setup: line 374: $NIX_BUILD_TOP/env-vars: ambiguous redirect
I guess this only happens if you happen to have an old temporary
build directory for the same derivation in /tmp.
This affects fetchurl in particular.
svn path=/nixpkgs/trunk/; revision=15915
2009-06-10 09:34:42 +00:00
Rob Vermaas
342d9834bf
* -msse2 flag for python on i686-darwin
...
svn path=/nixpkgs/trunk/; revision=15914
2009-06-10 09:18:51 +00:00
Rob Vermaas
e85cc883e7
* enabled mesa on darwin
...
svn path=/nixpkgs/trunk/; revision=15913
2009-06-09 16:21:45 +00:00
Sander van der Burg
43cc5950fa
Fixed compilation of kdewebdev
...
svn path=/nixpkgs/trunk/; revision=15911
2009-06-09 15:04:57 +00:00
Eelco Dolstra
cee3ca1228
svn path=/nixpkgs/trunk/; revision=15909
2009-06-09 14:32:31 +00:00
Eelco Dolstra
813909d153
* Fedora 11 uses SHA-256 hashes instead of SHA-1 in primary.xml.
...
svn path=/nixpkgs/trunk/; revision=15908
2009-06-09 14:25:45 +00:00
Eelco Dolstra
d8cc981d90
* Fedora 11. Completely untested.
...
svn path=/nixpkgs/trunk/; revision=15907
2009-06-09 14:10:16 +00:00
Sander van der Burg
3ad53bd75e
Upgraded KDE to 4.2.4
...
svn path=/nixpkgs/trunk/; revision=15902
2009-06-09 10:59:02 +00:00
Sander van der Burg
1817c3acde
Enabled VICE again, which was commented out
...
svn path=/nixpkgs/trunk/; revision=15901
2009-06-09 10:08:55 +00:00
Rob Vermaas
22474c3539
* enable i686-darwin for mesa
...
svn path=/nixpkgs/trunk/; revision=15900
2009-06-09 09:19:32 +00:00
Michael Raskin
1b5fa6e1ee
Adding setserial
...
svn path=/nixpkgs/trunk/; revision=15898
2009-06-09 04:22:46 +00:00
Eelco Dolstra
c8ba912b42
* It makes more sense for "path" to point at the top of the Nixpkgs
...
tree, rather than the pkgs subdirectory.
svn path=/nixpkgs/trunk/; revision=15893
2009-06-08 22:43:27 +00:00
Eelco Dolstra
6408a6a6fd
* Trivial function to create a singleton list. Can reduce unnecessary
...
indentation in expressions like
environent.extraJobs =
[ { name = "foo";
job =
''
bla bla
'';
}
];
which becomes
environent.extraJobs = singleton
{ name = "foo";
job =
''
bla bla
'';
};
svn path=/nixpkgs/trunk/; revision=15892
2009-06-08 22:42:42 +00:00
Eelco Dolstra
ff715fa8ed
svn path=/nixpkgs/trunk/; revision=15891
2009-06-08 22:04:03 +00:00
Michael Raskin
76fe4077a6
Build Blender
...
svn path=/nixpkgs/trunk/; revision=15890
2009-06-08 18:49:04 +00:00
Armijn Hemel
6375c2f236
update to 2.5.6
...
svn path=/nixpkgs/trunk/; revision=15889
2009-06-08 18:31:07 +00:00
Armijn Hemel
5af34a4ef7
update to 2.16.2
...
svn path=/nixpkgs/trunk/; revision=15888
2009-06-08 17:50:57 +00:00
Eelco Dolstra
e559192847
* Fix module installation.
...
svn path=/nixpkgs/trunk/; revision=15887
2009-06-07 21:49:14 +00:00
Eelco Dolstra
83c3123617
* Wine 1.1.23.
...
svn path=/nixpkgs/trunk/; revision=15886
2009-06-07 19:48:49 +00:00
Rob Vermaas
935d9f3610
* libX11 dep MCRL2
...
svn path=/nixpkgs/trunk/; revision=15885
2009-06-07 16:17:49 +00:00
Eelco Dolstra
86e3458dd7
* Linux 2.6.29. It doesn't build yet due to some depmod problem.
...
svn path=/nixpkgs/trunk/; revision=15884
2009-06-06 23:09:38 +00:00
Eelco Dolstra
50e91e3fdd
* kbd updated to 1.15.
...
svn path=/nixpkgs/trunk/; revision=15880
2009-06-05 17:16:14 +00:00
Rob Vermaas
3bd08ffe8a
* added mcrl, mcrl2 and openmpi to all-packages.nix
...
svn path=/nixpkgs/trunk/; revision=15874
2009-06-05 14:36:35 +00:00
Eelco Dolstra
57cf606d47
* squashfs tools: updated to 4.0.
...
svn path=/nixpkgs/trunk/; revision=15873
2009-06-05 13:52:24 +00:00
Ludovic Courtès
d3f18d66bc
Build tangoGPS.
...
svn path=/nixpkgs/trunk/; revision=15872
2009-06-05 13:51:11 +00:00
Rob Vermaas
d009f7f996
* added mCRL2
...
svn path=/nixpkgs/trunk/; revision=15870
2009-06-05 13:33:41 +00:00
Rob Vermaas
d7b4e11220
* added mCRL
...
svn path=/nixpkgs/trunk/; revision=15869
2009-06-05 13:32:39 +00:00
Rob Vermaas
9f7731c3d6
* added openmpi
...
svn path=/nixpkgs/trunk/; revision=15868
2009-06-05 13:31:57 +00:00
Eelco Dolstra
c8245719f6
* Export the paths-from-graph.pl script.
...
svn path=/nixpkgs/trunk/; revision=15865
2009-06-05 13:20:14 +00:00
Rob Vermaas
8c3809729c
* --fstrans=no for building debian packages
...
svn path=/nixpkgs/trunk/; revision=15859
2009-06-05 10:42:14 +00:00
Michael Raskin
3f036ae7ce
SGT Puzzles tarball changed back (!).
...
svn path=/nixpkgs/trunk/; revision=15858
2009-06-05 08:34:30 +00:00
Michael Raskin
859359c026
Update SGT Puzzles version. Build it on buildfarm just not to keep track so closely
...
svn path=/nixpkgs/trunk/; revision=15857
2009-06-05 06:54:17 +00:00
Sander van der Burg
8a75e50456
Added a few more GNOME 2.26 packages
...
svn path=/nixpkgs/trunk/; revision=15856
2009-06-04 13:35:48 +00:00
Michael Raskin
2692ba25d2
Use fresh and SSL-enabled libsoup for midori
...
svn path=/nixpkgs/trunk/; revision=15855
2009-06-04 13:35:47 +00:00
Michael Raskin
0847f2286f
Accounting for incompleteness and lack of GTK reexporting in Gnome-2.26 expression
...
svn path=/nixpkgs/trunk/; revision=15854
2009-06-04 12:35:00 +00:00
Michael Raskin
df867eddba
Fixing wrong merge again - hopefully correctly this time
...
svn path=/nixpkgs/trunk/; revision=15853
2009-06-04 12:24:08 +00:00
Sander van der Burg
8faec095df
Updated libxklavier to version 3.9
...
svn path=/nixpkgs/trunk/; revision=15852
2009-06-04 11:38:56 +00:00
Michael Raskin
b98aa7e401
Fixing wrong merge
...
svn path=/nixpkgs/trunk/; revision=15851
2009-06-04 11:27:41 +00:00
Michael Raskin
73f036cebd
Use bleeding-edge Gnome 2.26 for bleeding-edge WebKit snapshot.
...
svn path=/nixpkgs/trunk/; revision=15850
2009-06-04 11:21:50 +00:00
Michael Raskin
260e13ddeb
Update WebKit and Midori
...
svn path=/nixpkgs/trunk/; revision=15849
2009-06-04 11:20:26 +00:00
Lluís Batlle i Rossell
1c5056a7d7
Updating the xkeyboard_config patch for esperanto with alt_gr
...
svn path=/nixpkgs/trunk/; revision=15848
2009-06-03 21:21:10 +00:00
Lluís Batlle i Rossell
3fae4aa6b3
Updating radare to 1.4.
...
svn path=/nixpkgs/trunk/; revision=15847
2009-06-03 19:45:38 +00:00
Rob Vermaas
a46e339352
typo
...
svn path=/nixpkgs/trunk/; revision=15846
2009-06-03 19:20:13 +00:00
Rob Vermaas
59ae0e5bae
svn path=/nixpkgs/trunk/; revision=15845
2009-06-03 19:19:24 +00:00
Lluís Batlle i Rossell
65bc653910
Fixing psi, which needed -lqca still.
...
svn path=/nixpkgs/trunk/; revision=15844
2009-06-03 18:39:32 +00:00
Rob Vermaas
1fe82f7ff9
* added pre-/postInstall hook to debbuild
...
svn path=/nixpkgs/trunk/; revision=15843
2009-06-03 18:33:04 +00:00
Lluís Batlle i Rossell
b49285ad27
Updating psi to a working version with ssl, using kde42 qca.
...
svn path=/nixpkgs/trunk/; revision=15842
2009-06-03 18:23:49 +00:00
Lluís Batlle i Rossell
abed7b8441
Made kde-4.2 packages work, adding the proper derivation attribute to get all qt include
...
paths into NIX_CFLAGS_COMPILE. This helps build kde42 packages, because they have a broken
FindQt4.cmake, which doesn't find properly the qt4 header files.
svn path=/nixpkgs/trunk/; revision=15841
2009-06-03 17:33:54 +00:00
Ludovic Courtès
d051501d69
Add tangoGPS, a friendly GPS and map user interface.
...
svn path=/nixpkgs/trunk/; revision=15840
2009-06-03 13:52:38 +00:00
Sander van der Burg
7bea3189aa
Added my very experimental GNOME 2.26 expression
...
svn path=/nixpkgs/trunk/; revision=15839
2009-06-03 12:28:25 +00:00
Lluís Batlle i Rossell
94d2e57c62
Trying to fix the cmake-qt problems, fixing cmake's FindQt4. Paraview now builds beyond 25%, while
...
before it didn't. Through this commit I expect the build farm to try to build kde, and see
whether this way it builds without the unusual NIX_CFLAGS_COMPILE set in the qt setup-hook.
svn path=/nixpkgs/trunk/; revision=15838
2009-06-03 09:19:19 +00:00
Andres Löh
107d41f96c
New Haskell Platform release.
...
svn path=/nixpkgs/trunk/; revision=15837
2009-06-03 08:44:41 +00:00
Michael Raskin
e9eea90443
Compile SBCL with sb-thread enabled..
...
svn path=/nixpkgs/trunk/; revision=15835
2009-06-03 07:07:01 +00:00
Eelco Dolstra
6556756115
* ntp 4.2.4p7.
...
svn path=/nixpkgs/trunk/; revision=15828
2009-06-02 19:35:26 +00:00
Lluís Batlle i Rossell
889bf6bfd8
Made the setup-hook more friendly to packages which use qt4 more normally
...
(that is, they are aware that the header files are in $QTDIR/include/*/)
svn path=/nixpkgs/trunk/; revision=15827
2009-06-02 19:07:50 +00:00
Eelco Dolstra
d69a0b8a89
svn path=/nixpkgs/trunk/; revision=15826
2009-06-02 16:08:57 +00:00
Eelco Dolstra
97ad838137
* KVM 86. This one finally seems to have decent CIFS performance
...
again.
svn path=/nixpkgs/trunk/; revision=15825
2009-06-02 15:59:42 +00:00
Eelco Dolstra
6645fcb0c5
* Oops.
...
svn path=/nixpkgs/trunk/; revision=15821
2009-06-02 12:29:40 +00:00
Eelco Dolstra
9d25c4d4e2
* Lots of Qt packages fail to build if the subdirectories of
...
$out/include aren't explicitly included in the include path.
svn path=/nixpkgs/trunk/; revision=15820
2009-06-02 12:27:27 +00:00
Eelco Dolstra
32aa1eacf3
* Linux 2.6.27.24, 2.6.28.10.
...
svn path=/nixpkgs/trunk/; revision=15819
2009-06-02 09:48:01 +00:00
Eelco Dolstra
2d8003ff6d
* NVIDIA X11 driver updated to 180.60.
...
svn path=/nixpkgs/trunk/; revision=15818
2009-06-02 09:47:48 +00:00
Eelco Dolstra
0da609d9d4
* Graphviz updated to 2.22.2.
...
svn path=/nixpkgs/trunk/; revision=15817
2009-06-02 09:38:42 +00:00
Rob Vermaas
b217e83691
* renamed installCommand -> installPhase for debian build
...
svn path=/nixpkgs/trunk/; revision=15816
2009-06-02 08:11:40 +00:00
Ludovic Courtès
2ec0381fcb
Build more GPS applications.
...
svn path=/nixpkgs/trunk/; revision=15815
2009-06-01 22:48:12 +00:00
Ludovic Courtès
08d25bd326
Add `gpscorrelate', a GPS photo correlation tool.
...
svn path=/nixpkgs/trunk/; revision=15814
2009-06-01 22:43:36 +00:00
Andres Löh
61f2653783
Added dotgen Haskell package.
...
svn path=/nixpkgs/trunk/; revision=15813
2009-06-01 12:39:55 +00:00
Ludovic Courtès
e0586a7936
gpsd: Fix client programs.
...
svn path=/nixpkgs/trunk/; revision=15812
2009-06-01 00:03:08 +00:00
Ludovic Courtès
b179d2c480
Viking: Link against libgps from `gpsd', thanks to a couple of Debian patches.
...
svn path=/nixpkgs/trunk/; revision=15810
2009-05-31 15:01:33 +00:00
Ludovic Courtès
1660db54ff
Add `gpsd', a GPS service daemon.
...
svn path=/nixpkgs/trunk/; revision=15809
2009-05-31 11:29:42 +00:00
Lluís Batlle i Rossell
d7e96a4e58
Fixing the qt4 setup hook, where "[ -n $blabla ]" always evaluated to true.
...
svn path=/nixpkgs/trunk/; revision=15808
2009-05-31 08:35:00 +00:00
Lluís Batlle i Rossell
07caf9a9bd
Updated cmake
...
svn path=/nixpkgs/trunk/; revision=15807
2009-05-31 08:34:57 +00:00
Michael Raskin
526f6f63c7
Updating CLisp and adding SBCL. SBCL currently has to be symlinked to a writable directory (I am investigating a fix). CLisp 2.47 is somewhat incompatible with lots of software, so I added 2.44.1 as preserved version
...
svn path=/nixpkgs/trunk/; revision=15806
2009-05-31 06:07:25 +00:00
Ludovic Courtès
3245777347
Viking: Make tests happier.
...
svn path=/nixpkgs/trunk/; revision=15805
2009-05-30 21:32:01 +00:00
Ludovic Courtès
aa2fe97649
Add Viking, a GPS trace editor.
...
svn path=/nixpkgs/trunk/; revision=15804
2009-05-30 20:52:10 +00:00
Sander van der Burg
da25b2498b
Upgraded VirtualBox to 2.2.4
...
svn path=/nixpkgs/trunk/; revision=15803
2009-05-30 16:35:41 +00:00
Ludovic Courtès
6a053d324a
Build GPSBabel.
...
svn path=/nixpkgs/trunk/; revision=15802
2009-05-29 23:31:57 +00:00
Ludovic Courtès
71d1aa7d84
Add GPSBabel.
...
svn path=/nixpkgs/trunk/; revision=15801
2009-05-29 23:30:10 +00:00
Eelco Dolstra
410403c406
* Build the bash man/info pages again :-)
...
svn path=/nixpkgs/trunk/; revision=15790
2009-05-29 13:00:56 +00:00
Sander van der Burg
ec871e6400
Upgraded DOSBox to 0.73 and removed glibc fixes which are obsolete now
...
svn path=/nixpkgs/trunk/; revision=15786
2009-05-29 12:14:56 +00:00
Sander van der Burg
a39c2a0e88
Added ALSA sound support to VirtualBox
...
svn path=/nixpkgs/trunk/; revision=15785
2009-05-29 11:39:24 +00:00
Eelco Dolstra
151031e233
* Fix nix-env evaluation on non-Linux platforms.
...
svn path=/nixpkgs/trunk/; revision=15783
2009-05-29 09:59:26 +00:00
Sander van der Burg
0b2dbc4d40
Added KOffice package
...
svn path=/nixpkgs/trunk/; revision=15782
2009-05-29 09:53:24 +00:00
Eelco Dolstra
ac7eb7d25a
* nix-env gets confused when an attrset contains an attribute named
...
"type".
svn path=/nixpkgs/trunk/; revision=15781
2009-05-29 09:47:55 +00:00
Ludovic Courtès
f3706471e8
GNU Ghostscript: Add pointers to the URW++ font files in the fontmap.
...
svn path=/nixpkgs/trunk/; revision=15780
2009-05-28 22:11:02 +00:00
Lluís Batlle i Rossell
6175b1d633
Updating to the latest cinepaint. I haven't checked thoroughly the bunch of
...
dependencies, whether any is no more needed in the update.
svn path=/nixpkgs/trunk/; revision=15778
2009-05-28 21:57:05 +00:00
Sander van der Burg
5239d4b26b
Added wv2 library
...
svn path=/nixpkgs/trunk/; revision=15777
2009-05-28 19:22:32 +00:00
Sander van der Burg
5990b0d95f
Added VICE emulator package
...
svn path=/nixpkgs/trunk/; revision=15776
2009-05-28 19:22:00 +00:00
Andres Löh
0c5786e22d
Added Shellac Haskell package.
...
svn path=/nixpkgs/trunk/; revision=15775
2009-05-28 19:06:33 +00:00