Shea Levy
96a834d42a
replace-dependency: Better function names
2013-01-11 16:16:20 -05:00
Shea Levy
5dd1b8f204
replace-dependency: Don't strictly require that drv, old-dependency, and new-dependency be derivations
2013-01-11 16:13:58 -05:00
Shea Levy
779c74f795
Remove some artifacts of a failed attempt from replace-dependency
2013-01-11 16:09:07 -05:00
Lluís Batlle i Rossell
0b78c01e18
coreutils: I think I fix the evaluation, which failed for darwin.
2013-01-11 20:47:34 +00:00
Rok Garbas
a210e346dc
Merge pull request #259 from jcumming/urxvt.130111
...
urxvt-9.16
2013-01-11 12:30:53 -08:00
Shea Levy
d1662d7155
Add the replace-dependency build support function.
...
The use case is to do a deep replacement of a dependency without rebuilding the entire tree.
For example, suppose a security hole is found in glibc and a patch released. Ideally, you'd
just rebuild everything, but that takes time, space, and CPU that you might not have, so in
the mean time you could build a safe version of, say, firefox with:
firefox-safe = replace-dependency { drv = firefox; old-dependency = glibc; new-dependency = patched-glibc; };
Building firefox-safe will rebuild glibc, but only do a simple copy/string replacement on all other dependencies
of firefox. On my system (MBP 13" mid-2012), after a new glibc had been build building firefox took around 11 seconds.
See the comments in the file for more details.
2013-01-11 14:42:09 -05:00
Sander van der Burg
2dd59fc4cf
imagemagick: disable ghostscript on darwin, to make it work
2013-01-11 18:32:45 +01:00
Jack Cummings
3fe43187fb
urxvt-9.16
2013-01-11 09:28:52 -08:00
Jack Cummings
0cfd455a67
Update x86info description. Add Homepage.
2013-01-11 09:25:32 -08:00
Sander van der Burg
a0d45d6f9b
graphviz: Fix compilation on darwin
2013-01-11 18:20:44 +01:00
Florian Friesdorf
24d48d9170
don't put propagated recursivePthLoader into pth file, #257
2013-01-11 18:04:27 +01:00
Sander van der Burg
ed78245478
Merge branch 'master' of github.com:NixOS/nixpkgs
2013-01-11 18:02:58 +01:00
Sander van der Burg
f2c66f54e6
Fix compliation of gts on Darwin
2013-01-11 18:02:36 +01:00
Florian Friesdorf
a7a6173a3f
pygtk in pythonPackages, checks disabled, demo works, relates #223
...
Previously the checkPhase was not executed. It is now and a couple of
issues with it are seded away.
2013-01-11 17:45:26 +01:00
Peter Simons
4db9419a5c
gmp: switch default version back to 5.0.5
...
The 5.1.0 version breaks the build of virtually every package that uses the C++
wrappers for gmp (such as mpfr, ppl, etc).
2013-01-11 17:08:25 +01:00
Peter Simons
3b4bf9cee3
gmp: version 5.1.0 has the cpu-id patch applied already
2013-01-11 17:08:24 +01:00
Florian Friesdorf
59879f6496
fixup: pygobject rename pth
2013-01-11 16:11:07 +01:00
Peter Simons
b33ad366a1
Merge branch 'master' into stdenv-updates.
2013-01-11 15:46:10 +01:00
Florian Friesdorf
e856c72159
pygobject: in pythonPackages, removed hack handled now by pth
2013-01-11 15:30:56 +01:00
Florian Friesdorf
87423443b8
pycairo: move to pythonPackages
2013-01-11 15:23:44 +01:00
Florian Friesdorf
01f142296a
pythonPackages: use unversioned to blend into pkgs, no functional change
2013-01-11 15:21:23 +01:00
Florian Friesdorf
b4f84e3b1e
pythonPackages: introduce sections, no functional change
2013-01-11 15:14:53 +01:00
Peter Simons
abd6be85e1
lxc: update to version 0.8.0
2013-01-11 15:02:21 +01:00
Florian Friesdorf
a59164e931
modules propgate recursivePthLoader
...
An alternative would be to include it with the plain `python`.
2013-01-11 10:54:25 +01:00
Florian Friesdorf
37abd1e353
fix python26Full expression
2013-01-11 10:35:55 +01:00
Florian Friesdorf
212b4df91c
recursivePthLoader included via wrapper, not propagated by modules
2013-01-11 09:53:28 +01:00
Florian Friesdorf
4329ba3fb1
Merge branch 'channel-nixos' into python
2013-01-11 07:35:30 +01:00
Jack Cummings
42859e49ed
Merge remote-tracking branch 'upstream/master' into x86info.130109
2013-01-10 21:35:13 -08:00
Vladimír Čunát
56c7b96844
gtk2: a minor update
2013-01-10 22:53:46 +01:00
Vladimír Čunát
6f1aad769f
Libertine fonts: update and cleanup.
2013-01-10 22:36:42 +01:00
Lluís Batlle i Rossell
ce705aa998
supertuxkart: updating to 0.8
2013-01-10 20:55:46 +01:00
Vladimír Čunát
d0463caac5
Merge pull request #252 from matejc/master
...
xfce4-notifyd: add new package
2013-01-10 09:24:58 -08:00
Lluís Batlle i Rossell
7e1d0c12a3
stuntrally: updating from 1.4 to 1.8
...
I updated ogre and mygui, too. Now myguiSvn is older than mygui.
We should check if this commit breaks other games that use ogre (ror?)
2013-01-10 15:11:12 +01:00
Sander van der Burg
7242b4994e
Added optparse: A node.js option parsing library
2013-01-10 13:39:24 +01:00
Florian Friesdorf
9a41e3630a
remove some packages also broken in master
2013-01-10 13:10:47 +01:00
Florian Friesdorf
42d49b47ba
comment unneeded buildInputStrings
2013-01-10 12:50:17 +01:00
Florian Friesdorf
a8e52f19f5
Merge branch 'channel-nixos' into python
2013-01-10 12:03:54 +01:00
aszlig
abe2993c4b
chromium: Add myself to maintainers.
...
Might come in handy to actually know when things going to break.
In case you're wondering: Yes, "aszlig" is the name everyone uses in real life
(even my family uses it) and is my pending stage name (not _yet_ officially).
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-01-10 03:33:04 +01:00
aszlig
86f293a1e5
xf86-video-nouveau: Add pixman to buildInputs.
...
Well, either this build is only broken on my system or noone actually uses
nouveau? Even when looking into the source tree it seems to require pixman, so I
suppose it didn't work for anyone prior to this commit.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-01-10 03:29:44 +01:00
aszlig
e2a4295844
chromium: Add pulse_audio_fix.patch to nixpkgs.
...
The patch previously was fetched from an Arch Linux contributor but is no longer
available there anymore. So, this is only an intermediate fix until channels get
updated (very soon I hope, even though chromium 25 could get quite messy).
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-01-10 03:29:44 +01:00
aszlig
691bd7b9dd
Merge pull request #239 : VirtualBox guest update.
...
So, a VirtualBox update is best accompanied by the corresponding update of the
guest additions.
Thanks @dysinger for the contribution.
2013-01-10 03:29:44 +01:00
aszlig
acb6290eed
virtualbox: Update to new upstream version 4.2.6.
...
Fortunately this time the upstream package was packaged correctly and we no
longer need the patch to remove the reference to the fa_IR locale.
In addition we need to add lvm2 to dependencies because VirtualBox now requires
libdevmapper with its default configuration. We could disable it but in order to
gain DM support I think it's necessary and at least could avoid some confusion
from users if it's not working "out of the box" :-)
This is a bugfix release, upstream changes are:
* VMM: don't inject stale VT-x events to prevent crashes after VM reset
* VMM: workaround for buggy BIOSes which enable MONITOR only for certain CPUs
* GUI: fixed trimming of anti-aliased text in details-view element headers
* GUI: fixed create-settings-file-alias functionality on Mac hosts
* GUI: fixed take-guest-screenshot functionality on Windows hosts
* GUI: several minor fixes, including palette fixes
* GUI: fixed Windows 2012 OS type
* GUI: allow to terminate the VM even if VBoxSVC crashed
* API: fixed cancelling of snapshots, previously this could lead to
inconsistent VM configs
* API: fixed identifying disk images by UUID
* 3D Support: several fixes
* VRDP: fixed occasional crash with external authentication
* VGA: fix for double scan text modes
* USB: fixed invalid pending request count at the time of service of DEVICE
POWER requests (Windows hosts only)
* USB keyboard: Korean keyboard workaround
* Storage: fixed hang with QCOW images and asynchronous I/O enabled
* Storage: fixed hang with newer VHD images
* Storage: actually write the non-rotational flag to the VM settings (4.2.0
regression)
* Virtio-net: fixed the problem with network statistics counters in Session
Information dialog (GUI)
* Metrics: introduced network rate and disk usage metrics
* Metrics: fixed a crash under certain conditions on Solaris hosts
* BIOS: fix for El Torito
* Shared Folders: if the host folder of a shared folder mapping does not exist,
keep it active but mark it as invalid to prevent inconsistent
saved states
* VBoxManage: fixed converting disks from raw images
* VBoxManage: show snapshot description in the VM or snapshot information
* VBoxManage: make implicit opening of media consistent in all places dealing
with media
* VBoxManage: the iSCSI initiator name was not stored in the settings file when
doing storageattach
* VBoxManage: metrics collect now properly handles 'CPU/MHz' and
'Net/*/LinkSpeed' metrics
* VBoxManage: changing the image UUID or parent UUID as part of storageattach
works now in all safe cases
* VBoxManage: introduced storageattach --medium additions as a shortcut to
mount the additions image
* OVF: fixed importing OVF files cerated by recent VMware products
* Linux hosts / Bridged Networking: fixed the problem with leaking connections
in conntrack
* Linux Additions: added support for ConsoleKit sessions in the vminfo service
of VBoxService
* Linux Additions: don't crash during remount under certain conditions
* Linux/Solaris Additions: fixed guest memory metrics collection
* Solaris hosts: added a dependency to ensure that the user directories are
reachable when starting VBox services
* Windows host installer: integrated user-contributed translations, thanks to
all contributors!
* Windows Additions: fixed auto-logon installation for Windows 8
* Windows Additions: don't fail if the shared folders host service is not
available
* Windows Additions: fixed Guest Additions startup on Windows 2000 guests
* Windows Additions: auto-resize fixes for Windows 8 guests
Upstream changelist with bug ids can be found here:
https://www.virtualbox.org/wiki/Changelog
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-01-10 03:29:43 +01:00
Florian Friesdorf
0f52f5a945
Revert "don't propagate recursivePthLoader, it is needed to process it already"
...
This reverts commit edd160452e
.
If we propagate it, derivations that use a python package will also
get the recursivePthLoader needed to process the pth files of the
package.
2013-01-09 22:29:46 +01:00
Florian Friesdorf
1cd2bd460b
whitespace
2013-01-09 22:29:41 +01:00
Florian Friesdorf
9f66bf678e
release-python: derive python27Package from python27Packages
2013-01-09 22:23:41 +01:00
Florian Friesdorf
06ca1e4768
Merge branch 'channel-nixos' into python
2013-01-09 22:18:38 +01:00
Jack Cummings
2fd4313f6c
x86info-1.30
2013-01-09 11:49:41 -08:00
Florian Friesdorf
1b110436bf
release-python: remove two non-existing attrs
2013-01-09 20:45:01 +01:00
Lluís Batlle i Rossell
fdf11fdb7e
firefox18: adding it to release.nix
2013-01-09 19:45:56 +01:00
Matej Cotman
260cdd582e
xfce4-notifyd: add new package
2013-01-09 18:11:20 +01:00
Lluís Batlle i Rossell
a628b4b0e4
firefox: adding 18.0
...
I had to disable it using some nixpkgs, because they were considered
'too old'. They are simply commented in the code.
2013-01-09 17:31:04 +01:00
Peter Simons
1036942197
haskell-dimensional-tf: add version 0.1.1
2013-01-09 17:08:51 +01:00
Peter Simons
9e1df1ada3
haskell-numtype-tf: add version 0.1
2013-01-09 17:08:17 +01:00
Peter Simons
029439c0f6
haskell-type-level-natural-number: add version 1.1.1
2013-01-09 16:57:46 +01:00
Peter Simons
490085a811
git-annex: update to version 3.20130107
2013-01-09 16:54:31 +01:00
Peter Simons
aeef9a1ed4
haskell-warp: update to version 1.3.7
2013-01-09 16:54:31 +01:00
Peter Simons
65fe988502
haskell-multiarg: update to version 0.8.0.0
2013-01-09 16:54:31 +01:00
Peter Simons
7004eced83
haskell-monoid-extras: update to version 0.2.2.2
2013-01-09 16:54:31 +01:00
Peter Simons
c080c85572
haskell-lens: update to version 3.7.3
2013-01-09 16:54:31 +01:00
Peter Simons
8d1e639df2
haskell-dual-tree: update to version 0.1.0.1
2013-01-09 16:54:30 +01:00
Peter Simons
be8637c1f7
haskell-diagrams-lib: update to version 0.6.0.1
2013-01-09 16:54:30 +01:00
Peter Simons
ef4706675c
haskell-diagrams-core: update to version 0.6.0.1
2013-01-09 16:54:30 +01:00
Peter Simons
3b4b0d56be
haskell-active: update to version 0.1.0.3
2013-01-09 16:54:30 +01:00
Peter Simons
d80bf38daf
haskell-xmonad-extras: update to version 0.11
2013-01-09 16:54:29 +01:00
Peter Simons
90952495db
haskell-naturals: add version 0.2.0.2
2013-01-09 16:54:29 +01:00
Peter Simons
59aa248876
haskell-nat: add version 0.3
2013-01-09 16:54:29 +01:00
Rob Vermaas
cfdf35d6f9
Add preInstall ot buildPythonPackage (postInstall already existed) to allow selenium to work properly again.
2013-01-09 15:46:14 +01:00
Florian Friesdorf
0f007baf70
Merge branch 'channel-nixos' into python
2013-01-09 10:44:45 +01:00
Florian Friesdorf
dabb876c9b
release-python: create list of python packages from pythonPackages attrset
2013-01-09 10:39:09 +01:00
Florian Friesdorf
a37cabdbb7
fix python-2.6 build: purity for systems with stdenv.gcc.libc
...
On other systems python26 will continue to look for
/usr/include/netinet/in.h among others. I don't know whether/what to
do about that.
2013-01-09 08:45:03 +01:00
Florian Friesdorf
56517508d8
python-2.6.8: long overdue
2013-01-09 08:44:58 +01:00
Florian Friesdorf
ee0204d2c8
for some reason the python2.6 manpage is not gzipped
2013-01-09 08:27:39 +01:00
Florian Friesdorf
723d5a5581
fix python-2.6 build: purity for systems with stdenv.gcc.libc
...
On other systems python26 will continue to look for
/usr/include/netinet/in.h among others. I don't know whether/what to
do about that.
2013-01-09 08:26:15 +01:00
Florian Friesdorf
16e2a9133f
python-2.6.8: long overdue
2013-01-09 08:06:46 +01:00
Florian Friesdorf
0d3ad0d786
bsd-games: fix some paths, pager and typo
2013-01-09 06:53:44 +01:00
Tim Dysinger
3300607176
Upgrade VirtualBox Guest Additions to 4.2.6
2013-01-08 18:58:56 -10:00
Florian Friesdorf
6654cb8a10
comment
2013-01-09 05:21:01 +01:00
Vladimír Čunát
5ce7642487
Lyx: a bug-fix update.
2013-01-09 00:53:51 +01:00
Lluís Batlle i Rossell
430957b020
boinc: fix it; the binaries didn't start.
2013-01-08 23:28:39 +01:00
Lluís Batlle i Rossell
8de96cb04d
boinc: updating to 7.0.44
...
now it builds.
I started to use fetchgit instead of fetchsvn, because the upstream
doc pages talk about git more than svn.
2013-01-08 23:28:39 +01:00
Shea Levy
e11365c0a5
dd-agent: No need to propagate sysstat, dd-agent doesn't belong in user profiles anyway
2013-01-08 16:17:21 -05:00
Lluís Batlle i Rossell
e87d99f023
Enabling libvdpau in flashplayer
...
That enables hw accelerated video
2013-01-08 20:41:45 +01:00
Lluís Batlle i Rossell
0347868151
Updating libvdpau.
...
This fixes an annoying bug in nvidia hw accelerated video, where all colors
are messed.
http://cgit.freedesktop.org/~aplattner/libvdpau/commit/?id=ca9e637c61e80145f0625a590c91429db67d0a40
2013-01-08 20:41:44 +01:00
Shea Levy
9118f87181
Merge branch 'dd-agent' into upstream
2013-01-08 12:57:27 -05:00
Shea Levy
a23c70c492
dd-agent: Add meta
2013-01-08 12:55:55 -05:00
Shea Levy
76076ea9cf
dd-agent: Propagate sysstat
2013-01-08 12:48:24 -05:00
Eelco Dolstra
3a51aec945
Merge remote-tracking branch 'origin/master' into systemd
2013-01-08 18:47:23 +01:00
Shea Levy
bc2e957308
dd-agent: Add python so patchShebangs can patch python scripts
2013-01-08 12:42:11 -05:00
Eelco Dolstra
5a79974c81
systemd: Remove some plymouth calls
2013-01-08 18:41:21 +01:00
Shea Levy
4b2632e54a
dd-agent: Move /usr stuff to directly
2013-01-08 12:35:41 -05:00
Shea Levy
74c92f5f4a
First attempt at packaging dd-agent
2013-01-08 12:32:47 -05:00
Eelco Dolstra
cdb2f64a35
systemd: Get rescue.service and emergency.service to work
2013-01-08 18:11:56 +01:00
Eelco Dolstra
1909f9547d
Merge remote-tracking branch 'origin/master' into systemd
2013-01-08 17:06:43 +01:00
Eelco Dolstra
30201193ea
systemd: Generate patches from my systemd Git repo
2013-01-08 17:06:08 +01:00
Eelco Dolstra
d906239fe3
systemd: Update to 197
2013-01-08 17:06:08 +01:00
Eelco Dolstra
5391395e68
cryptsetup: Update to 1.5.1
2013-01-08 17:06:08 +01:00
Vladimír Čunát
afc0784322
Merge pull request #242 from vcunat/vlada/ipe-notg
...
Add the ipe editor.
2013-01-08 03:32:51 -08:00
Rickard Nilsson
eda055ded2
nvidia-x11: Install missing libs.
...
Several libs from the Nvidia distribution was not
copied to the nix store during installation. Therefore,
OpenCL was not working, for example.
The various nvidia-legacy packages are probably also
missing libs, this commit does not touch them, though.
2013-01-08 09:29:19 +01:00
Rob Vermaas
d6571f932f
Fix nodejs
2013-01-07 21:30:57 +01:00
Sander van der Burg
c6ff338e27
Added package + build functions for Titanium SDK, a cross-platform mobile development kit
2013-01-07 18:22:10 +01:00
Ludovic Courtès
563416500e
zile: remove `help2man' from the cross-build inputs
2013-01-07 17:37:51 +01:00
Ludovic Courtès
805561e4aa
libuuid: pass `--disable-libmount-mount' on GNU/Hurd.
2013-01-07 17:36:00 +01:00
Sander van der Burg
03621d4cd8
Remove my darwin workarounds for node.js
2013-01-07 17:01:50 +01:00
Sander van der Burg
eecb135cad
apr-util: Reenabling openldap support again
2013-01-07 16:58:09 +01:00
Sander van der Burg
5b0ca88d97
- Added xcodeenv: experimental support to build iOS apps through Nix
...
- Moved mobile development tools into a separate folder
2013-01-07 16:52:42 +01:00
Peter Simons
a547de1ecb
haskell-hlint: update to version 1.8.40
2013-01-07 12:18:36 +01:00
Peter Simons
2666c6f94c
haskell-void: update to version 0.5.11
2013-01-07 12:18:36 +01:00
Peter Simons
e1ee00d67b
haskell-uu-parsinglib: update to version 2.7.4.1
2013-01-07 12:18:36 +01:00
Peter Simons
87e992ad62
haskell-texmath: update to version 0.6.1.2
2013-01-07 12:18:36 +01:00
Peter Simons
cbd23de696
haskell-semigroups: update to version 0.9
2013-01-07 12:18:36 +01:00
Peter Simons
ae9e14ae13
haskell-semigroupoids: update to version 3.0.1
2013-01-07 12:18:35 +01:00
Peter Simons
6fa197d6e4
haskell-pretty-show: update to version 1.5
2013-01-07 12:18:35 +01:00
Peter Simons
351c10751e
haskell-network-conduit: update to version 0.6.2.2
2013-01-07 12:18:35 +01:00
Peter Simons
7025e23710
haskell-lens: update to version 3.7.2
2013-01-07 12:18:34 +01:00
Peter Simons
305485b279
haskell-http-reverse-proxy: update to version 0.1.1.1
2013-01-07 12:18:34 +01:00
Peter Simons
407ee56a61
haskell-http-conduit: update to version 1.8.6.2
2013-01-07 12:18:34 +01:00
Peter Simons
0931bf92c1
haskell-highlighting-kate: update to version 0.5.3.4
2013-01-07 12:18:34 +01:00
Peter Simons
4ef1cb39ed
haskell-hakyll: update to version 3.5.2.1
2013-01-07 12:18:34 +01:00
Peter Simons
d5971b4e2d
haskell-fsnotify: update to version 0.0.6
2013-01-07 12:18:34 +01:00
Peter Simons
98067f47bf
haskell-either: update to version 3.0.3
2013-01-07 12:18:33 +01:00
Peter Simons
18df74561d
haskell-distributive: update to version 0.3
2013-01-07 12:18:33 +01:00
Peter Simons
eb3448ddcf
haskell-comonads-fd: update to version 3.0.1
2013-01-07 12:18:33 +01:00
Peter Simons
493a5736ac
haskell-comonad: update to version 3.0.1.1
2013-01-07 12:18:33 +01:00
Peter Simons
8437ef7a18
haskell-comonad-transformers: update to version 3.0.1
2013-01-07 12:18:33 +01:00
Peter Simons
e891d62a6c
Jailbreak Haskell packages to deal with update of semigroups.
2013-01-07 12:16:48 +01:00
Peter Simons
750ed5b8da
wxHaskell: patch wxc to fix build error
2013-01-07 12:14:33 +01:00
Peter Simons
8dd292c32f
haskell-transformers-compat: add version 0.1
2013-01-07 12:05:25 +01:00
Peter Simons
c8e152b915
haskell-nats: add version 0.1
2013-01-07 12:05:16 +01:00
Peter Simons
2c219adf4d
haskell-hashable: update (unused) 1.2.x version to 1.2.0.3
2013-01-07 12:04:35 +01:00
Eelco Dolstra
c6c1bc6b0f
Merge branch 'master' into systemd
2013-01-07 00:34:25 +01:00
Eelco Dolstra
7364f8b55f
gnupg: Update to 1.4.13
...
CVE-2012-6085
2013-01-07 00:33:05 +01:00
Eelco Dolstra
1e9e2cb2bb
samba, imagemagick: Add missing meta info
2013-01-06 22:31:16 +01:00
Eelco Dolstra
53efca6946
nzbget: Update to 9.0
2013-01-06 22:31:16 +01:00
Michael Raskin
029d4fd1db
Wine: Update to 1.5.21
2013-01-07 01:35:58 +04:00
Michael Raskin
6e482a673d
SBCL: Update to 1.1.3
2013-01-07 01:35:44 +04:00
Mathijs Kwik
fbeb84b288
bup: optionally depend on par2cmdline
...
The default is to use it from path when available, as this is an
optional feature.
2013-01-06 18:44:55 +01:00
David Guibert
c7f30ac377
update atop
2013-01-06 17:51:54 +01:00
Lluís Batlle i Rossell
2839c45d97
gmp: Adding more urls for 5.1.0
...
It worked some days ago, but gnu mirrors seem to have removed gmp 5.1.0
2013-01-06 14:06:36 +00:00
Lluís Batlle i Rossell
91ece6f0dd
gnunet: update to 0.9.5
2013-01-06 10:53:17 +01:00
Lluís Batlle i Rossell
8a50276bd4
libmicrohttpd: update; the old url didn't work
...
They take out old versions from the file server
2013-01-06 10:53:17 +01:00
Jan Malakhovski
4b041ea0b7
xbmc: add version 11
2013-01-05 23:33:50 +01:00
Jan Malakhovski
33ea74f9b6
ffmpeg: show vdpauSupport to the world
2013-01-05 23:33:50 +01:00
Lluís Batlle i Rossell
11eb687e57
Fixing nettools with headers >=3.6 (no more strip)
...
I remove the strip (Metricom radio) support
2013-01-05 21:52:44 +00:00
Eelco Dolstra
e2d6154fff
nix: Update to 1.3
...
Also, use /etc/nix as the default configuration directory. This way
$NIX_CONF_DIR no longer needs to be set in most cases.
2013-01-05 18:57:33 +01:00
Cillian de Róiste
846c1f58de
bristol: fix JACK audio support
2013-01-05 17:00:38 +01:00
Peter Simons
9e9cd7b529
Merge branch 'master' into stdenv-updates.
2013-01-04 21:00:53 +01:00
Peter Simons
440bc6ec2a
all-packages.nix: strip trailing whitespace
2013-01-04 20:55:41 +01:00
Peter Simons
fdf4dddac1
automake: add version 1.13.1
2013-01-04 20:51:45 +01:00
Peter Simons
7505cb5f9a
gawk: update to 4.0.2
2013-01-04 20:39:54 +01:00
Peter Simons
796b5e3c9f
gmp-5.x: update from 5.0.5 to 5.1.0
2013-01-04 20:38:11 +01:00
Peter Simons
7a92fde4f0
xmonad-extras: jailbreak to support recent versions of xmonad
2013-01-04 19:24:18 +01:00
Peter Simons
21dcee77c0
haskell-splot: update to version 0.3.8
2013-01-04 19:24:18 +01:00
Peter Simons
e1a9fb4f98
haskell-SourceGraph: update to version 0.7.0.4
2013-01-04 19:24:17 +01:00
Peter Simons
b5b85a462a
haskell-zip-archive: update to version 0.1.3.3
2013-01-04 19:24:17 +01:00
Peter Simons
e4127994c8
haskell-yesod-core: update to version 1.1.7.1
2013-01-04 19:24:17 +01:00
Peter Simons
2225e641b8
haskell-yaml: update to version 0.8.2
2013-01-04 19:24:17 +01:00
Peter Simons
dcf34d73b3
haskell-xss-sanitize: update to version 0.3.3
2013-01-04 19:24:17 +01:00
Peter Simons
81bd4fe366
haskell-wai-extra: update to version 1.3.1.1
2013-01-04 19:24:17 +01:00
Peter Simons
23b52d157b
haskell-wai-app-static: update to version 1.3.1
2013-01-04 19:24:17 +01:00
Peter Simons
4ff7cdeec7
haskell-tabular: update to version 0.2.2.4
2013-01-04 19:24:17 +01:00
Peter Simons
a2c2dddf76
haskell-srcloc: update to version 0.4.0
2013-01-04 19:24:17 +01:00
Peter Simons
d8efd50ae1
haskell-random-source: update to version 0.3.0.4
2013-01-04 19:24:16 +01:00
Peter Simons
b3123e5ede
haskell-random-fu: update to version 0.2.4.0
2013-01-04 19:24:16 +01:00
Peter Simons
d7e9d418de
haskell-persistent: update to version 1.1.3.2
2013-01-04 19:24:16 +01:00
Peter Simons
3e833fbf9c
haskell-persistent-template: update to version 1.1.2.1
2013-01-04 19:24:16 +01:00
Peter Simons
266f63884f
haskell-mainland-pretty: update to version 0.2.5
2013-01-04 19:24:16 +01:00
Peter Simons
d995882f94
haskell-liblastfm: update to version 0.1.0.0
2013-01-04 19:24:16 +01:00
Peter Simons
786c925f73
haskell-language-c-quote: update to version 0.4.4
2013-01-04 19:24:16 +01:00
Peter Simons
83d0f9c54b
haskell-http-date: update to version 0.0.4
2013-01-04 19:24:16 +01:00
Peter Simons
35fbdd0e8c
haskell-http-conduit: update to version 1.8.6.1
2013-01-04 19:24:16 +01:00
Peter Simons
4f6765224c
haskell-hsemail: update to version 1.7.4
2013-01-04 19:24:15 +01:00
Peter Simons
919e80809f
haskell-heist: update to version 0.10.2.1
2013-01-04 19:24:15 +01:00
Peter Simons
53019390d1
haskell-graphviz: update to version 2999.15.0.1
2013-01-04 19:24:15 +01:00
Peter Simons
6f6cce58fe
haskell-gitit: update to version 0.10.1.1
2013-01-04 19:24:15 +01:00
Peter Simons
1c8bd5c4bb
haskell-fsnotify: update to version 0.0.5
2013-01-04 19:24:15 +01:00
Peter Simons
cfbd7b04fb
haskell-filestore: update to version 0.6
2013-01-04 19:24:15 +01:00
Peter Simons
02362d7064
haskell-file-embed: update to version 0.0.4.7
2013-01-04 19:24:15 +01:00
Peter Simons
7465fcb13f
haskell-double-conversion: update to version 0.2.0.6
2013-01-04 19:24:15 +01:00
Peter Simons
0e641a6be9
haskell-digestive-functors-heist: update to version 0.5.1.1
2013-01-04 19:24:14 +01:00
Peter Simons
4e4b37391a
haskell-dataenc: update to version 0.14.0.5
2013-01-04 19:24:14 +01:00
Peter Simons
51d2037ebc
haskell-cryptohash: update to version 0.8.3
2013-01-04 19:24:14 +01:00
Peter Simons
a17b729ebe
haskell-crypto-random-api: update to version 0.2.0
2013-01-04 19:24:14 +01:00
Peter Simons
52867cbbda
haskell-cprng-aes: update to version 0.3.2
2013-01-04 19:24:14 +01:00
Peter Simons
eada7c6434
haskell-conduit: update to version 0.5.6
2013-01-04 19:24:14 +01:00
Peter Simons
7035074f8c
haskell-clientsession: update to version 0.8.0.2
2013-01-04 19:24:14 +01:00
Peter Simons
bb0d531fa3
haskell-classy-prelude: update to version 0.4.3
2013-01-04 19:24:13 +01:00
Peter Simons
d94ffba8b8
haskell-classy-prelude-conduit: update to version 0.4.3
2013-01-04 19:24:13 +01:00
Peter Simons
d2cc7f2467
haskell-cautious-file: update to version 1.0.2
2013-01-04 19:24:13 +01:00
Peter Simons
7459971e05
haskell-basic-prelude: update to version 0.3.2.0
2013-01-04 19:24:13 +01:00
Peter Simons
40d7add812
haskell-Graphalyze: update to version 0.14.0.0
2013-01-04 19:24:13 +01:00
Peter Simons
ae444b8eb8
haskell-Diff: update to version 0.2.0
2013-01-04 19:24:12 +01:00
Peter Simons
70b6b15215
git-annex: update to version 3.20130102
2013-01-04 19:24:09 +01:00
Peter Simons
cb329d1cd2
git: update to version 1.8.1
2013-01-04 19:24:04 +01:00
Peter Simons
f7ef8f0990
haskell-X11: dropped obsolete version 1.5.0.1
2013-01-04 19:10:36 +01:00
Peter Simons
84eef6ea21
haskell-xmonad-contrib: update to version 0.11
2013-01-04 19:09:51 +01:00
Peter Simons
1c3182ccdf
haskell-xmonad: update to version 0.11
2013-01-04 19:09:51 +01:00
Eelco Dolstra
99897218f4
linux: Update to 3.2.36
2013-01-04 14:19:00 +01:00
Lluís Batlle i Rossell
d002376fbf
linux man-pages: updating to 3.45
2013-01-04 10:28:34 +01:00
Lluís Batlle i Rossell
2ada8ec1f0
wxgtk29: updating to 2.9.4
2013-01-04 09:52:18 +01:00
Jan Malakhovski
e00c03101f
anki: add version 2.0.3
2013-01-04 03:48:47 +00:00
Jan Malakhovski
ef926f21e6
maildrop: add version 2.6.0
2013-01-04 03:07:46 +00:00
Cillian de Róiste
4ad3cc1c6d
Emacs Rope: update rope, ropemacs and add ropemode
2013-01-04 01:58:22 +01:00
Cillian de Róiste
e0248cdfdb
Pymacs (Emacs to Python interface): upgrade to 0.25
2013-01-03 23:03:02 +01:00
Rok Garbas
129aa4df91
alot: updating to latest version
2013-01-03 20:21:04 +01:00
Lluís Batlle i Rossell
2169b0ab2e
vsftpd: fixing build in x86_64/i686
...
It was building fine in the sheevaplug though.
2013-01-03 19:52:14 +01:00
Lluís Batlle i Rossell
a72f66aded
ffmpeg 1.0: adding alsa support
2013-01-03 19:45:20 +01:00
Rok Garbas
fa4f8f8688
pythonPackages.jedi: adding jedi package
2013-01-03 19:28:12 +01:00
Rickard Nilsson
38a14fac65
NetworkManager: cooperate better with systemd
2013-01-03 18:14:38 +01:00
Vladimír Čunát
3c2091276e
vlada/ipe
...
Adding the ipe editor.
Signed-off-by: Vladimír Čunát <vcunat@gmail.com>
2013-01-03 16:13:55 +01:00
Rickard Nilsson
db292a74c0
Merge remote-tracking branch 'upstream/master' into systemd
...
Conflicts:
pkgs/tools/networking/network-manager/default.nix
2013-01-03 13:44:47 +01:00
Rickard Nilsson
869a222062
obnam: Update to 1.3
...
Supporting packages also updated.
2013-01-03 13:25:02 +01:00
Rickard Nilsson
9cc281d5e8
Add python packages required for Graphite
...
Graphite is a scalable realtime graphing webapp,
see http://graphite.wikidot.com
2013-01-03 13:08:23 +01:00
Rickard Nilsson
ed226c9496
NetworkManager: Update to 0.9.6.4
2013-01-03 13:06:59 +01:00
Rickard Nilsson
26ee30d576
python-twisted: Update to 12.3.0
2013-01-03 12:50:19 +01:00
Rickard Nilsson
2278d43eab
wpa_supplicant: Install systemd service files
2013-01-03 12:47:00 +01:00
Lluís Batlle i Rossell
ee3f45d1db
coreutils: fixing parenthesis on if/then
...
I'll never get it. This commit is suggested by Eelco, saying
the old parentheses were wrong.
2013-01-02 20:05:53 +01:00
Lluís Batlle i Rossell
472499ccd8
coreutils: I forgot a file in the prev commit
2013-01-02 20:04:08 +01:00
Lluís Batlle i Rossell
9cc65f6893
Setting coreutils to 8.20 for linux, 8.19 for darwin
...
As Eelco noted in 0ecd1f62c7
,
Darwin can't build 8.20. But linux can't build 8.19 now.
2013-01-02 20:01:49 +01:00
Lluís Batlle i Rossell
09d12cc9db
coreutils: update to 8.20. They didn't build in i686 here.
...
Here is the error:
set-mode-acl.c: In function 'qset_acl':
set-mode-acl.c:72:6: error: #error Must have acl_delete_def_file (see POSIX 1003.1e draft 17).
2013-01-02 19:26:11 +01:00
Rob Vermaas
df8fc1b452
Merge pull request #238 from dysinger/virtualbox-fix-vboxsf-and-vboxservice
...
VirtualBox Guest Additions fully working
2013-01-02 00:16:45 -08:00
Rickard Nilsson
bafdf87367
wpa_supplicant: Update to 1.1
2013-01-01 17:15:20 +01:00
Rickard Nilsson
fe128bf31e
wpa_supplicant: Update to 1.1
2013-01-01 17:13:33 +01:00
Vladimír Čunát
b794d22834
Lyx minor update to 2.0.5.
2013-01-01 16:33:56 +01:00
Mathijs Kwik
4907102677
btrfs-progs: add small tool to set the received-uuid of exisiting subvolumes
2013-01-01 13:50:15 +01:00
Mathijs Kwik
9572c2fae8
btrfs-progs: minor patches to get "btrfs receive" working
2013-01-01 13:50:15 +01:00
Mathijs Kwik
3d0b5b7a8f
btrfs-progs: small patch to fix listing subvolumes on kernel 3.6+
...
The btrfs cleaner, introduced in 3.6 leaves some unresolvable entries,
which the userspace utils don't know how to handle.
2013-01-01 13:50:14 +01:00
Mathijs Kwik
66a7fa30b8
bup: upgrade to git20121224
2013-01-01 13:50:14 +01:00
Mathijs Kwik
6c062cd5a1
youtube-dl: "link" to python directly
2013-01-01 13:50:14 +01:00
Shea Levy
c1598d167e
Simplify lib.typeOf
2012-12-31 13:59:30 -05:00
Lluís Batlle i Rossell
d16f4bb3ed
Merge branch 'pi-stdenv-updates' into stdenv-updates
...
This adds raspberry pi support. I've almost tested all.
Should fix https://github.com/NixOS/nixpkgs/issues/234
2012-12-31 16:03:16 +00:00
Vladimír Čunát
b5a3ae7b22
Merge pull request #241 from RSzibele/filezilla-3.6.0.2
...
Add FileZilla-3.6.0.2.
2012-12-31 04:29:57 -08:00
Vladimír Čunát
0147801ee7
Merge pull request #240 from RSzibele/tinyxml-2.6.2
...
Added TinyXML 2.6.2.
2012-12-31 04:29:24 -08:00
RSzibele
70fadcafcb
Added FileZilla-3.6.0.2.
2012-12-31 11:59:08 +01:00
RSzibele
e66e926121
Added TinyXML-2.6.2.
2012-12-31 11:13:55 +01:00
Lluís Batlle i Rossell
2402bb2613
gcc: Moving the arch=loongson2f to the current platform approach
2012-12-31 09:38:32 +00:00
Lluís Batlle i Rossell
ba7cde0156
Porting the platform gcc flags support to gcc 4.7
2012-12-31 09:32:11 +00:00
Tim Dysinger
58a57efc8a
Add mount.vboxsf back to the expression, add dbus & patchelf everything so it works
2012-12-30 16:04:48 -10:00
Lluís Batlle i Rossell
97d81bde0c
Adding platform gcc information for raspberrypi, and the gcc support.
...
Without it, gcc builds for softfloat, and the glibc doesn't have support for
softfloat (it ends up requiring some gnu-soft.h file). We'll have to test if
this fixes the build of gcc or not, though.
2012-12-30 21:55:02 +00:00
Lluís Batlle i Rossell
d8b0834973
unpack-bootstrap-tools: Removing the patch of libstdc++
...
Although patching it made some programs run (configure tests), some others
crashed with segfault. So I don't think there is any win patching it. The
proper way to solve the bootstrap in the raspberry pi is, as far as I've been
testing, use glibc 2.17 libs in bootstrap-tools with the same ld.so name as the
bootstrapped glibc.
This is a problem inherent in our way to bootstrap, that first replaces
the glibc of a given gcc+glibc (bootstrap-tools) with gcc-wrapper tricks, and
then builds a new gcc. A nicer way would be to build a gcc without glibc,
then the glibc, then the final gcc, as we do with cross-tools.
Some comments about this problem in
https://github.com/NixOS/nixpkgs/issues/234#issuecomment-11764352
2012-12-30 13:53:48 +00:00
Lluís Batlle i Rossell
cfdc532102
Updating bootstrap tools to ones with glibc 2.17
...
This solves the problem of the change of name in ld.so between
glibc 2.13 and 2.17 (at least for armhf). Some comments about it in
https://github.com/NixOS/nixpkgs/issues/234#issuecomment-11764352
As there says, without this, gmp (after glibc built) tests crashed
- segfault.
2012-12-30 13:50:31 +00:00
Michael Raskin
df65a79bb3
Export shell packages from stdenvLinux
...
Now that we have a way to alter /bin/sh in chroots on non-NixOS Linux
platforms, it may be useful to have access to stdenv.shell package and to
static bash contained in bootstrap tools. So make them accessible via stdenv
attribute set.
2012-12-30 15:29:02 +04:00
Lluís Batlle i Rossell
0ba8b50e83
Fixing again about libstdc++.
...
I also move the 'echo patching' lines down, so they are printed
only for files really patched.
2012-12-29 23:46:00 +00:00
Lluís Batlle i Rossell
52ac6f96aa
Fix on prev commit: the bootstrap tools don't have libmudflap
...
Out of glibc libs, only libstdc++ requires ld.so.
2012-12-29 23:31:48 +00:00
Lluís Batlle i Rossell
f050675458
unpack bootstrap tools arm: fix more rpaths
...
libstdc++ and libmudflapth link to the dynamic loader; if the
bootstrap uses another dynamic loader name, and the rpath of these
libs isn't changed, they will fail to load.
2012-12-29 23:14:25 +00:00
Lluís Batlle i Rossell
eb0422e4c1
Merge branch 'stdenv-updates' into pi-stdenv-updates
2012-12-29 14:18:43 +00:00
Lluís Batlle i Rossell
29fdf278ce
Enabling support of ld-linux-armhf.so.3 ld.so, in ARM
...
I use wildcards.
2012-12-29 14:14:53 +00:00
Lluís Batlle i Rossell
b8c0279b9f
Unifying buildergo.sh and builder.sh into one.
2012-12-29 15:11:32 +01:00
Lluís Batlle i Rossell
829bdc1cb0
glibc: making 2.17 the glibc to use cross-building.
2012-12-29 15:08:18 +01:00
Lluis Batlle
451974f679
vsftpd: update to 3.0.2
...
And updated url. The old didn't work.
2012-12-29 12:22:50 +01:00
Lluis Batlle
db6925ea37
Add kgdb to the sheeveaplug. It can help in case of troubles.
2012-12-29 12:22:50 +01:00