Commit Graph

17683 Commits

Author SHA1 Message Date
Yury G. Kudryashov
2b3fb5a824 Merge two nix exprs for links2, upgrade to 2.5
svn path=/nixpkgs/trunk/; revision=31962
2012-02-01 22:33:35 +00:00
Yury G. Kudryashov
75262bcbed zip, unzip: add NLS support
svn path=/nixpkgs/trunk/; revision=31961
2012-02-01 22:32:16 +00:00
Yury G. Kudryashov
89de1150d5 Add libnatspec
svn path=/nixpkgs/trunk/; revision=31960
2012-02-01 22:32:12 +00:00
Arie Middelkoop
cc145f2ae9 Update of skype expression: make the use of pulse audio optional based on the configuration setting for pulse audio (off by default).
Removing pulse audio from the build inputs when it is not used prevents the bug of Skype taking 100% cpu from showing up.
This demonstrates nicely nix' features: in other distributions the recomended solution was to remove read permission from the
pulse audio libs.

svn path=/nixpkgs/trunk/; revision=31959
2012-02-01 22:09:35 +00:00
Arie Middelkoop
acda2c1967 Makes a .desktop startup item from a .desktop menu entry.
svn path=/nixpkgs/trunk/; revision=31958
2012-02-01 22:06:49 +00:00
Arie Middelkoop
4b45a0bfc3 Microcode for intel processors (put in firmware, and 'modprobe microcode')
svn path=/nixpkgs/trunk/; revision=31957
2012-02-01 22:05:21 +00:00
Marco Maggesi
7c90b6a9bc Update HOL Light to rev 122.
svn path=/nixpkgs/trunk/; revision=31956
2012-02-01 14:37:50 +00:00
Peter Simons
eeeab81863 haskell-xml-conduit: updated to version 0.5.2
svn path=/nixpkgs/trunk/; revision=31955
2012-02-01 10:40:07 +00:00
Peter Simons
ea46f84a54 haskell-web-routes: updated to version 0.26.3
svn path=/nixpkgs/trunk/; revision=31954
2012-02-01 10:40:04 +00:00
Peter Simons
128f2e48d1 haskell-skein: updated to version 0.1.0.5
svn path=/nixpkgs/trunk/; revision=31953
2012-02-01 10:40:02 +00:00
Peter Simons
349b073889 haskell-pool-conduit: updated to version 0.0.0.1
svn path=/nixpkgs/trunk/; revision=31952
2012-02-01 10:39:59 +00:00
Peter Simons
17fefff71d haskell-happstack-util: updated to version 6.0.3
svn path=/nixpkgs/trunk/; revision=31951
2012-02-01 10:39:57 +00:00
Peter Simons
8347954f58 haskell-fast-logger: updated to version 0.0.2
svn path=/nixpkgs/trunk/; revision=31950
2012-02-01 10:39:54 +00:00
Peter Simons
690be29797 haskell-data-object-yaml: updated to version 0.3.4.2
svn path=/nixpkgs/trunk/; revision=31949
2012-02-01 10:39:50 +00:00
Ludovic Courtès
7dc9366796 GNU help2man: Wrap the program to have a correct $PERL5LIB.
svn path=/nixpkgs/trunk/; revision=31948
2012-01-31 15:50:51 +00:00
Ludovic Courtès
27100c36c4 GNU help2man 1.40.5.
svn path=/nixpkgs/trunk/; revision=31947
2012-01-31 15:31:23 +00:00
Ludovic Courtès
38391383f0 GNU Guile 2.0.5.
svn path=/nixpkgs/trunk/; revision=31946
2012-01-31 15:02:38 +00:00
Eelco Dolstra
f7626c1ddd * Unbreak icewm. Without -lfontconfig, it barfs with
icewm: error while loading shared libraries: libfontconfig.so.1:
    cannot open shared object file: No such file or directory

  This causes various NixOS tests to fail
  (e.g. http://hydra.nixos.org/build/1952097).

svn path=/nixpkgs/trunk/; revision=31945
2012-01-31 14:55:43 +00:00
Florian Friesdorf
bf95f7fa3c Revert "sudo upgrade to 1.8.3p2 (security fix included)"
before was 1.7.2, which is not affected

svn path=/nixpkgs/trunk/; revision=31944
2012-01-31 14:09:54 +00:00
Florian Friesdorf
8565aba2cd sudo upgrade to 1.8.3p2 (security fix included)
svn path=/nixpkgs/trunk/; revision=31943
2012-01-31 13:49:53 +00:00
Peter Simons
3f5dc79546 haskell-string-combinators: updated to version 0.6.0.3
svn path=/nixpkgs/trunk/; revision=31942
2012-01-31 12:13:28 +00:00
Peter Simons
3dfbf75fff haskell-hmatrix: updated to version 0.13.1.0
svn path=/nixpkgs/trunk/; revision=31941
2012-01-31 12:13:26 +00:00
Peter Simons
325f8d0b28 haskell-email-validate: updated to version 0.2.8
svn path=/nixpkgs/trunk/; revision=31940
2012-01-31 12:13:22 +00:00
Eelco Dolstra
4fe11e8438 * OpenSSH updated to 5.9p1.
svn path=/nixpkgs/trunk/; revision=31939
2012-01-31 11:01:12 +00:00
Rob Vermaas
6cff3215f4 add meta attribute for cowsay
svn path=/nixpkgs/trunk/; revision=31938
2012-01-31 06:59:02 +00:00
Lluís Batlle i Rossell
d341b2537c Updating ffmpeg/x264/vpx
svn path=/nixpkgs/trunk/; revision=31937
2012-01-30 21:02:08 +00:00
Rob Vermaas
37b404816a add cowsay
svn path=/nixpkgs/trunk/; revision=31936
2012-01-30 19:05:24 +00:00
Eelco Dolstra
399c575139 * Updated Spotify to 0.6.6.10.
svn path=/nixpkgs/trunk/; revision=31935
2012-01-30 16:44:56 +00:00
Peter Simons
c5ecd1752c hardlink: initial version
Hardlink consolidates duplicate files in a directory hierarchy with hardlinks,
similar to "nix-store --optimise".

IHMO, this program should be run by the default builder after $out has been set
up, to remove redundancy in the generated closures.

svn path=/nixpkgs/trunk/; revision=31934
2012-01-30 11:40:20 +00:00
Peter Simons
f1e16ea3c9 ikiwiki: updated to version 3.20120115
svn path=/nixpkgs/trunk/; revision=31933
2012-01-30 11:40:16 +00:00
Peter Simons
b2bbcc7d5f haskell-cabal-ghci: updated to version 0.2.1
svn path=/nixpkgs/trunk/; revision=31932
2012-01-30 10:52:13 +00:00
Peter Simons
b24279ff39 haskell-hledger-chart: updated to version 0.16.1
svn path=/nixpkgs/trunk/; revision=31931
2012-01-30 10:52:10 +00:00
Peter Simons
8b972e410c haskell-Chart: updated to version 0.15
svn path=/nixpkgs/trunk/; revision=31930
2012-01-30 10:52:07 +00:00
Peter Simons
9d693c2e4e haskell-cmdargs: added version 0.9.2
svn path=/nixpkgs/trunk/; revision=31929
2012-01-30 10:52:04 +00:00
Peter Simons
588da3fbf3 haskell-packages.nix: cosmetic
svn path=/nixpkgs/trunk/; revision=31928
2012-01-30 10:52:01 +00:00
Ludovic Courtès
010edf825c Add pthreads-w32.
svn path=/nixpkgs/trunk/; revision=31927
2012-01-30 09:53:45 +00:00
Ludovic Courtès
67a45c1d25 MinGW 3.20, and w32api 3.17-2.
svn path=/nixpkgs/trunk/; revision=31926
2012-01-30 09:53:39 +00:00
Alexander Tsamutali
55e74d5e9a games/oilrush: New nixpkg.
svn path=/nixpkgs/trunk/; revision=31925
2012-01-29 22:44:49 +00:00
Shea Levy
7fb6f58f99 Add the selenium-webdriver rubygem
svn path=/nixpkgs/trunk/; revision=31924
2012-01-29 20:40:32 +00:00
Shea Levy
32fcb78c1f Update rubygems
svn path=/nixpkgs/trunk/; revision=31923
2012-01-29 18:22:35 +00:00
Shea Levy
c277a6bc53 Update ruby 1.8
This contains a fix for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4815.
All users of ruby 1.8 for web-facing apps should upgrade

svn path=/nixpkgs/trunk/; revision=31922
2012-01-29 18:00:22 +00:00
Peter Simons
086e9a090b haskell-cabal2nix: updated to version 1.24
svn path=/nixpkgs/trunk/; revision=31921
2012-01-29 16:24:14 +00:00
Peter Simons
293b72cf19 haskell-neither: updated to version 0.3.1
svn path=/nixpkgs/trunk/; revision=31920
2012-01-29 16:24:11 +00:00
Peter Simons
cab0e0119d haskell-mime-mail: updated to version 0.4.1.1
svn path=/nixpkgs/trunk/; revision=31919
2012-01-29 16:24:08 +00:00
Peter Simons
a11aaa99b2 haskell-explicit-exception: updated to version 0.1.6
svn path=/nixpkgs/trunk/; revision=31918
2012-01-29 16:24:05 +00:00
Peter Simons
e83a85ed6d haskell-bytestring-lexing: updated to version 0.3.0
svn path=/nixpkgs/trunk/; revision=31917
2012-01-29 16:24:02 +00:00
Peter Simons
bab857eb38 haskell-blaze-builder: updated to version 0.3.1.0
svn path=/nixpkgs/trunk/; revision=31916
2012-01-29 16:24:00 +00:00
Peter Simons
5792ce967f haskell-multiarg: added version 0.1.0.0
svn path=/nixpkgs/trunk/; revision=31915
2012-01-29 16:23:57 +00:00
Peter Simons
1bc0a60bf8 haskell-explicit-exception: added version 0.1.6
svn path=/nixpkgs/trunk/; revision=31914
2012-01-29 16:23:53 +00:00
Cillian de Roiste
467722ad1a Patching the prefix, since it is hardcoded. The application seems to work correctly now, although it does crash with my current gtk theme (oxygen) when adding a stream. Using the gnome gtk-icon-theme does work, but this is probably just a bug in the oxygen gtk theme and should be fixed there.
svn path=/nixpkgs/trunk/; revision=31913
2012-01-29 13:39:30 +00:00