Evgeny Egorochkin
f1201cf75f
libsemanage: packaged
...
svn path=/nixpkgs/trunk/; revision=26541
2011-03-27 04:46:12 +00:00
Evgeny Egorochkin
836b0d259d
ustr: packaged
...
svn path=/nixpkgs/trunk/; revision=26540
2011-03-27 04:46:05 +00:00
Evgeny Egorochkin
8113129d1a
sepolgen: packaged
...
svn path=/nixpkgs/trunk/; revision=26539
2011-03-27 04:45:56 +00:00
Evgeny Egorochkin
28f7f1c192
checkpolicy: packaged
...
svn path=/nixpkgs/trunk/; revision=26538
2011-03-27 04:45:46 +00:00
Evgeny Egorochkin
deb3dd805f
libselinux: version bump
...
svn path=/nixpkgs/trunk/; revision=26537
2011-03-27 04:45:38 +00:00
Evgeny Egorochkin
ebff531340
remove useless builder
...
svn path=/nixpkgs/trunk/; revision=26536
2011-03-27 04:45:33 +00:00
Evgeny Egorochkin
b0d3a2f38c
libsepol: version bump
...
svn path=/nixpkgs/trunk/; revision=26535
2011-03-27 04:45:26 +00:00
Evgeny Egorochkin
3822bde42e
Amarok: version bump
...
svn path=/nixpkgs/trunk/; revision=26534
2011-03-26 18:23:34 +00:00
Evgeny Egorochkin
9f7e3964d4
taglib: version bump
...
svn path=/nixpkgs/trunk/; revision=26533
2011-03-26 18:23:30 +00:00
Evgeny Egorochkin
b653226293
Packages pycurl
...
svn path=/nixpkgs/trunk/; revision=26532
2011-03-26 18:23:25 +00:00
Evgeny Egorochkin
c8b82d5504
Packaged optfunc
...
svn path=/nixpkgs/trunk/; revision=26531
2011-03-26 18:23:20 +00:00
Evgeny Egorochkin
7dd8b18baa
Flash player: bump
...
svn path=/nixpkgs/trunk/; revision=26530
2011-03-26 18:18:54 +00:00
Evgeny Egorochkin
94e19387f3
Bangarang: version bump
...
svn path=/nixpkgs/trunk/; revision=26529
2011-03-26 18:18:49 +00:00
Evgeny Egorochkin
bcb0efad3a
Quassel: version bump
...
svn path=/nixpkgs/trunk/; revision=26528
2011-03-26 18:18:45 +00:00
Evgeny Egorochkin
804bb9c8d1
polkit-gnome: packaged
...
svn path=/nixpkgs/trunk/; revision=26527
2011-03-26 18:18:39 +00:00
Evgeny Egorochkin
27c14e39b7
nm-applet: packaged
...
svn path=/nixpkgs/trunk/; revision=26526
2011-03-26 18:18:32 +00:00
Evgeny Egorochkin
4e512751ae
knetworkmanager: fix license
...
svn path=/nixpkgs/trunk/; revision=26525
2011-03-26 18:14:28 +00:00
Ludovic Courtès
fe5b564e6b
Magit: Install to $out.
...
svn path=/nixpkgs/trunk/; revision=26524
2011-03-26 11:50:01 +00:00
Karn Kallio
1e78949539
Add expression for the simutrans game.
...
svn path=/nixpkgs/trunk/; revision=26523
2011-03-26 07:22:24 +00:00
Eelco Dolstra
20912b654b
* runLaTeX: detect the existence of a pre-generated .bbl file and use
...
it. Useful if you're supposed to stick a \balancecolumns in the
middle of the file.
svn path=/nixpkgs/trunk/; revision=26522
2011-03-26 00:14:28 +00:00
Lluís Batlle i Rossell
af5952eb0b
racer had a different source for 64-bit. Now it works in x86_64-linux too.
...
svn path=/nixpkgs/trunk/; revision=26521
2011-03-25 23:37:44 +00:00
Lluís Batlle i Rossell
4c3c311f75
Adding the game 'racer'. It works only in i686-linux.
...
svn path=/nixpkgs/trunk/; revision=26520
2011-03-25 23:33:09 +00:00
Karn Kallio
f477fe9d3d
Update libssh version to latest release 0.4.8
...
svn path=/nixpkgs/trunk/; revision=26519
2011-03-25 23:14:01 +00:00
Karn Kallio
acf13a9859
Get kdenlive to compile with qt47.
...
svn path=/nixpkgs/trunk/; revision=26518
2011-03-25 22:40:55 +00:00
Lluís Batlle i Rossell
ef57b57b92
Adding two NES emulators.
...
Because of them, I made allegro build the allegrogl library.
I also added the HawkNL library.
svn path=/nixpkgs/trunk/; revision=26517
2011-03-25 22:15:48 +00:00
Karn Kallio
9eb80e4f94
URL to libssh has changed.
...
svn path=/nixpkgs/trunk/; revision=26516
2011-03-25 15:27:30 +00:00
Peter Simons
1dbbeeab2c
magit: updated to version 1.0.0
...
svn path=/nixpkgs/trunk/; revision=26515
2011-03-25 12:59:09 +00:00
Peter Simons
cec39fe1a8
ghc-7.0.2: moved 'homepage' setting into the meta section
...
svn path=/nixpkgs/trunk/; revision=26514
2011-03-25 12:55:42 +00:00
Peter Simons
b579f4fd5c
ghc-7.0.2: fix build on Darwin
...
There were two problems preventing GHC 7.0.2 from being built on MacOS. For
one, the 'configure' script automatically added the flag
-isysroot /Developer/SDKs/MacOSX10.5.sdk
to the command-line that's being passed to GCC. This setting doesn't work with
our GCC, and resulted in build errors because standard headers like <stdargs.h>
could no longer be found.
Secondly, the build depends on install_name_tool, which has been added as a
buildInput.
These changes trigger a re-build on all platforms, not just on Darwin. I
realize that this could have been avoided by adding some cruft. However, I
didn't want to add cruft, so there you are.
svn path=/nixpkgs/trunk/; revision=26513
2011-03-25 12:55:37 +00:00
Peter Simons
05474e174b
cmake: updated meta.platforms to reflect the fact that CMake is supposed to build on all Unix-like platforms
...
svn path=/nixpkgs/trunk/; revision=26512
2011-03-25 12:55:33 +00:00
Peter Simons
5ba10a94e1
cmake: add install_name_tool on Darwin to fix the build
...
svn path=/nixpkgs/trunk/; revision=26511
2011-03-25 12:55:29 +00:00
Peter Simons
0e5593b0f6
libarchive: don't try to build e2fsprogs, attr, or acl unless running on Linux
...
These packages give errors when built on, say, Darwin.
svn path=/nixpkgs/trunk/; revision=26510
2011-03-25 12:55:22 +00:00
Peter Simons
dd123060c0
Add an expression for Darwin's install_name_tool utility, which is required by several other builds.
...
svn path=/nixpkgs/trunk/; revision=26509
2011-03-25 12:55:15 +00:00
Ludovic Courtès
446b09c477
Give less work to Hydra.
...
svn path=/nixpkgs/trunk/; revision=26507
2011-03-25 10:54:17 +00:00
Andres Löh
8adedb4957
Re-enable library profiling.
...
svn path=/nixpkgs/trunk/; revision=26503
2011-03-25 08:44:38 +00:00
Rob Vermaas
592abae649
add patch for boost to get rid of ' what(): locale::facet::_S_create_c_locale name not valid' errors in some packages
...
svn path=/nixpkgs/trunk/; revision=26500
2011-03-25 08:04:00 +00:00
Ludovic Courtès
37e69af39e
GNU Gnash 0.8.9.
...
svn path=/nixpkgs/trunk/; revision=26498
2011-03-24 22:25:03 +00:00
Karn Kallio
7df7521dd1
Add the PAKCS (Portland Aachen Kiel Curry System) Curry compiler to Nixpkgs.
...
svn path=/nixpkgs/trunk/; revision=26497
2011-03-24 19:22:30 +00:00
Eelco Dolstra
a3fb3b00ce
* ndisc6: use /var for rdnssd.
...
svn path=/nixpkgs/trunk/; revision=26495
2011-03-24 16:03:43 +00:00
Eelco Dolstra
6080181882
* dnssort requires Perl.
...
svn path=/nixpkgs/trunk/; revision=26494
2011-03-24 15:26:11 +00:00
Eelco Dolstra
be0d0b8a13
* Added ndisc6 (which contains IPv6 related commands such as ndisc6,
...
rdisc6 and rdnssd).
svn path=/nixpkgs/trunk/; revision=26492
2011-03-24 14:30:06 +00:00
Peter Simons
b38331611d
Revert "man-pages-posix: renamed attribute for consistency with other man page sets".
...
svn path=/nixpkgs/trunk/; revision=26490
2011-03-24 12:05:34 +00:00
Peter Simons
2b3c9807e0
man-pages-posix: renamed attribute for consistency with other man page sets
...
svn path=/nixpkgs/trunk/; revision=26489
2011-03-24 11:49:02 +00:00
Eelco Dolstra
9d49bdee78
* Mercurial updated to 1.7.5 (contributed by Vladimír Čunát).
...
svn path=/nixpkgs/trunk/; revision=26488
2011-03-24 11:47:55 +00:00
Eelco Dolstra
998175f6bd
* pthread-man-pages updated to 2.5 (contributed by Vladimír Čunát).
...
svn path=/nixpkgs/trunk/; revision=26487
2011-03-24 11:45:58 +00:00
Peter Simons
b73d1a47ff
Grip adjustments: needed ncurses to build
...
Signed-off-by: Vladimír Čunát <vcunat@gmail.com>
svn path=/nixpkgs/trunk/; revision=26486
2011-03-24 11:45:37 +00:00
Eelco Dolstra
ca084829d6
* Added man-pages-posix (contributed by Vladimír Čunát).
...
svn path=/nixpkgs/trunk/; revision=26485
2011-03-24 11:44:43 +00:00
Lluís Batlle i Rossell
0b176e1bd0
Adding a first attempt of expression for wxwidgets 2.9.
...
It looks like building and installing. Part of the expression I copied from wxGTK 2.8,
and some parts of it may be irrelevant or wrong.
svn path=/nixpkgs/trunk/; revision=26484
2011-03-23 22:05:14 +00:00
Ludovic Courtès
acffafe66f
GStreamer: Actually use the setup hook.
...
svn path=/nixpkgs/trunk/; revision=26482
2011-03-23 21:56:05 +00:00
Ludovic Courtès
0333bc298d
GNU Parallel 20110322.
...
svn path=/nixpkgs/trunk/; revision=26481
2011-03-23 21:55:59 +00:00