Lluís Batlle i Rossell
40012b3588
Making pjsip install the console User Agent (pjsua), that helps a lot testing SIP.
...
svn path=/nixpkgs/trunk/; revision=25587
2011-01-16 14:58:37 +00:00
Lluís Batlle i Rossell
b8e6a6ef5a
Adding siproxd
...
svn path=/nixpkgs/trunk/; revision=25584
2011-01-16 11:41:19 +00:00
Ludovic Courtès
14f45d5da4
Add GNU Ocrad.
...
svn path=/nixpkgs/trunk/; revision=25572
2011-01-14 21:44:43 +00:00
Michael Raskin
0d57a6b2f7
Update Veracity
...
svn path=/nixpkgs/trunk/; revision=25571
2011-01-14 20:23:32 +00:00
Eelco Dolstra
4a5824721a
* The expression `builtins.substring 5 10 perl.name' barfs if
...
`perl.name' evaluates to "perl" (since there are not enough
characters in the string). It's better to use
builtins.parseDrvName.
svn path=/nixpkgs/trunk/; revision=25559
2011-01-14 12:37:26 +00:00
Michael Raskin
f3afe5cd08
Adding virt-viewer
...
svn path=/nixpkgs/trunk/; revision=25548
2011-01-13 22:30:32 +00:00
Lluís Batlle i Rossell
3c282f5a31
Adding linphone
...
svn path=/nixpkgs/trunk/; revision=25545
2011-01-13 20:49:58 +00:00
Armijn Hemel
e6e51b2d83
update to 2.7.9
...
svn path=/nixpkgs/trunk/; revision=25544
2011-01-13 18:47:46 +00:00
Lluís Batlle i Rossell
2ae2385f26
Updating fossil
...
svn path=/nixpkgs/trunk/; revision=25532
2011-01-13 09:23:43 +00:00
Lluís Batlle i Rossell
971e6c9233
Adding pjsip (pjproject-1.8)
...
svn path=/nixpkgs/trunk/; revision=25531
2011-01-13 09:23:40 +00:00
Ludovic Courtès
7c88378532
Org 7.4.
...
svn path=/nixpkgs/trunk/; revision=25484
2011-01-10 09:55:28 +00:00
Michael Raskin
ed3ce17ce1
Adding darktable photo editor. Patch by Cillian de Róiste ( goibhniu1 )
...
svn path=/nixpkgs/trunk/; revision=25462
2011-01-08 21:55:33 +00:00
Peter Simons
e6e6f033ec
pkgs/applications/version-management/git-and-tools/git: cosmetic changes to improve consistency
...
No functional change is intended.
svn path=/nixpkgs/trunk/; revision=25456
2011-01-07 11:04:09 +00:00
Peter Simons
d0f409e009
pkgs/applications/version-management/git-and-tools/git: be verbose when creating symlinks
...
The postInstall hook replaces identical copies of the same files in $out with
symlinks. This patch changes the call to 'ln' to pass the '-v' flag so that we
can see in the build log which files were replaced.
svn path=/nixpkgs/trunk/; revision=25455
2011-01-07 11:04:04 +00:00
Peter Simons
f989b670d6
pkgs/applications/version-management/git-and-tools/git: fixed the build to deal with names that contain whitespace
...
The "find -print | while read" loop failed to deal with paths that contain
whitespace. Instead, we now use a similar construct that's based on globbing.
svn path=/nixpkgs/trunk/; revision=25454
2011-01-07 11:03:57 +00:00
Peter Simons
167f185411
pkgs/applications/version-management/git-and-tools/git: fixed "git gui"
...
The git-gui module cannot be wrapped like gitk, because the Tcl implementation
uses the program's basename to determine stuff like the name of the Window it
opens, etc., and it cannot deal with a program name that contain a dot, like
".git-gui-wrapped" did.
Instead of wrapping git-gui, it's now patched to execute 'wish' with a complete
store path.
While I was at it, I also applied this solution to git-gui--askpass.
svn path=/nixpkgs/trunk/; revision=25453
2011-01-07 11:03:42 +00:00
Eelco Dolstra
def604cc62
* Spotify: add the 32-bit version and provide a longDescription.
...
svn path=/nixpkgs/trunk/; revision=25436
2011-01-06 10:17:18 +00:00
Peter Simons
922bb7657c
pkgs/applications/version-management/git-and-tools/git: updated to version 1.7.3.5
...
svn path=/nixpkgs/trunk/; revision=25435
2011-01-06 10:04:21 +00:00
Eelco Dolstra
f81bc24790
* Spotify for Linux (preview version). It works, but not yet out of
...
the box because it requires /usr/share/spotify to point at its
resources. So to get it to work, you should do something like:
$ nix-env -i spotify
$ mkdir -p /usr/share
$ ln -s /home/eelco/.nix-profile/share/spotify /usr/share/
Also note that the Linux client doesn't work with free Spotify
accounts (as noted on
https://www.spotify.com/nl/download/previews/ ).
svn path=/nixpkgs/trunk/; revision=25431
2011-01-05 23:23:22 +00:00
Ludovic Courtès
7f157c0f33
Remove the old experimental BitlBee-OTR.
...
svn path=/nixpkgs/trunk/; revision=25420
2011-01-05 10:48:25 +00:00
Ludovic Courtès
ea13b1e2e3
BitlBee 3.0.1.
...
svn path=/nixpkgs/trunk/; revision=25419
2011-01-05 10:48:21 +00:00
Lluís Batlle i Rossell
3aa2bdbab5
Making unison build to byte code in armv5tel. I also fix the build with enableX11 I think.
...
svn path=/nixpkgs/trunk/; revision=25373
2011-01-03 20:52:49 +00:00
Yury G. Kudryashov
5e11179828
Fix krita compilation with exiv-0.21 (upstream patch)
...
svn path=/nixpkgs/trunk/; revision=25370
2011-01-03 19:05:15 +00:00
Lluís Batlle i Rossell
ed9a70e40e
Allowing unison without X.
...
svn path=/nixpkgs/trunk/; revision=25369
2011-01-03 18:43:16 +00:00
Marco Maggesi
436e1d72a7
* Coq: fix compilation of coqide (path to lablgkt)
...
svn path=/nixpkgs/trunk/; revision=25360
2011-01-03 13:49:15 +00:00
Lluís Batlle i Rossell
cdf7db3301
Updating fossil
...
svn path=/nixpkgs/trunk/; revision=25358
2011-01-03 10:56:09 +00:00
Alexander Tsamutali
0397273877
applications/networking/browsers/conkeror: Updated to 0.9.3.
...
svn path=/nixpkgs/trunk/; revision=25357
2011-01-03 09:57:35 +00:00
Evgeny Egorochkin
0de601dc7a
chromium: bump. Patch by Cillian de Róiste.
...
svn path=/nixpkgs/trunk/; revision=25356
2011-01-03 00:33:14 +00:00
Evgeny Egorochkin
2f46958f67
amarok-live: packaged
...
svn path=/nixpkgs/trunk/; revision=25355
2011-01-03 00:02:20 +00:00
Alexander Tsamutali
25c7d51515
applications/networking/p2p/transmission: Updated to 2.13.
...
svn path=/nixpkgs/trunk/; revision=25348
2011-01-02 20:09:25 +00:00
Evgeny Egorochkin
056394c0f2
VirtualBox: cleanup
...
svn path=/nixpkgs/trunk/; revision=25347
2011-01-02 19:37:13 +00:00
Russell O'Connor
b46d1d2e07
Updating Ktorrent to the latest.
...
svn path=/nixpkgs/trunk/; revision=25346
2011-01-02 19:06:45 +00:00
Evgeny Egorochkin
dc16cd8995
VirtualBox: version bump and compilation fix.
...
svn path=/nixpkgs/trunk/; revision=25344
2011-01-02 18:43:27 +00:00
Michael Raskin
820a66152b
Fix lablgtk reference
...
svn path=/nixpkgs/trunk/; revision=25343
2011-01-02 17:34:19 +00:00
Michael Raskin
ca29aa026f
Fix lablgtk reference
...
svn path=/nixpkgs/trunk/; revision=25342
2011-01-02 17:28:42 +00:00
Michael Raskin
e55aa52856
Fix lablgtk reference
...
svn path=/nixpkgs/trunk/; revision=25341
2011-01-02 17:25:18 +00:00
Michael Raskin
d2b277fbd5
Try fixing Audacity
...
svn path=/nixpkgs/trunk/; revision=25340
2011-01-02 17:13:34 +00:00
Michael Raskin
c2df70227c
Updating veracity
...
svn path=/nixpkgs/trunk/; revision=25332
2011-01-02 09:27:09 +00:00
Russell O'Connor
88ec92d14c
Matita and its dependencies.
...
svn path=/nixpkgs/trunk/; revision=25328
2010-12-31 17:48:55 +00:00
Alexander Tsamutali
d3bb1b2630
applications/misc/xmobar: Updated to 0.12.
...
svn path=/nixpkgs/trunk/; revision=25327
2010-12-30 22:36:46 +00:00
Michael Raskin
cc30a2861c
Adding freetalk
...
svn path=/nixpkgs/trunk/; revision=25323
2010-12-29 19:20:55 +00:00
Eelco Dolstra
cb843de402
* Audacious updated to 2.4.2.
...
svn path=/nixpkgs/trunk/; revision=25319
2010-12-29 10:39:41 +00:00
Eelco Dolstra
762ed9079f
* Merged the stdenv-updated branch. Woohoo!
...
svn path=/nixpkgs/trunk/; revision=25315
2010-12-28 21:19:57 +00:00
Lluís Batlle i Rossell
4c16325de0
I take out getPkgConfig. It looks to me as if it needed a solution, but noone took action.
...
I take action before much discussion.
For what I see:
- getPkgConfig problems are hard to track
- config.nix trying to forecast getPkgConfig behaviour looks me as a bad approach,
and people should not trust such a config.nix unless they parsed the whole nixpkgs
for tricky effects.
- It's not that hard to write config.nix in the style of getConfig
- Every now and then newcomers hit the "'git' is an attribute set while a boolean was expected".
Maybe this will disrupt nixes of some people, and that will be a background on what to discuss.
svn path=/nixpkgs/trunk/; revision=25314
2010-12-28 21:07:35 +00:00
Yury G. Kudryashov
302d783310
Make filelight compile with gcc-4.5
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25313
2010-12-28 18:47:57 +00:00
Eelco Dolstra
aa6f43149a
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25308
2010-12-28 16:42:00 +00:00
Alexander Tsamutali
b2ac724cd6
xmonad-contrib: Now depends on X11Xft.
...
svn path=/nixpkgs/trunk/; revision=25299
2010-12-27 20:50:27 +00:00
Eelco Dolstra
90f485f268
* MPlayer updated to the latest SVN snapshot.
...
* MPlayer: add VDPAU support.
svn path=/nixpkgs/branches/stdenv-updates/; revision=25297
2010-12-27 18:48:16 +00:00
Marco Maggesi
51d6c8df91
* Handle variable createFindlibDestdir correctly in ocaml-findlib
...
* Fix HOL Light derivation
svn path=/nixpkgs/trunk/; revision=25269
2010-12-23 19:28:06 +00:00
Eelco Dolstra
4837b70d27
* Restore MPlayer's default font. This got lost somewhere.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=25260
2010-12-23 17:07:07 +00:00