Peter Simons
3a20cd8208
hopenssl: updated build instructions with cabal2nix
...
svn path=/nixpkgs/trunk/; revision=28172
2011-08-05 18:01:51 +00:00
Michael Raskin
b799e4e6ff
Update Evince - and make it build again
...
svn path=/nixpkgs/trunk/; revision=28171
2011-08-05 17:45:49 +00:00
Peter Simons
a650832b2c
haskell-packages: added cabal2nix, a utility to convert Cabal files into Nix build instructions
...
Naturally, the tool generated its own build expression. :-)
svn path=/nixpkgs/trunk/; revision=28170
2011-08-05 17:03:14 +00:00
Michael Raskin
a12937570c
Fixing libdecodeqr build by using previous OpenCV
...
svn path=/nixpkgs/trunk/; revision=28169
2011-08-05 16:13:20 +00:00
Andres Löh
55fa5b5d1d
Tested platform packages with ghc-7.2 and ghc-7.3.
...
svn path=/nixpkgs/trunk/; revision=28168
2011-08-05 14:02:57 +00:00
Andres Löh
043cba30a0
Fix version of text library.
...
svn path=/nixpkgs/trunk/; revision=28167
2011-08-05 13:36:57 +00:00
Andres Löh
25e212ac0e
Bumping the GHC HEAD snapshot.
...
svn path=/nixpkgs/trunk/; revision=28166
2011-08-05 13:30:42 +00:00
Andres Löh
7f71e44d8e
Fix sha256 sums for ghc-6.12.1 binaries.
...
svn path=/nixpkgs/trunk/; revision=28165
2011-08-05 11:03:16 +00:00
Andres Löh
dcffa6f0b1
Fixed broken haskell-packages.nix.
...
svn path=/nixpkgs/trunk/; revision=28164
2011-08-05 10:10:58 +00:00
Andres Löh
8fdb3c9e63
Make ghc-7.0.4 the default. Add experimental ghc-7.2.1rc1.
...
svn path=/nixpkgs/trunk/; revision=28163
2011-08-05 08:52:35 +00:00
Karn Kallio
b01cd125d4
Advance racket to version 5.1.2
...
svn path=/nixpkgs/trunk/; revision=28162
2011-08-05 04:22:03 +00:00
Karn Kallio
393e46f0b2
Advance version of mlt; prior version no longer builds.
...
svn path=/nixpkgs/trunk/; revision=28161
2011-08-04 21:48:48 +00:00
Karn Kallio
514407c726
Repair kadu to get it building again.
...
svn path=/nixpkgs/trunk/; revision=28160
2011-08-04 21:04:19 +00:00
Peter Simons
331af2c876
numeric-prelude: add myself as a maintainer
...
svn path=/nixpkgs/trunk/; revision=28159
2011-08-04 19:40:11 +00:00
Michael Raskin
9671e806af
Fixing Redstore build
...
svn path=/nixpkgs/trunk/; revision=28158
2011-08-04 17:42:45 +00:00
Michael Raskin
e3a809a9bb
Fix Veracity build
...
svn path=/nixpkgs/trunk/; revision=28157
2011-08-04 16:01:50 +00:00
Peter Simons
7d651a8ec3
syslog-ng: the build doesn't find "glib" on platforms other than Linux
...
Glib is a buildInput, and it does work fine on Linux, but on other
platforms Hydra reports a build failure:
| checking for GLIB - version >= 2.10.1... no
| *** Could not run GLIB test program, checking why...
| *** The test program failed to compile or link. See the file config.log for the
| *** exact error that occured. This usually means GLIB is incorrectly installed.
| configure: error: Cannot find GLIB version >= 2.10.1: is pkg-config in path?
I can't debug that problem, so opted to just disable those builds that
fail anyway.
svn path=/nixpkgs/trunk/; revision=28156
2011-08-04 15:59:21 +00:00
Peter Simons
9f834cb8bd
syslog-ng: moved package from tools/misc to tools/system
...
svn path=/nixpkgs/trunk/; revision=28155
2011-08-04 15:59:14 +00:00
Peter Simons
fbf36403ef
haskell-packages.nix: updated HaXml to version 1.22.3
...
svn path=/nixpkgs/trunk/; revision=28154
2011-08-04 15:59:03 +00:00
Michael Raskin
3e8a39ea61
Updating Maxima
...
svn path=/nixpkgs/trunk/; revision=28152
2011-08-04 15:13:15 +00:00
Sander van der Burg
d8051477b5
Upgraded MySQL JDBC driver to 5.1.17
...
svn path=/nixpkgs/trunk/; revision=28151
2011-08-04 14:02:52 +00:00
Eelco Dolstra
fda7c24c2b
* Added aws-mturk-clt, the Amazon Mechanical Turk command-line tools.
...
svn path=/nixpkgs/trunk/; revision=28150
2011-08-04 12:13:53 +00:00
Sander van der Burg
a0c03edcd9
Removed test stuff from MySQL + add to releases
...
svn path=/nixpkgs/trunk/; revision=28149
2011-08-04 11:58:49 +00:00
Andres Löh
62c04c542b
Version bump for HDBC.
...
svn path=/nixpkgs/trunk/; revision=28148
2011-08-04 10:16:30 +00:00
Eelco Dolstra
237b2b8a30
* Merged the KDE 4.7 branch.
...
This adds KDE 4.7 (and updates many dependencies), but KDE 4.5 is
still the default. To use 4.7, set the following in
configuration.nix:
nixpkgs.config.packageOverrides = pkgs: {
kde4 = pkgs.kde47;
};
svn path=/nixpkgs/trunk/; revision=28147
2011-08-04 00:08:22 +00:00
Eelco Dolstra
7c0ca0d565
svn path=/nixpkgs/branches/kde-4.7/; revision=28146
2011-08-03 22:36:20 +00:00
Sander van der Burg
d9572cfb6b
Added MySQL 5.5. It's still a bit experimental though
...
svn path=/nixpkgs/trunk/; revision=28145
2011-08-03 22:10:06 +00:00
Eelco Dolstra
fcce78c0f4
* Sync with the trunk.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28144
2011-08-03 22:00:49 +00:00
Piotr Pietraszkiewicz
8d546fbdb8
upgraded kadu to v0.9.2 + fixed typos in description
...
svn path=/nixpkgs/trunk/; revision=28143
2011-08-03 18:36:56 +00:00
Peter Simons
cf58813fb0
haskell-packages.nix: added tabular library
...
svn path=/nixpkgs/trunk/; revision=28142
2011-08-03 16:51:19 +00:00
Eelco Dolstra
cc2b24254a
* Added vnc2flv.
...
svn path=/nixpkgs/trunk/; revision=28141
2011-08-03 13:39:49 +00:00
Eelco Dolstra
5a04f8450d
* Hack to fix D-Bus X11 autolaunch support in D-Bus >= 1.4.8.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28140
2011-08-03 11:45:57 +00:00
Lluís Batlle i Rossell
c5a60206e7
Fixing the nvidia x86_64 driver url
...
svn path=/nixpkgs/trunk/; revision=28139
2011-08-03 09:47:03 +00:00
Lluís Batlle i Rossell
4f20b609fb
Updating the nvidia drivers (I experience hangs from time to time, maybe this will solve that)
...
svn path=/nixpkgs/trunk/; revision=28138
2011-08-03 09:47:00 +00:00
Lluís Batlle i Rossell
8ec17cf0a0
Updating dwm.
...
svn path=/nixpkgs/trunk/; revision=28137
2011-08-03 09:46:56 +00:00
Peter Simons
ee74a7e379
all-packages.nix: strip trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=28136
2011-08-03 08:43:56 +00:00
Peter Simons
bc913e2508
all-packages.nix: disable 'xracer' attribute to fix evaluation errors on Hydra
...
svn path=/nixpkgs/trunk/; revision=28135
2011-08-03 08:43:52 +00:00
Peter Simons
dd9121ccff
all-packages.nix: disable 'rust' attribute to fix evaluation errors on Hydra
...
svn path=/nixpkgs/trunk/; revision=28134
2011-08-03 08:43:47 +00:00
Michael Raskin
5fbf32b737
Missing files
...
svn path=/nixpkgs/trunk/; revision=28133
2011-08-03 08:38:34 +00:00
Peter Simons
21b8ff7aee
haskell-packages.nix: added bnfc version 2.4
...
svn path=/nixpkgs/trunk/; revision=28132
2011-08-03 07:49:21 +00:00
Peter Simons
857d2673ae
haskell-packages.nix: added numtype and dimensional libraries
...
svn path=/nixpkgs/trunk/; revision=28131
2011-08-02 22:14:18 +00:00
Michael Raskin
451f7818a5
Adding The Sleuth Kit
...
svn path=/nixpkgs/trunk/; revision=28130
2011-08-02 20:06:09 +00:00
Michael Raskin
87554657c1
Adding afflib
...
svn path=/nixpkgs/trunk/; revision=28129
2011-08-02 19:46:28 +00:00
Michael Raskin
9d04057b11
Update libewf. Actually buildable now
...
svn path=/nixpkgs/trunk/; revision=28128
2011-08-02 19:40:07 +00:00
Michael Raskin
58c022ab56
Update Veracity
...
svn path=/nixpkgs/trunk/; revision=28127
2011-08-02 18:58:59 +00:00
Michael Raskin
6e2572440a
Update Wine
...
svn path=/nixpkgs/trunk/; revision=28126
2011-08-02 18:58:42 +00:00
Michael Raskin
77c65a1a3b
Update SBCL
...
svn path=/nixpkgs/trunk/; revision=28125
2011-08-02 18:52:00 +00:00
Rob Vermaas
bf68854ff4
make gcc 4.1 compile
...
svn path=/nixpkgs/trunk/; revision=28124
2011-08-02 16:02:53 +00:00
Eelco Dolstra
23e9cfac65
* Build Skype with PulseAudio support. This is needed on 64-bit
...
NixOS because it doesn't provide a 32-bit ALSA/Pulse module.
svn path=/nixpkgs/trunk/; revision=28123
2011-08-02 15:55:55 +00:00
Lluís Batlle i Rossell
71dc3b87eb
Adding mairix
...
svn path=/nixpkgs/trunk/; revision=28122
2011-08-02 14:26:47 +00:00
Shea Levy
7233051b2c
rdesktop: Bump to 1.7.0
...
svn path=/nixpkgs/trunk/; revision=28119
2011-08-02 00:19:29 +00:00
Shea Levy
c497c19c46
openjre: Call the derivation openjre instead of openjdk
...
svn path=/nixpkgs/trunk/; revision=28118
2011-08-01 18:48:10 +00:00
Shea Levy
02083734d1
Add openjre
...
svn path=/nixpkgs/trunk/; revision=28117
2011-08-01 18:48:01 +00:00
Rob Vermaas
ba497f837a
to compile glibc-2.5 use older headers
...
svn path=/nixpkgs/trunk/; revision=28116
2011-08-01 18:05:09 +00:00
Shea Levy
9023f52855
openjdk: Don't delete src.zip, it comes with the binary distribution too
...
svn path=/nixpkgs/trunk/; revision=28115
2011-08-01 17:51:59 +00:00
Eelco Dolstra
c64cd58c95
* D-Bus updated to 1.4.14.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28114
2011-08-01 14:35:31 +00:00
Eelco Dolstra
e33ef05c26
* Add rtkit to the channel.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28111
2011-08-01 13:26:00 +00:00
Eelco Dolstra
06a0d9d95c
* More packages that require the old ffmpeg. BTW, maybe this should be the old-ABI ffmpeg (0.7.2).
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28110
2011-08-01 12:03:16 +00:00
Eelco Dolstra
444263db25
* ffmpeg updated to 0.8.1 (including security fixes).
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28109
2011-08-01 12:01:09 +00:00
Eelco Dolstra
4e321d8bd8
* Zathura updated to 0.0.8.4 (to fix http://hydra.nixos.org/build/1191958 ).
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28108
2011-08-01 11:58:11 +00:00
Eelco Dolstra
d9ed123038
* Audacity: use an older ffmpeg ( http://hydra.nixos.org/build/1187243 ).
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28107
2011-08-01 11:57:46 +00:00
Sander van der Burg
034fb4fa11
Bumped midnight commander to version 4.7.5.3
...
svn path=/nixpkgs/trunk/; revision=28106
2011-08-01 10:24:14 +00:00
Eelco Dolstra
0cb6cfb7a1
* Update vlc to 1.1.11.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28104
2011-08-01 09:23:10 +00:00
Eelco Dolstra
99ff06be3e
* KDE 4.5 needs an older version of shared-desktop-ontologies.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28103
2011-08-01 09:08:57 +00:00
Eelco Dolstra
08b9b370a4
* KDE 4.5: use an old ffmpeg.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28102
2011-08-01 08:32:20 +00:00
Shea Levy
6a74987ad4
openjdk: Fix mistakenly erased square bracket
...
Not sure how that happend...
svn path=/nixpkgs/trunk/; revision=28100
2011-08-01 02:59:22 +00:00
Shea Levy
84529a1370
openjdk: Add meta attributes
...
svn path=/nixpkgs/trunk/; revision=28099
2011-08-01 01:17:42 +00:00
Shea Levy
31b09ab695
openjdk: Install build results to $out
...
svn path=/nixpkgs/trunk/; revision=28098
2011-08-01 01:17:33 +00:00
Shea Levy
572edb6f68
openjdk: Add patch to fix 'printf: --: invalid option' error
...
Thanks to http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg510739.html for the fix
svn path=/nixpkgs/trunk/; revision=28097
2011-08-01 01:17:25 +00:00
Shea Levy
43cb8fb149
openjdk: Add cpio to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28096
2011-08-01 01:17:16 +00:00
Shea Levy
ec41a120fb
openjdk: Add patch to avoid an empty -I flag
...
svn path=/nixpkgs/trunk/; revision=28095
2011-08-01 01:17:08 +00:00
Shea Levy
0e9cda68fc
openjdk: Fix an Xrender.h include
...
svn path=/nixpkgs/trunk/; revision=28094
2011-08-01 01:16:59 +00:00
Shea Levy
c6cf3e563e
Add libXi to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28093
2011-08-01 01:16:50 +00:00
Shea Levy
09567b5caf
Add libXtst to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28092
2011-08-01 01:16:42 +00:00
Shea Levy
e2f7b2087c
Add libXrender to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28091
2011-08-01 01:16:35 +00:00
Shea Levy
fb896f62dd
Add libXext to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28090
2011-08-01 01:16:27 +00:00
Shea Levy
6ce3f32da2
Add libXt to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28089
2011-08-01 01:16:19 +00:00
Shea Levy
2e0252011d
Add libX11 to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28088
2011-08-01 01:16:10 +00:00
Shea Levy
9e06eb71d6
Add alsaLib to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28087
2011-08-01 01:16:02 +00:00
Shea Levy
e052a36daf
openjdk: Use the /bin/echo sed on the corba makefiles too
...
svn path=/nixpkgs/trunk/; revision=28086
2011-08-01 01:15:53 +00:00
Shea Levy
635dd9aac5
openjdk: Combine two seds into one
...
svn path=/nixpkgs/trunk/; revision=28085
2011-08-01 01:15:45 +00:00
Shea Levy
f70d3b72df
openjdk: We need ECHO to be echo -e, so replace the override with a sed
...
svn path=/nixpkgs/trunk/; revision=28084
2011-08-01 01:15:37 +00:00
Shea Levy
5fca670490
openjdk: Use makeFlags properly
...
svn path=/nixpkgs/trunk/; revision=28083
2011-08-01 01:15:29 +00:00
Shea Levy
58d64db27d
openjdk: Override hardcoded sort. It doesn't use any of the _PATH variables on linux
...
svn path=/nixpkgs/trunk/; revision=28082
2011-08-01 01:15:21 +00:00
Shea Levy
465a320b20
openjdk: Remove unneeded explicit dependencies
...
svn path=/nixpkgs/trunk/; revision=28081
2011-08-01 01:15:13 +00:00
Shea Levy
d0fe9fa2e8
openjdk: Remove all hardcoded binary overrides except echo
...
svn path=/nixpkgs/trunk/; revision=28080
2011-08-01 01:15:05 +00:00
Shea Levy
a0022251d9
openjdk: Override hardcoded echo again. It doesn't use any of the _PATH variables on linux
...
svn path=/nixpkgs/trunk/; revision=28079
2011-08-01 01:14:57 +00:00
Shea Levy
cdc12ac64a
openjdk: Add nettools to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28078
2011-08-01 01:14:49 +00:00
Shea Levy
29c72c4499
openjdk: Override UNIXCOMMAND_PATH so those binaries are found in /home/play/bin:/var/setuid-wrappers:/home/play/.nix-profile/bin:/home/play/.nix-profile/sbin:/home/play/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin:/var/run/current-system/sw/lib/kde4/libexec
...
svn path=/nixpkgs/trunk/; revision=28077
2011-08-01 01:14:41 +00:00
Shea Levy
0f257e1d5d
openjdk: Remove all coreutils overrides so they can be found in /home/play/bin:/var/setuid-wrappers:/home/play/.nix-profile/bin:/home/play/.nix-profile/sbin:/home/play/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin:/var/run/current-system/sw/lib/kde4/libexec
...
svn path=/nixpkgs/trunk/; revision=28076
2011-08-01 01:14:33 +00:00
Shea Levy
693dc6536b
openjdk: Replace dummy paths with empty path so the build uses the binaries in /home/play/bin:/var/setuid-wrappers:/home/play/.nix-profile/bin:/home/play/.nix-profile/sbin:/home/play/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin:/var/run/current-system/sw/lib/kde4/libexec
...
svn path=/nixpkgs/trunk/; revision=28075
2011-08-01 01:14:25 +00:00
Shea Levy
49be6e4ed6
openjdk: Override hardcode to ln
...
svn path=/nixpkgs/trunk/; revision=28074
2011-08-01 01:14:17 +00:00
Shea Levy
b65c19f18b
openjdk: Override hardcode to readelf
...
svn path=/nixpkgs/trunk/; revision=28073
2011-08-01 01:14:09 +00:00
Shea Levy
8cf5de2fd4
openjdk: Override hardcodes to nm and ldd
...
svn path=/nixpkgs/trunk/; revision=28072
2011-08-01 01:14:00 +00:00
Shea Levy
dff2d2b06f
openjdk: Override hardcode to mv
...
svn path=/nixpkgs/trunk/; revision=28071
2011-08-01 01:13:52 +00:00
Shea Levy
1eb55ce743
openjdk: Fix hardcode to /bin/ls
...
svn path=/nixpkgs/trunk/; revision=28070
2011-08-01 01:13:44 +00:00
Shea Levy
ddd7cc3fd2
openjdk: Fix hardcode to /usr/bin/test
...
svn path=/nixpkgs/trunk/; revision=28069
2011-08-01 01:13:36 +00:00
Shea Levy
0603a5d356
openjdk: Allow downloads of source 'drops' during build
...
svn path=/nixpkgs/trunk/; revision=28068
2011-08-01 01:13:27 +00:00
Shea Levy
482daa3afd
openjdk: Add zip to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28067
2011-08-01 01:13:19 +00:00
Shea Levy
2731048017
openjdk: Override hardcoded chmod
...
svn path=/nixpkgs/trunk/; revision=28066
2011-08-01 01:13:11 +00:00
Shea Levy
b722db6adb
openjdk: Override hardcoded cp
...
svn path=/nixpkgs/trunk/; revision=28065
2011-08-01 01:13:02 +00:00
Shea Levy
735366584a
openjdk: Override hardcoded touch
...
svn path=/nixpkgs/trunk/; revision=28064
2011-08-01 01:12:54 +00:00
Shea Levy
5054c8e8bb
openjdk: Override hardcoded find
...
svn path=/nixpkgs/trunk/; revision=28063
2011-08-01 01:12:44 +00:00
Shea Levy
40d1bd9950
openjdk: Replace substitutions with env vars
...
svn path=/nixpkgs/trunk/; revision=28062
2011-08-01 01:12:36 +00:00
Shea Levy
b1b5b09557
openjdk: Add bootstrap JDK
...
svn path=/nixpkgs/trunk/; revision=28061
2011-08-01 01:12:28 +00:00
Shea Levy
75918e6537
openjdk: add 'which' to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28060
2011-08-01 01:12:19 +00:00
Shea Levy
82d11e742c
openjdk: Override hardcoded printf
...
svn path=/nixpkgs/trunk/; revision=28059
2011-08-01 01:12:12 +00:00
Shea Levy
706a7ff59d
openjdk: Override hardcoded gawk
...
svn path=/nixpkgs/trunk/; revision=28058
2011-08-01 01:12:04 +00:00
Shea Levy
374eb5688e
openjdk: Set dummy /home/play/bin:/var/setuid-wrappers:/home/play/.nix-profile/bin:/home/play/.nix-profile/sbin:/home/play/.nix-profile/lib/kde4/libexec:/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/nix/var/nix/profiles/default/lib/kde4/libexec:/var/run/current-system/sw/bin:/var/run/current-system/sw/sbin:/var/run/current-system/sw/lib/kde4/libexec variables
...
svn path=/nixpkgs/trunk/; revision=28057
2011-08-01 01:11:56 +00:00
Shea Levy
a156ccd763
openjdk: Fix ALSA_INCLUDE variable
...
svn path=/nixpkgs/trunk/; revision=28056
2011-08-01 01:11:48 +00:00
Shea Levy
ac6fb72ab1
openjdk: Override hardcoded cups headers path
...
svn path=/nixpkgs/trunk/; revision=28055
2011-08-01 01:11:40 +00:00
Shea Levy
fa80adbe2a
openjdk: Use proper milestone and build_number strings
...
svn path=/nixpkgs/trunk/; revision=28054
2011-08-01 01:11:32 +00:00
Shea Levy
08fe49fbb4
openjdk: Override hardcoded cat
...
svn path=/nixpkgs/trunk/; revision=28053
2011-08-01 01:11:24 +00:00
Shea Levy
ed9837c37c
openjdk: Override hardcoded freetype library path
...
svn path=/nixpkgs/trunk/; revision=28052
2011-08-01 01:11:17 +00:00
Shea Levy
d5eec4cd11
openjdk: Override hardcoded freetype headers
...
svn path=/nixpkgs/trunk/; revision=28051
2011-08-01 01:11:09 +00:00
Shea Levy
6e06060c33
zip: Make it actually install something
...
svn path=/nixpkgs/trunk/; revision=28050
2011-08-01 01:11:01 +00:00
Shea Levy
3a74fd3f3b
zip: Bump to 3.0
...
svn path=/nixpkgs/trunk/; revision=28049
2011-08-01 01:10:52 +00:00
Shea Levy
92e792f17b
zip: Change formatting
...
svn path=/nixpkgs/trunk/; revision=28048
2011-08-01 01:10:44 +00:00
Shea Levy
6a34912bfb
zip: Folded builder into derivation
...
svn path=/nixpkgs/trunk/; revision=28047
2011-08-01 01:10:36 +00:00
Shea Levy
38c1179f56
openjdk: Override hardcoded zip
...
svn path=/nixpkgs/trunk/; revision=28046
2011-08-01 01:10:28 +00:00
Shea Levy
6795da6837
Rearrange program inputs
...
svn path=/nixpkgs/trunk/; revision=28045
2011-08-01 01:10:16 +00:00
Shea Levy
52582a9b45
openjdk: Add ant to buildInputs
...
svn path=/nixpkgs/trunk/; revision=28044
2011-08-01 01:10:08 +00:00
Shea Levy
17c2fb730e
openjdk: Override hardcoded head
...
svn path=/nixpkgs/trunk/; revision=28043
2011-08-01 01:10:01 +00:00
Shea Levy
27112e7233
openjdk: Override hardcoded alsa headers
...
svn path=/nixpkgs/trunk/; revision=28042
2011-08-01 01:09:53 +00:00
Shea Levy
e3ebf2024a
openjdk: Fix hardcoded sed
...
svn path=/nixpkgs/trunk/; revision=28041
2011-08-01 01:09:45 +00:00
Shea Levy
0734d0315e
openjdk: Override hardcoded egrep
...
svn path=/nixpkgs/trunk/; revision=28040
2011-08-01 01:09:38 +00:00
Shea Levy
8286d4df8d
openjdk: Override hardcoded tr
...
svn path=/nixpkgs/trunk/; revision=28039
2011-08-01 01:09:30 +00:00
Shea Levy
027595d6b0
openjdk: Override hardcoded pwd
...
svn path=/nixpkgs/trunk/; revision=28038
2011-08-01 01:09:22 +00:00
Shea Levy
39bea03827
openjdk: Override hardcoded date
...
svn path=/nixpkgs/trunk/; revision=28037
2011-08-01 01:09:14 +00:00
Shea Levy
eceec04a44
openjdk: Override hardcoded grep
...
svn path=/nixpkgs/trunk/; revision=28036
2011-08-01 01:09:06 +00:00
Shea Levy
b3ab977d90
openjdk: Factor path overrides out into makeFlags
...
svn path=/nixpkgs/trunk/; revision=28035
2011-08-01 01:08:58 +00:00
Shea Levy
146d6875b3
openjdk: Fix hardcoded gcc
...
svn path=/nixpkgs/trunk/; revision=28034
2011-08-01 01:08:49 +00:00
Shea Levy
057e36e2f7
openjdk: Override hard-coded mkdir
...
svn path=/nixpkgs/trunk/; revision=28033
2011-08-01 01:08:40 +00:00
Shea Levy
3439ac32bf
openjdk: Fix some formatting
...
svn path=/nixpkgs/trunk/; revision=28032
2011-08-01 01:08:32 +00:00
Shea Levy
d46390e7d2
openjdk: Add sanity check
...
svn path=/nixpkgs/trunk/; revision=28031
2011-08-01 01:08:23 +00:00
Shea Levy
686476b7bb
openjdk: Fix hard-code to echo
...
svn path=/nixpkgs/trunk/; revision=28030
2011-08-01 01:08:15 +00:00
Shea Levy
11f0ca9320
openjdk: Add 'free' to $PATH for the build
...
svn path=/nixpkgs/trunk/; revision=28029
2011-08-01 01:08:07 +00:00
Shea Levy
23e378a3c4
*openjdk: Get source to unpack
...
svn path=/nixpkgs/trunk/; revision=28028
2011-08-01 01:07:58 +00:00
Shea Levy
7a3e4c40ec
Add openjdk to all-packages.nix
...
svn path=/nixpkgs/trunk/; revision=28027
2011-08-01 01:07:47 +00:00
Eelco Dolstra
1b427fe052
* Sync with the trunc.
...
* Fixed the hash in PulseAudio: I updated the name/version, but forgot
to update the hash. So secretly it was still building the old
version. Also, now that we've realised that the PulseAudio server
and library don't need to be the same build, disable some
dependencies by default (avahi and bluez).
svn path=/nixpkgs/branches/kde-4.7/; revision=28023
2011-07-31 19:44:58 +00:00
Eelco Dolstra
483bedccda
* Disable kdebindings in the old KDE 4.5. It doesn't build anymore
...
due to changes in Phonon and other packages. It's not really
important anyway.
svn path=/nixpkgs/branches/kde-4.7/; revision=28022
2011-07-31 19:12:10 +00:00
Peter Simons
fc5ea05cfd
Keep polyparse 1.4 around because haskell-graphviz depends on the older version.
...
I've asked upstream to update their cabal file, but until then we'll
need both versions. :-(
svn path=/nixpkgs/trunk/; revision=28021
2011-07-31 15:33:55 +00:00
Cillian de Roiste
5e6506c4d0
Updating the development ardour3 revision, also renaming so that ardour2 and ardour3 can peacefully co-exist
...
svn path=/nixpkgs/trunk/; revision=28020
2011-07-31 14:52:42 +00:00
Cillian de Roiste
5231ba050f
Updating qtractor to the latest release: 0.5.0
...
svn path=/nixpkgs/trunk/; revision=28019
2011-07-31 14:04:45 +00:00
Cillian de Roiste
492935270b
Adding new required inputs for darktable
...
svn path=/nixpkgs/trunk/; revision=28018
2011-07-31 11:11:52 +00:00
Cillian de Roiste
1d22700866
Removing exif patch, no longer needed
...
svn path=/nixpkgs/trunk/; revision=28017
2011-07-31 10:50:06 +00:00
Cillian de Roiste
53b9044b19
Updating darktable to 0.9.1
...
svn path=/nixpkgs/trunk/; revision=28016
2011-07-31 10:49:19 +00:00
Cillian de Roiste
4cc923b4bb
Fixing the download url
...
svn path=/nixpkgs/trunk/; revision=28015
2011-07-31 08:56:09 +00:00
Cillian de Roiste
0942a5b164
Updating node to 0.5.2
...
svn path=/nixpkgs/trunk/; revision=28014
2011-07-31 08:49:03 +00:00
Peter Simons
10f65d1148
HaXml: added version 1.22.2
...
It's not the default, though, because it breaks API compatibility
with earlier versions.
svn path=/nixpkgs/trunk/; revision=28013
2011-07-30 21:43:47 +00:00
Peter Simons
4aca0cf217
haskell-polyparse: updated to version 1.7
...
svn path=/nixpkgs/trunk/; revision=28012
2011-07-30 21:43:39 +00:00
Cillian de Roiste
e1c2108085
Add dbus support to qjackctl so that it can use jackdbus
...
svn path=/nixpkgs/trunk/; revision=28011
2011-07-30 21:06:45 +00:00
Cillian de Roiste
415be547b3
Enabling optional jackaudio support for pulseaudio
...
svn path=/nixpkgs/trunk/; revision=28010
2011-07-30 18:51:42 +00:00
Eelco Dolstra
35437ef75b
* Updated kdepim-runtime and kdepim.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28008
2011-07-29 19:05:52 +00:00
Eelco Dolstra
980b453102
* Fix localisation.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28007
2011-07-29 17:48:39 +00:00
Eelco Dolstra
76fffef175
* More stuff.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28006
2011-07-29 17:24:59 +00:00
Eelco Dolstra
aee4ccdee0
* Updated kdeartwork.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28005
2011-07-29 16:09:55 +00:00
Eelco Dolstra
f966079e30
* Eigen updated to 2.0.16
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28004
2011-07-29 16:05:25 +00:00
Eelco Dolstra
8099c514f9
* Xscreensaver updated to 5.14.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28003
2011-07-29 16:04:44 +00:00
Eelco Dolstra
d3df8a3085
* Updated kdeaccessibility.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28001
2011-07-29 14:30:07 +00:00
Eelco Dolstra
2d4c4ae1bd
* Updated kdewebdev.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=28000
2011-07-29 14:16:12 +00:00
Eelco Dolstra
9650b1283e
* Updated kdesdk.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27999
2011-07-29 13:50:53 +00:00
Eelco Dolstra
e7b76a6db3
* Updated kdetoys.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27998
2011-07-29 12:41:31 +00:00
Eelco Dolstra
dd8cc506b5
* Update kdeutils.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27997
2011-07-29 12:31:07 +00:00
Eelco Dolstra
4c05eb6e2e
svn path=/nixpkgs/branches/kde-4.7/; revision=27996
2011-07-29 08:45:58 +00:00
Eelco Dolstra
7d06b01a34
* Fix KDE's fixed-output derivations.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27995
2011-07-29 08:43:43 +00:00
Shea Levy
2c17fb436b
Copy openjdk-darwin as a starting point for openjdk7
...
svn path=/nixpkgs/trunk/; revision=27992
2011-07-28 18:53:12 +00:00
Eelco Dolstra
35781b1bf3
* Cmake 2.8.5 doesn't build on i686-linux
...
(http://hydra.nixos.org/build/1181148 ), so revert to 2.8.4 for now.
svn path=/nixpkgs/branches/kde-4.7/; revision=27990
2011-07-28 14:09:16 +00:00
Eelco Dolstra
6f8c9ddc39
* KDE 4.7.0.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27989
2011-07-28 12:52:15 +00:00
Eelco Dolstra
bf229fc985
* Move Phonon out of KDE.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27988
2011-07-28 12:20:12 +00:00
Ludovic Courtès
eaa82cb4ef
glibc: Update Hurd snapshot.
...
svn path=/nixpkgs/trunk/; revision=27986
2011-07-28 12:08:11 +00:00
Ludovic Courtès
e7349f4329
BitlBee 3.0.3.
...
svn path=/nixpkgs/trunk/; revision=27985
2011-07-28 12:08:08 +00:00
Eelco Dolstra
6c4f6ceb4f
* Remove the KDE 4.6 RC expressions.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27984
2011-07-28 11:18:57 +00:00
Eelco Dolstra
3c05ad236d
* Linux 2.6.32.43.
...
svn path=/nixpkgs/trunk/; revision=27981
2011-07-28 09:32:02 +00:00
Nicolas Pierron
0690f20ea8
ffmpeg: Add previous version to fix fuppes.
...
svn path=/nixpkgs/trunk/; revision=27980
2011-07-27 21:00:09 +00:00
Shea Levy
c7f7be4fae
Make use of the existing 'firefox' attribute
...
svn path=/nixpkgs/trunk/; revision=27976
2011-07-27 16:42:00 +00:00
Shea Levy
0026458089
Eliminate redundant definition of xulrunner
...
svn path=/nixpkgs/trunk/; revision=27975
2011-07-27 16:40:12 +00:00
Shea Levy
adb988d57c
Introduce the 'firefoxPkgs' attribute so that only one change needs to be made when changing default firefox version
...
A quick test showed that this change does not change the hash for building pkgs.firefoxWrapper
svn path=/nixpkgs/trunk/; revision=27974
2011-07-27 16:37:44 +00:00
Lluís Batlle i Rossell
22135b319b
Updating skype. It runs fine (start, see the friends list) for me.
...
svn path=/nixpkgs/trunk/; revision=27973
2011-07-27 16:07:20 +00:00
Eelco Dolstra
6b302190a4
* Spotify: drop PulseAudio from the library path, as Spotify seems to
...
have it statically linked anyway.
svn path=/nixpkgs/trunk/; revision=27972
2011-07-27 14:01:47 +00:00
Eelco Dolstra
7eb1afad49
* Spotify: use PulseAudio if available.
...
svn path=/nixpkgs/trunk/; revision=27971
2011-07-26 22:24:02 +00:00
Eelco Dolstra
af40854825
* PulseAudio: use configuration files in /etc/pulse to allow NixOS to
...
override them.
svn path=/nixpkgs/branches/kde-4.7/; revision=27965
2011-07-26 15:25:21 +00:00
Eelco Dolstra
933dc681e7
* Added rtkit, a DBus system service for elevating the scheduling
...
priority of user processes.
svn path=/nixpkgs/branches/kde-4.7/; revision=27961
2011-07-26 14:12:33 +00:00
Eelco Dolstra
3fac08a565
* Audacious updated to 3.0.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27959
2011-07-26 02:14:19 +00:00
Eelco Dolstra
65be4d7202
* alsa-plugins 1.0.24 seems to break the PulseAudio plugin (playback
...
in Audacious and Spotify stops after a second or so), so revert to
1.0.23.
svn path=/nixpkgs/branches/kde-4.7/; revision=27957
2011-07-26 01:19:35 +00:00
Eelco Dolstra
a8dc106b71
* alsa-plugins updated to 1.0.24.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27956
2011-07-26 00:05:10 +00:00
Eelco Dolstra
626b7cd9f4
* Fix the xvinfo build.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27955
2011-07-26 00:04:46 +00:00
Eelco Dolstra
9725e1376f
* Updated kdemultimedia.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27953
2011-07-25 20:17:36 +00:00
Eelco Dolstra
fabc00a176
* Added gst-plugins-ugly and gst-plugins-bad.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27952
2011-07-25 20:10:45 +00:00
Eelco Dolstra
ac9579626f
* Updated gst-plugins-good and gst-ffmpeg.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27951
2011-07-25 20:10:13 +00:00
Eelco Dolstra
0deb1fa33d
* Updated libraw1394 and libavc1394.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27950
2011-07-25 19:08:00 +00:00
Eelco Dolstra
929160b86d
* mpeg2dec -> libmpeg2, and updated to 0.5.1.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27949
2011-07-25 19:07:36 +00:00
Peter Simons
de4c559ce9
tree: configure build for BSD Unix
...
svn path=/nixpkgs/trunk/; revision=27948
2011-07-25 17:24:49 +00:00
Peter Simons
486ff3ff40
tree: configure build for Cygwin
...
svn path=/nixpkgs/trunk/; revision=27947
2011-07-25 17:19:37 +00:00
Eelco Dolstra
a656221873
* xine-lib: get it to build with the latest ffmpeg.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27946
2011-07-25 15:08:16 +00:00
Eelco Dolstra
fca12d0cf6
* ffmpeg: Add zlib and bzip2 to the build inputs to enable a few more
...
codecs.
svn path=/nixpkgs/branches/kde-4.7/; revision=27945
2011-07-25 14:46:04 +00:00
Eelco Dolstra
4c2a6992d3
* Obsolete.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27944
2011-07-25 14:38:23 +00:00
Eelco Dolstra
2ef93dae71
* ffmpeg updated to 0.8. Disable libvorbis and libxvidcore support by
...
default because ffmpeg (libavcodec) has native support for those
formats.
svn path=/nixpkgs/branches/kde-4.7/; revision=27943
2011-07-25 14:35:54 +00:00
Eelco Dolstra
b7556bdf10
* Now do it right.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27942
2011-07-25 14:34:05 +00:00
Eelco Dolstra
6c6968cf07
* x264 updated to the latest snapshot.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27941
2011-07-25 14:33:38 +00:00
Eelco Dolstra
5981e2c723
* libmusicbrainz updated to 3.0.3.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27940
2011-07-25 14:20:56 +00:00
Eelco Dolstra
f709d6c233
* xvidcore updated to 1.3.2. Also create a libxvidcore.so symlink and
...
get rid of the static library.
svn path=/nixpkgs/branches/kde-4.7/; revision=27939
2011-07-25 14:19:10 +00:00
Eelco Dolstra
0daba72245
* Updated cdparanoia to 10.2.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27938
2011-07-25 13:52:36 +00:00
Sander van der Burg
bf5c3bb671
- libgcc_s seems to be needed after all
...
- eduke32 uses UNIX style options nowadays
svn path=/nixpkgs/trunk/; revision=27937
2011-07-25 11:43:27 +00:00
Sander van der Burg
f0e799a492
Updated eduke32 to rev 1944
...
svn path=/nixpkgs/trunk/; revision=27936
2011-07-25 10:48:07 +00:00
Andres Löh
2cc5d14382
Added monad-par.
...
svn path=/nixpkgs/trunk/; revision=27934
2011-07-25 07:33:48 +00:00
Eelco Dolstra
c26b778f34
* Added upower, which replaces HAL's power management functionality.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27929
2011-07-25 00:29:15 +00:00
Eelco Dolstra
93f36bf9ce
* pm-utils updated to 1.4.1. Also put all runtime dependencies in its
...
$PATH (because upower is called by dbus which doesn't allow setting
the $PATH).
svn path=/nixpkgs/branches/kde-4.7/; revision=27928
2011-07-25 00:28:18 +00:00
Eelco Dolstra
174886639c
* Updated libnih and mountall.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27927
2011-07-24 23:44:15 +00:00
Peter Simons
5a72bae9df
all-packages.nix: stripped trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=27924
2011-07-24 20:26:33 +00:00
Peter Simons
7e9676bab5
jbidwatcher: generalized java support so that the package can be built on Darwin, too
...
svn path=/nixpkgs/trunk/; revision=27923
2011-07-24 20:26:28 +00:00
Shea Levy
20ebca303e
Add comments explaining the purpose of the postBuild prepend
...
svn path=/nixpkgs/trunk/; revision=27922
2011-07-24 20:24:23 +00:00
Shea Levy
5db8c88547
Fix problem with linux 3.0 trying to install in /nix/store/...
...
Thanks to MarcWeber on IRC for helping with this
svn path=/nixpkgs/trunk/; revision=27921
2011-07-24 20:24:12 +00:00
Peter Simons
1bc8594052
hledger-chart: build this package only on Linux
...
The build should work on haskellPlatforms, but an attempt to build it on
Darwin generates assertion errors because it somehow ends up depending
on the Linux kernel headers.
svn path=/nixpkgs/trunk/; revision=27920
2011-07-24 20:05:08 +00:00
Peter Simons
31d1abd4a1
tree: OBJS+=... doesn't work on the make command line, use EXTRA_OBJS variable instead
...
svn path=/nixpkgs/trunk/; revision=27919
2011-07-24 19:36:03 +00:00
Peter Simons
3415f0f088
tree: the tool ought to compile everywhere, so let's give it a try
...
svn path=/nixpkgs/trunk/; revision=27918
2011-07-24 19:15:09 +00:00
Peter Simons
e0e42141d9
tree: blind attempt to fix the build on Darwin
...
svn path=/nixpkgs/trunk/; revision=27917
2011-07-24 19:15:03 +00:00
Peter Simons
7743596401
all-packages.nix: added the 'tree' utility
...
svn path=/nixpkgs/trunk/; revision=27916
2011-07-24 09:57:06 +00:00
Shea Levy
e34c2e366e
First attempt at linuxPackages_3_0
...
svn path=/nixpkgs/trunk/; revision=27915
2011-07-24 03:05:00 +00:00
Shea Levy
5869748e70
Update Spotify
...
Only tested x86_64
svn path=/nixpkgs/trunk/; revision=27914
2011-07-24 01:39:11 +00:00
Shea Levy
d9c22f38da
Add firmware for rtl8192c and related NICs
...
svn path=/nixpkgs/trunk/; revision=27912
2011-07-23 22:58:32 +00:00
Eelco Dolstra
982a83aa2e
* Added udisks, the replacement of the disk management bits of HAL
...
(which is obsolete).
* lvm2: updated to 2.02.86. Also install the pkgconfig files and
build liblvm2app.
* Added libatasmart (udisks dependency for querying ATA SMART status).
* Updated sg3_utils to 1.31.
svn path=/nixpkgs/branches/kde-4.7/; revision=27908
2011-07-23 01:29:51 +00:00
Eelco Dolstra
012e221de9
* kde-workspace requires PAM.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27907
2011-07-22 23:59:59 +00:00
Sander van der Burg
14be409d8f
Removed hardcoded paths to /bin and /usr/bin
...
svn path=/nixpkgs/trunk/; revision=27906
2011-07-22 20:09:00 +00:00
Sander van der Burg
f635aceb5b
Updated some meta information for the emulators I've tried recently. They all seem to work fine :-)
...
svn path=/nixpkgs/trunk/; revision=27905
2011-07-22 19:25:31 +00:00
Sander van der Burg
6ac699ba97
Added VisualBoy advance; a gameboy/gameboy color/gameboy advance emulator
...
svn path=/nixpkgs/trunk/; revision=27904
2011-07-22 18:31:42 +00:00
Ludovic Courtès
2cb4bc4a47
GCC 4.6: Don't assume `$NIX_GCC/nix-support/orig-libc' exists.
...
svn path=/nixpkgs/trunk/; revision=27903
2011-07-22 14:44:28 +00:00
Sander van der Burg
cb8409612c
Added Mupen64 Plus, a nintendo 64 emulator
...
svn path=/nixpkgs/trunk/; revision=27902
2011-07-22 14:03:23 +00:00
Marco Maggesi
af9eaf3441
Oops
...
svn path=/nixpkgs/trunk/; revision=27901
2011-07-22 07:39:14 +00:00
Marco Maggesi
b1f6ed4a6e
Update OCaml Batteries to 1.4.0
...
svn path=/nixpkgs/trunk/; revision=27900
2011-07-22 07:28:51 +00:00
Eelco Dolstra
a5a9f1fb2e
* Fix kpythonpluginfactory.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27899
2011-07-22 01:54:04 +00:00
Eelco Dolstra
9379248ef3
* Update kdeadmin and kdegames.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27898
2011-07-22 01:28:09 +00:00
Eelco Dolstra
a75f9edd10
svn path=/nixpkgs/branches/kde-4.7/; revision=27897
2011-07-21 22:18:52 +00:00
Eelco Dolstra
f9320cb33a
* Update system-config-printer to 1.3.4.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27896
2011-07-21 22:18:41 +00:00
Peter Simons
db86b7f237
all-packages.nix: added package bash-completion
...
svn path=/nixpkgs/trunk/; revision=27895
2011-07-21 22:02:01 +00:00
Eelco Dolstra
5a03576cb4
* Update kdegames.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27894
2011-07-21 21:54:40 +00:00
Lluís Batlle i Rossell
1d3c534625
Updating unison.
...
svn path=/nixpkgs/trunk/; revision=27893
2011-07-21 21:46:06 +00:00
Peter Simons
71237fce00
adns: blind attempt to fix the shared library build on Darwin
...
svn path=/nixpkgs/trunk/; revision=27892
2011-07-21 21:26:21 +00:00
Peter Simons
c29e9369b0
xlockmore: dropped support for obsolete getConfig mechanism
...
If you want to build xlockmore without support for PAM, override { pam = null; } instead.
svn path=/nixpkgs/trunk/; revision=27891
2011-07-21 20:58:41 +00:00
Peter Simons
903c9189c4
adns: dropped obsolete versions and static-only feature
...
svn path=/nixpkgs/trunk/; revision=27890
2011-07-21 20:58:34 +00:00
Eelco Dolstra
8b4730bdbd
* Update pycups, PyQt and SIP.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27889
2011-07-21 20:14:17 +00:00
Eelco Dolstra
aa6f8184b5
* Update kdepimlibs.
...
* Remove unnecessary NIX_LDFLAGS hacks.
svn path=/nixpkgs/branches/kde-4.7/; revision=27887
2011-07-21 19:16:21 +00:00
Lluís Batlle i Rossell
9387a99a19
Adding netfilter/iptables to the sheevaplug kernel.
...
svn path=/nixpkgs/trunk/; revision=27886
2011-07-21 18:40:24 +00:00
Lluís Batlle i Rossell
2758c07f1e
Updating mldonkey. I remove the patch needed for mips, as they put it upstream already.
...
svn path=/nixpkgs/trunk/; revision=27885
2011-07-21 18:34:41 +00:00
Eelco Dolstra
489d1be918
* Cmake updated to 2.8.5. Also added a patch that prevents Cmake from
...
looking in /usr and similar locations. However, it *will* now look
in the Nixpkgs Glibc lib and include directories. This ensures that
find_library can find libraries in Glibc.
svn path=/nixpkgs/branches/kde-4.7/; revision=27884
2011-07-21 18:21:38 +00:00
Eelco Dolstra
9253901104
* Whitespace.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27883
2011-07-21 17:32:35 +00:00
Eelco Dolstra
23831b76e3
* dbus-python updated to 0.84.0.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27882
2011-07-21 17:31:57 +00:00
Peter Simons
3815442cf4
all-packages.nix: added jbidwatcher, a tool to monitor and snipe ebay auctions
...
svn path=/nixpkgs/trunk/; revision=27881
2011-07-21 17:01:31 +00:00
Lluís Batlle i Rossell
f5609042c0
I broke fossil in a commit where I did not mean even to touch it.
...
svn path=/nixpkgs/trunk/; revision=27880
2011-07-21 14:58:13 +00:00
Lluís Batlle i Rossell
57f59594db
Updating the linux 2.6.39 to 2.6.39.3
...
svn path=/nixpkgs/trunk/; revision=27878
2011-07-21 13:56:25 +00:00
Ludovic Courtès
6f5e72deed
libelf: Disable native language support on Darwin.
...
svn path=/nixpkgs/trunk/; revision=27877
2011-07-21 13:51:03 +00:00
Andres Löh
6e61ef2010
Version bump.
...
svn path=/nixpkgs/trunk/; revision=27875
2011-07-21 13:36:16 +00:00
Eelco Dolstra
439714b3fa
* Allow KDE to find the xkeyboard-config files.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27871
2011-07-21 12:33:44 +00:00
Eelco Dolstra
7582e841e2
* Update xkeyboard-config to 2.1. (The latest version, 2.3, requires
...
a newer version of libX11 than we have.)
svn path=/nixpkgs/branches/kde-4.7/; revision=27870
2011-07-21 12:14:20 +00:00
Eelco Dolstra
ef041b7aa3
* Hack to fix evaluation.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27869
2011-07-21 11:56:11 +00:00
Eelco Dolstra
b32ea60b4e
* Remove some obsolete expressions.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27868
2011-07-21 11:53:49 +00:00
Lluís Batlle i Rossell
bda0f3bfd0
Updating fossil.
...
svn path=/nixpkgs/trunk/; revision=27865
2011-07-21 06:58:14 +00:00
Peter Simons
7f94a9ffbf
boost: fix "locale::facet::_S_create_c_locale name not valid" error
...
One would assume that the boost maintainers would have been able to apply this
two line change within the last 10 months or so, but apparently not.
svn path=/nixpkgs/trunk/; revision=27864
2011-07-20 23:11:16 +00:00
Peter Simons
bb87bf9a55
all-packages.nix: strip trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=27863
2011-07-20 22:56:47 +00:00
Peter Simons
c78c1288c3
fetchgit: strip trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=27862
2011-07-20 22:56:44 +00:00
Peter Simons
99a9a4b8bc
all-packages.nix: added ledger 3.0 via Git
...
svn path=/nixpkgs/trunk/; revision=27861
2011-07-20 22:56:39 +00:00
Peter Simons
0b1bf668cd
fetchgit: added support for fetching sub-modules
...
svn path=/nixpkgs/trunk/; revision=27860
2011-07-20 22:56:35 +00:00
Peter Simons
efe5ab73b1
git: fixed impure path to perl in git-am and git-submodule
...
svn path=/nixpkgs/trunk/; revision=27859
2011-07-20 22:56:31 +00:00
Peter Simons
62eab9e44a
pdsh: updated to version 2.26
...
svn path=/nixpkgs/trunk/; revision=27858
2011-07-20 18:58:34 +00:00
Peter Simons
5b96eac910
ledger: build this package only on Linux, all other platforms fail
...
svn path=/nixpkgs/trunk/; revision=27857
2011-07-20 18:41:25 +00:00
Peter Simons
01fc263ff2
haskell-packages.nix: added hsdns
...
svn path=/nixpkgs/trunk/; revision=27856
2011-07-20 18:38:47 +00:00
Peter Simons
9d426cd470
haskell-packages.nix: added hledger-chart and hledger-vty
...
svn path=/nixpkgs/trunk/; revision=27855
2011-07-20 18:32:33 +00:00
Peter Simons
7237cf32ec
haskell-packages.nix: added hledger and hledger-lib
...
svn path=/nixpkgs/trunk/; revision=27853
2011-07-20 18:20:42 +00:00
Peter Simons
f8b4f9e85c
haskell-packages.nix: added regexpr
...
svn path=/nixpkgs/trunk/; revision=27852
2011-07-20 18:20:37 +00:00
Peter Simons
f05ab93c88
haskell-packages.nix: added mtlparse
...
svn path=/nixpkgs/trunk/; revision=27851
2011-07-20 18:20:32 +00:00
Peter Simons
37e07ad933
pandoc: updated to version 1.8.1.2
...
svn path=/nixpkgs/trunk/; revision=27850
2011-07-20 18:20:28 +00:00
Peter Simons
fef790c942
numeric-prelude: updated to version 0.2.2
...
svn path=/nixpkgs/trunk/; revision=27848
2011-07-20 18:04:16 +00:00
Peter Simons
c01bf4d344
non-negative: updated to version 0.1
...
svn path=/nixpkgs/trunk/; revision=27847
2011-07-20 18:04:12 +00:00
Peter Simons
e0a9dc3a29
utility-ht: updated to version 0.0.7
...
svn path=/nixpkgs/trunk/; revision=27846
2011-07-20 18:04:08 +00:00
Peter Simons
35312ae76f
haskell-packages.nix: added storable-record
...
svn path=/nixpkgs/trunk/; revision=27845
2011-07-20 18:04:03 +00:00
Lluís Batlle i Rossell
fbad200e88
Updating php 5.2
...
svn path=/nixpkgs/trunk/; revision=27844
2011-07-20 17:40:53 +00:00
Peter Simons
3290213e42
python-packages.nix: strip trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=27843
2011-07-20 15:30:40 +00:00
Peter Simons
33765b5899
python-packages.nix: added genzshcomp 0.2.2
...
svn path=/nixpkgs/trunk/; revision=27842
2011-07-20 15:30:35 +00:00
Lluís Batlle i Rossell
d86570f94e
Updating opencv.
...
svn path=/nixpkgs/trunk/; revision=27841
2011-07-20 13:24:26 +00:00
Peter Simons
ff91dbdb35
git-annex: the latest version depends on the monad-control package
...
svn path=/nixpkgs/trunk/; revision=27839
2011-07-20 12:13:07 +00:00
Peter Simons
f61f66f46d
git-annex: updated to version 3.20110719
...
svn path=/nixpkgs/trunk/; revision=27836
2011-07-20 10:16:35 +00:00
Rob Vermaas
dfcaa06a12
add pylint and deps
...
svn path=/nixpkgs/trunk/; revision=27835
2011-07-19 16:02:37 +00:00
Ludovic Courtès
5795d23320
Linux: Actually use `postBuild'.
...
svn path=/nixpkgs/trunk/; revision=27833
2011-07-19 09:03:09 +00:00
Eelco Dolstra
2e5d962f72
* Spotify updated to 0.5.1.151.
...
svn path=/nixpkgs/trunk/; revision=27831
2011-07-18 22:34:57 +00:00
Eelco Dolstra
5152d0148e
* Drop the "_configurable" from the name of the PHP package, it's
...
ugly.
svn path=/nixpkgs/trunk/; revision=27830
2011-07-18 20:50:59 +00:00
Eelco Dolstra
1352c90c8a
* MPlayer: don't build the OSS backend.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27829
2011-07-18 16:08:15 +00:00
Eelco Dolstra
49d38b9b99
* qemu-kvm: use ALSA instead of OSS.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27828
2011-07-18 15:28:51 +00:00
Peter Simons
b9d382c2dd
libtorrent: use sha256 hash returned by nix-prefetch-url
...
svn path=/nixpkgs/trunk/; revision=27827
2011-07-18 15:23:03 +00:00
Eelco Dolstra
b70a14f88c
* Added the Google Talk plugin. Doesn't work yet (says ‘ABORT:
...
X_GLXCreateContext: BadValue’).
svn path=/nixpkgs/trunk/; revision=27825
2011-07-18 14:44:28 +00:00
Peter Simons
7c19a3a691
rtorrent: updated to version 0.8.9
...
svn path=/nixpkgs/trunk/; revision=27824
2011-07-18 14:34:46 +00:00
Peter Simons
21691b47d7
libtorrent: updated to version 0.12.9
...
svn path=/nixpkgs/trunk/; revision=27823
2011-07-18 14:34:33 +00:00
Peter Simons
356928aad9
fetchmail: updated to version 6.3.20
...
svn path=/nixpkgs/trunk/; revision=27822
2011-07-18 14:06:35 +00:00
Peter Simons
f80ef6645b
magit: fixed download url
...
svn path=/nixpkgs/trunk/; revision=27821
2011-07-18 13:45:47 +00:00
Eelco Dolstra
dc5a3adf5f
* Use callPackage.
...
svn path=/nixpkgs/trunk/; revision=27820
2011-07-18 12:39:11 +00:00
Eelco Dolstra
7ae6dbd7d6
* Add the GStreamer backend for Phonon.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27819
2011-07-18 12:37:50 +00:00
Eelco Dolstra
4437b6c49e
* libdbusmenu-qt updated to 0.8.3.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27816
2011-07-18 11:57:18 +00:00
Eelco Dolstra
3c668adea1
* Pass Phonon as a dependency where needed.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27815
2011-07-18 10:29:20 +00:00
Eelco Dolstra
c416926580
* Qt: remove Phonon since we can just use the external Phonon
...
package. This also removes the GStreamer dependency because only
Phonon uses it.
svn path=/nixpkgs/branches/kde-4.7/; revision=27814
2011-07-18 09:18:38 +00:00
Ludovic Courtès
9c2f9fd2f2
GNU Bison 2.5.
...
svn path=/nixpkgs/trunk/; revision=27813
2011-07-18 08:36:01 +00:00
Eelco Dolstra
9e92839468
* Fix incorrect path to kde4-config in startkde.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27812
2011-07-17 15:55:33 +00:00
Eelco Dolstra
f3d8b47f22
* Add kde-wallpapers, which contains the default KDE and KDM
...
wallpaper.
svn path=/nixpkgs/branches/kde-4.7/; revision=27811
2011-07-17 14:24:43 +00:00
Eelco Dolstra
e482393ad1
* Add kde-runtime. It requires a newer Phonon than provided by Qt, so
...
add that as well. Maybe we should build Qt without Phonon to remove
potential interference...
svn path=/nixpkgs/branches/kde-4.7/; revision=27810
2011-07-17 14:10:41 +00:00
Eelco Dolstra
b6b4761dc6
* libcanberra updated to 0.28. Disabled the gstreamer backend by
...
default because there doesn't seem to be much point to it.
svn path=/nixpkgs/branches/kde-4.7/; revision=27809
2011-07-17 13:27:12 +00:00
Karn Kallio
abbf22c397
Update version of urweb compiler.
...
svn path=/nixpkgs/trunk/; revision=27801
2011-07-15 18:54:43 +00:00
Sander van der Burg
5693872dc1
Bumped feh to version 1.14.2 as the previous one does not exist anymore
...
svn path=/nixpkgs/trunk/; revision=27800
2011-07-15 15:10:22 +00:00
Peter Simons
66dbd40cb7
ghc: build GHC on haskellPlatforms instead of linux++darwin to avoid evaluation errors on Hydra because x86_64-darwin is unsupported
...
svn path=/nixpkgs/trunk/; revision=27799
2011-07-15 12:53:21 +00:00
Peter Simons
c58754b390
stellarium: build this package on Linux only
...
Stellarium is supposed to compile on mesaPlatforms, but unfortunately our qt47
expression doesn't support platforms other than Linux.
svn path=/nixpkgs/trunk/; revision=27798
2011-07-15 12:47:20 +00:00
Eelco Dolstra
56a081cd55
* Added libav, a fork of ffmpeg.
...
svn path=/nixpkgs/trunk/; revision=27797
2011-07-15 12:20:34 +00:00
Eelco Dolstra
f4ac1126ff
* Sync with the trunk.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27796
2011-07-15 10:02:22 +00:00
Eelco Dolstra
e14c8876d1
* Udev updated to 172.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27795
2011-07-15 09:59:45 +00:00
Eelco Dolstra
bc16ee83ae
* The NixOS kdm.nix module expects a kdebase_workspace attribute.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27794
2011-07-15 09:50:37 +00:00
Peter Simons
48b86237e5
mod_fastcgi, mod_wsgi: these modules don't build on Darwin, and I don't know how to fix that
...
According to Hydra:
at `mod_fastcgi' [system = "i686-darwin"]:
assertion failed at `/nix/store/jjbzdiilypsb8z38647hav2fxlp0bwfd-nixpkgs-r27790/pkgs/servers/http/apache-httpd/default.nix:8:1'
at `mod_fastcgi' [system = "x86_64-darwin"]:
assertion failed at `/nix/store/jjbzdiilypsb8z38647hav2fxlp0bwfd-nixpkgs-r27790/pkgs/servers/http/apache-httpd/default.nix:8:1'
at `mod_wsgi' [system = "i686-darwin"]:
assertion failed at `/nix/store/jjbzdiilypsb8z38647hav2fxlp0bwfd-nixpkgs-r27790/pkgs/servers/http/apache-httpd/default.nix:8:1'
at `mod_wsgi' [system = "x86_64-darwin"]:
assertion failed at `/nix/store/jjbzdiilypsb8z38647hav2fxlp0bwfd-nixpkgs-r27790/pkgs/servers/http/apache-httpd/default.nix:8:1'
svn path=/nixpkgs/trunk/; revision=27793
2011-07-14 21:54:58 +00:00
Peter Simons
ffe01e880d
git-annex: build only on platforms that support Haskell
...
svn path=/nixpkgs/trunk/; revision=27792
2011-07-14 21:54:53 +00:00
Peter Simons
aeebf42fe6
pkgs/lib/platforms.nix: added 'haskellPlatforms', a list of all platforms on which a Haskell compiler is available
...
svn path=/nixpkgs/trunk/; revision=27791
2011-07-14 21:54:49 +00:00
Peter Simons
fa99abdc89
gravit, stellarium: build software that depends on mesa only on mesa platforms
...
svn path=/nixpkgs/trunk/; revision=27790
2011-07-14 20:53:30 +00:00
Peter Simons
938fc8490e
Added linux_2_6_38_ati, a kernel that supports hardware rendering on modern ATI graphics chips.
...
svn path=/nixpkgs/trunk/; revision=27789
2011-07-14 20:08:51 +00:00
Peter Simons
7c10cbb6c8
We cannot use thread-local store in mesa, because the rest of our xorg
...
installation has been built without support for it.
svn path=/nixpkgs/trunk/; revision=27788
2011-07-14 20:04:34 +00:00
Peter Simons
fa5002d97b
Revert my earlier commit that added libxml2 to pythonFull.
...
After some discussion on #nixos, the consensus is that expressions should not
provide functionality that is not part of the package itself, i.e. pythonFull
ought to include only those extensions that are part of the python
distribution.
svn path=/nixpkgs/trunk/; revision=27787
2011-07-14 19:35:24 +00:00
Peter Simons
e7a9b41e9c
mesa: enable full gallium, xcb, and egl support, and build all available dri back-ends
...
svn path=/nixpkgs/trunk/; revision=27786
2011-07-14 19:21:37 +00:00
Peter Simons
18bd4e67d7
mesa: add myself as a maintainer
...
svn path=/nixpkgs/trunk/; revision=27785
2011-07-14 19:21:33 +00:00
Peter Simons
ea27b1b042
mesa: depend on python+libxml2Python rather than depending on pythonFull
...
The latter package contains Tcl/Tk and whatnot else, so using that
expression as a built input was a bad idea. I'm sorry.
The dependency on talloc is gone, too. It wasn't used, apparently, but
it broke the build on Darwin because talloc doesn't compile there.
svn path=/nixpkgs/trunk/; revision=27784
2011-07-14 19:21:29 +00:00
Peter Simons
05e489b24f
Added packages for radeon-r600 and radeon-r700 firmware.
...
svn path=/nixpkgs/trunk/; revision=27783
2011-07-14 19:21:23 +00:00
Eelco Dolstra
4cc476fa52
* Update nixUnstable.
...
svn path=/nixpkgs/trunk/; revision=27782
2011-07-14 17:16:00 +00:00
Peter Simons
7049b34b10
glxinfo: updated to version 8.0.1
...
svn path=/nixpkgs/trunk/; revision=27779
2011-07-14 12:23:03 +00:00
Peter Simons
13db8d6999
mesa: updated to version 7.10.3
...
svn path=/nixpkgs/trunk/; revision=27778
2011-07-14 12:22:59 +00:00
Peter Simons
10b7a4fe96
mesa: updated to version 7.10.2
...
There changes are based on patch <http://sprunge.us/bOMG > from goibhniu.
svn path=/nixpkgs/trunk/; revision=27777
2011-07-14 12:22:55 +00:00
Peter Simons
1b53d1f22d
xorg: updated xf86-video-ati to version 6.14.2
...
svn path=/nixpkgs/trunk/; revision=27776
2011-07-14 12:22:49 +00:00
Peter Simons
68957344fa
git-annex: updated to version 3.20110707
...
svn path=/nixpkgs/trunk/; revision=27775
2011-07-14 12:22:26 +00:00
Peter Simons
6f1ec7512e
python: added libxml2 bindings to the pythonFull attribute
...
svn path=/nixpkgs/trunk/; revision=27773
2011-07-14 11:13:41 +00:00
Eelco Dolstra
298c78ef40
* Build kdm.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27772
2011-07-14 08:42:01 +00:00
Eelco Dolstra
e061898b74
* ConsoleKit updated to 0.4.5.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27770
2011-07-13 18:54:27 +00:00
Eelco Dolstra
71c508f641
* Akonadi updated to 1.6.0.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27768
2011-07-13 18:15:57 +00:00
Peter Simons
aa8cea3e4d
moderncv: updated description
...
svn path=/nixpkgs/trunk/; revision=27766
2011-07-13 16:49:33 +00:00
Peter Simons
db9fc16b70
moderncv: cleanup the build instructions
...
Just add this package to texLiveAggregationFun to install it.
svn path=/nixpkgs/trunk/; revision=27765
2011-07-13 16:23:48 +00:00
Peter Simons
a16e01fe19
Added moderncv package to texlive.
...
svn path=/nixpkgs/trunk/; revision=27762
2011-07-13 15:00:59 +00:00
Peter Simons
13720273bb
haskell-funcmp: added version 1.5
...
svn path=/nixpkgs/trunk/; revision=27761
2011-07-13 15:00:51 +00:00
Eelco Dolstra
a90c3142ee
* KDE 4.7rc2.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27759
2011-07-13 13:08:49 +00:00
Peter Simons
dc31e088c0
Added archivemount-0.6.1, a FUSE-based file system for mounting tar archives.
...
svn path=/nixpkgs/trunk/; revision=27758
2011-07-13 12:33:54 +00:00
Eelco Dolstra
c7669210d1
* Whitespace.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27757
2011-07-13 12:31:43 +00:00
Peter Simons
78ccc14e3e
ghc-6.10.1-binary: revert blind attempt to bootstrap GHC on x86_64-darwin with the i686 version of this compiler
...
Hydra says that we can *not* use the i686 compiler to bootstrap x86_64 on Darwin. Duh.
svn path=/nixpkgs/trunk/; revision=27753
2011-07-13 12:00:19 +00:00
Eelco Dolstra
35505a442e
* Remove some dead files.
...
svn path=/nixpkgs/trunk/; revision=27752
2011-07-13 11:40:47 +00:00
Peter Simons
ce11df9d80
ghc-6.10.1-binary: blind attempt to bootstrap GHC on x86_64-darwin with the i686 version of this compiler
...
I have no idea whether that's going to work, and I can't test it for
lack of access to a MacOS X machine, but think chances are pretty good
that this is going to succeed.
svn path=/nixpkgs/trunk/; revision=27751
2011-07-13 11:09:06 +00:00
Peter Simons
14c9d26112
jfsrec: build with boost 1.44.0
...
Compilation with the latest version, boost 1.47.0, fails as follows:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c -o inode.o inode.cpp
inode.cpp: In member function 'virtual boost::filesystem3::path jfsrec::Inode::get_full_path()':
inode.cpp:70:54: error: invalid conversion from 'bool (*)(const std::string&)' to 'boost::enable_if_c<true, void>::type*'
inode.cpp:70:54: error: initializing argument 2 of 'boost::filesystem3::path::path(const Source&, typename boost::enable_if<boost::filesystem3::path_traits::is_pathable<typename boost::decay<Source>::type> >::type*) [with Source = std::basic_string<char>, typename boost::enable_if<boost::filesystem3::path_traits::is_pathable<typename boost::decay<Source>::type> >::type = void]'
inode.cpp:72:54: error: invalid conversion from 'bool (*)(const std::string&)' to 'boost::enable_if_c<true, void>::type*'
inode.cpp:72:54: error: initializing argument 2 of 'boost::filesystem3::path::path(const Source&, typename boost::enable_if<boost::filesystem3::path_traits::is_pathable<typename boost::decay<Source>::type> >::type*) [with Source = std::basic_string<char>, typename boost::enable_if<boost::filesystem3::path_traits::is_pathable<typename boost::decay<Source>::type> >::type = void]'
make[2]: *** [inode.o] Error 1
It appears that jfsrec assumes that fs::path is a string, which isn't
true anymore in Boost.FS v3.
svn path=/nixpkgs/trunk/; revision=27750
2011-07-13 10:56:52 +00:00
Peter Simons
2eb4c12012
git: prefer 'utillinuxcurses' over 'utillinux' in user profiles
...
Packages that need util-linux-ng as a build-time or run-time dependency
typically refer to the attribute 'utillinux', which is the expression with
the least possible set of features.
Users, however, who run "nix-env -i util-linux", don't want that version,
because it lacks support for perl and curses. In other words, users want
utillinuxngCurses by default, which is what this change accomplishes.
svn path=/nixpkgs/trunk/; revision=27749
2011-07-13 10:50:22 +00:00
Peter Simons
4e5cc9b965
git: removed 'lowPri' wrapper around gitFull
...
Packages that need git as build-time or run-time dependency typically refer to
the attribute 'git', which is the expression with the least possible set of
features.
Users, however, who run "nix-env -i git", don't want that version, because it
lacks support for SVN, for sending e-mail, and it doesn't include the GUI. In
other words, users want gitFull by default, which is what this change
accomplishes.
svn path=/nixpkgs/trunk/; revision=27748
2011-07-13 10:46:17 +00:00
Peter Simons
9edc2574dd
git-annex: the build system uses 'which' to determine whether ikiwiki is installed
...
svn path=/nixpkgs/trunk/; revision=27747
2011-07-13 10:41:10 +00:00
Peter Simons
d6f364ca8c
ikiwiki: removed unconditional dependencies on monotone and git
...
Both build inputs 'monotone' and 'git' are non-null in nixpkgs, so their
respective store paths were always included in the generated wrapper
script -- even if 'monotoneSupport' and 'gitSupport' were false.
svn path=/nixpkgs/trunk/; revision=27746
2011-07-13 10:41:05 +00:00
Peter Simons
7c8871512d
wxmaxima: ensure that wxMaxima will find Maxima even if it's not in $PATH
...
svn path=/nixpkgs/trunk/; revision=27745
2011-07-13 09:56:58 +00:00
Peter Simons
bcaaba6ea7
gnucash: improved comments
...
svn path=/nixpkgs/trunk/; revision=27744
2011-07-13 09:56:54 +00:00
Peter Simons
3cd02cd43d
maxima: switch from clisp to sbcl, enable tk gui, and fix various impurities
...
* Build maxima with sbcl for better performance.
* Enable the regression test suite.
* Configure $PATH at start-up so that maxima knows how to find sbcl,
wish, rlwrap, and gnuplot.
* Move installed documentation and Emacs lisp modules into standard
locations.
* Enable parallel building.
svn path=/nixpkgs/trunk/; revision=27743
2011-07-13 09:13:32 +00:00
Peter Simons
9485e2392b
monotone: strip trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=27742
2011-07-13 09:13:28 +00:00
Peter Simons
b1b274558a
monotone: don't build this package on Cygwin
...
The expression can't build on Cygwin because it wants to know the version of
Perl that is being used. On Cygwin, however, we don't know that because we're
using sysPerl.
svn path=/nixpkgs/trunk/; revision=27741
2011-07-13 09:13:22 +00:00
Peter Simons
67bbb5203c
boost: updated to version 1.47.0
...
Packages that don't build with the latest libraries can use 'boost144', which
is the version we had before.
svn path=/nixpkgs/trunk/; revision=27740
2011-07-12 14:24:01 +00:00
Eelco Dolstra
cc34c985d3
* Fix evaluation.
...
svn path=/nixpkgs/trunk/; revision=27739
2011-07-12 13:54:29 +00:00
Eelco Dolstra
7bef513d8a
* Update Flashplayer on i686-linux.
...
svn path=/nixpkgs/trunk/; revision=27738
2011-07-12 13:44:56 +00:00
Eelco Dolstra
c3e3111231
* Add kde-workspace.
...
* Make sure that polkit actions get installed in $out.
svn path=/nixpkgs/branches/kde-4.7/; revision=27737
2011-07-12 13:24:35 +00:00
Eelco Dolstra
b39f08ea8e
* Added Kamera.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27736
2011-07-12 13:14:23 +00:00
Eelco Dolstra
43e046af45
* Firefox 5.0.1.
...
svn path=/nixpkgs/trunk/; revision=27731
2011-07-12 06:34:27 +00:00
Peter Simons
a9d4dfb994
gnucash: polished the expression, enabled OFX support, and documented the GConf setup procedure on NixOS
...
svn path=/nixpkgs/trunk/; revision=27730
2011-07-11 20:12:02 +00:00
Peter Simons
2685bfc32b
gnucash: fix update-gnucash-gconf script so that it works on NixOS
...
Current versions of gconftool-2 don't support the --config-source option
anymore -- that path must be passed in $GCONF_CONFIG_SOURCE instead.
svn path=/nixpkgs/trunk/; revision=27729
2011-07-11 16:38:07 +00:00
Eelco Dolstra
2c35988c77
* More KDE apps.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27728
2011-07-11 16:26:17 +00:00
Eelco Dolstra
8cb2e1860f
* Add libkipi and libkexiv2.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27727
2011-07-11 16:13:40 +00:00
Eelco Dolstra
9bf61690e8
* Added kde-baseapps and Gwenview.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27726
2011-07-11 15:33:41 +00:00
Eelco Dolstra
4b02855065
* Added Konsole.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27725
2011-07-11 14:47:39 +00:00
Eelco Dolstra
4743ba9e46
* libspectre seems to work with the default ghostscript.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27724
2011-07-11 14:47:15 +00:00
Eelco Dolstra
dce69134d0
* Added Okular (which is a separate package now).
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27723
2011-07-11 14:29:27 +00:00
Ludovic Stordeur
69dca5f4aa
Add meta.platforms to the Linux kernel expression.
...
svn path=/nixpkgs/trunk/; revision=27722
2011-07-11 14:07:21 +00:00
Ludovic Stordeur
12f976e56e
Added Linux 2.6.15
...
svn path=/nixpkgs/trunk/; revision=27721
2011-07-11 14:00:26 +00:00
Ludovic Stordeur
14f3664d3f
Added Linux 2.6.26
...
svn path=/nixpkgs/trunk/; revision=27720
2011-07-11 14:00:21 +00:00
Ludovic Stordeur
f225ee7c9b
Add udev145
...
svn path=/nixpkgs/trunk/; revision=27719
2011-07-11 14:00:17 +00:00
Ludovic Stordeur
89e57d47d7
Renamed udev to udev166
...
This renaming prepares the landing of several versions of udev which are
required to boot old Linux versions.
The udev expression is mapped to udev166.
svn path=/nixpkgs/trunk/; revision=27718
2011-07-11 14:00:13 +00:00
Ludovic Stordeur
ddb9ad5b3c
Modified Linux 2.6.25 configuration
...
Added "KMOD y" else booting this kernel fails (at the modprobe stuff).
svn path=/nixpkgs/trunk/; revision=27717
2011-07-11 14:00:07 +00:00
Ludovic Stordeur
808c2f69b4
Fixed Linux 2.6.31 compilation
...
linux_2_6_31 compilation was broken and added the CIFS timeout patch.
svn path=/nixpkgs/trunk/; revision=27716
2011-07-11 14:00:03 +00:00
Ludovic Stordeur
e381c7c385
Added CIFS timeout patch for Linux 2.6.15
...
svn path=/nixpkgs/trunk/; revision=27715
2011-07-11 14:00:01 +00:00
Ludovic Stordeur
e739dc7d6c
Applied CIFS timeout patch to other kernels
...
Linux-2.6.{25,27,28} are now compiled with the CIFS timeout patch,
allowing them to be used with "VM Testing".
svn path=/nixpkgs/trunk/; revision=27714
2011-07-11 13:59:58 +00:00
Ludovic Stordeur
388ba0981b
Added CIFS timeout patch for Linux 2.6.{25 --> 28}
...
svn path=/nixpkgs/trunk/; revision=27713
2011-07-11 13:59:54 +00:00
Ludovic Stordeur
68db350b88
Applied CIFS timeout patch to other Linux kernels
...
CIFS timeout patch is now activated for a wider range of Linux kernels :
from 2.6.29 to 2.6.38.
These kernels now can be used to perform "VM Testing".
svn path=/nixpkgs/trunk/; revision=27712
2011-07-11 13:59:51 +00:00
Ludovic Stordeur
b2cf02eb5e
Renamed cifs-timeout-2.6.{32 --> 29} patch
...
Renamed cifs-timeout-2.6.32 patch to cifs-timeout-2.6.29 as this is the
older kernel version this patch applies to.
svn path=/nixpkgs/trunk/; revision=27711
2011-07-11 13:59:47 +00:00
Ludovic Stordeur
c551998c82
Added CIFS timeout patch for Linux 2.6.{35 --> 38}
...
svn path=/nixpkgs/trunk/; revision=27710
2011-07-11 13:59:43 +00:00
Ludovic Stordeur
df0a6394b3
Suffixed cifs timeout patch with kernel version.
...
Currently suffixed with 2.6.32.
This pre-patch prepares the landing of several versions of this patch to
support other Linux kernel versions.
svn path=/nixpkgs/trunk/; revision=27709
2011-07-11 13:59:40 +00:00
Ludovic Stordeur
8268a39690
Improved the Linux kernel building framework
...
Moved the hardcoded postBuild hook from the builder to generic.nix:
Some old kernel (such as 2.6.15) did not yet support the unifdef target.
As a result, compiling them with the current Linux builder leads to a
failure.
Fixed by moving this hook as argument of the top-level function of
generic.nix. This allows some kernel nix codes to overrides its default
value.
svn path=/nixpkgs/trunk/; revision=27708
2011-07-11 13:59:37 +00:00
Eelco Dolstra
a7b9ef8f4b
* Update Poppler to 0.16.7.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27703
2011-07-11 13:04:38 +00:00
Eelco Dolstra
76ec0dd430
* Update a bunch of dependencies of kdelibs.
...
svn path=/nixpkgs/branches/kde-4.7/; revision=27702
2011-07-11 10:49:21 +00:00
Andres Löh
eabbecd10f
Added hp2any.
...
svn path=/nixpkgs/trunk/; revision=27701
2011-07-11 07:17:53 +00:00
Evgeny Egorochkin
5c4590fa50
MediaTomb: packaged
...
svn path=/nixpkgs/trunk/; revision=27700
2011-07-11 00:42:02 +00:00
Peter Simons
13e0b7bbed
Revert "cmake: updated to version 2.8.5".
...
The latest version doesn't compile on Hydra. It does compile on my
machine, though. Not sure what happened.
svn path=/nixpkgs/trunk/; revision=27699
2011-07-10 22:21:39 +00:00
Peter Simons
8223f67929
Added stellarium 0.11.0.
...
svn path=/nixpkgs/trunk/; revision=27697
2011-07-10 20:17:44 +00:00
Peter Simons
03446e108d
cmake: updated to version 2.8.5
...
svn path=/nixpkgs/trunk/; revision=27696
2011-07-10 20:17:38 +00:00
Andres Löh
d7d0700d18
Added test-framework.
...
svn path=/nixpkgs/trunk/; revision=27695
2011-07-10 17:38:21 +00:00
Lluís Batlle i Rossell
5d27ed479a
Updating podofo
...
svn path=/nixpkgs/trunk/; revision=27694
2011-07-10 16:15:41 +00:00
Peter Simons
3806050f60
gravit: enable support for lua 5.0.x
...
The build doesn't work with the latest version 5.1.x. Upstream is going
to release an update to fix this soon.
svn path=/nixpkgs/trunk/; revision=27693
2011-07-10 14:04:24 +00:00
Peter Simons
c9695f2d48
Added obsolete lua-5.0.3 version, which is required by gravit.
...
svn path=/nixpkgs/trunk/; revision=27692
2011-07-10 14:04:19 +00:00
Peter Simons
6ad966c8b8
gnucash: re-enable the test suite
...
svn path=/nixpkgs/trunk/; revision=27691
2011-07-10 14:04:14 +00:00
Peter Simons
6b9ab942b5
pkgs/development/interpreters/lua-4/builder.sh: delete obsolete file
...
svn path=/nixpkgs/trunk/; revision=27690
2011-07-10 14:04:09 +00:00
Peter Simons
4cf494c8ff
gnucash: set RPATH so that GnuCash binaries can find its GNOME libraries at run-time
...
svn path=/nixpkgs/trunk/; revision=27689
2011-07-10 13:34:56 +00:00
Peter Simons
5fd662e2e9
gnucash: add ${gconf}/bin to $PATH in wrapper scripts
...
GnuCash attempt to call gconf binaries to register its schemas in the
system-wide database. That still doesn't work, of course, because gconf
can't update its store path. TODO. :-(
svn path=/nixpkgs/trunk/; revision=27688
2011-07-10 13:34:51 +00:00
Russell O'Connor
d21e981e64
Upgrade bitcoin to 0.3.24
...
svn path=/nixpkgs/trunk/; revision=27687
2011-07-10 01:12:57 +00:00
Peter Simons
f903153fe6
gnucash: updated to version 2.4.7
...
The test suite is currently disabled. There is an issue with GUILE_LOAD_PATH
that needs to be addressed before we can re-enable those tests. See comments in
the expression for further details.
svn path=/nixpkgs/trunk/; revision=27686
2011-07-09 13:02:46 +00:00
Peter Simons
483eb4948b
all-packages.nix: Changed gnucash expression to override the 'scheme' argument
...
in slibGuile so that the library is built with the same version of guile as
gnucash is.
svn path=/nixpkgs/trunk/; revision=27685
2011-07-09 12:11:41 +00:00
Peter Simons
eb264a8c51
all-packages.nix: build slibGuile with guile version 1.8 rather than 2.0
...
The guile 2.0 build of slib generates plenty of errors.
svn path=/nixpkgs/trunk/; revision=27684
2011-07-09 12:11:36 +00:00