Commit Graph

28116 Commits

Author SHA1 Message Date
Sander van der Burg
dbcb178ef2 Added extraAVDFiles parameter to support custom system images 2013-08-06 11:16:51 +02:00
Sander van der Burg
ed70cc9830 We must also take Android's ABI version into account 2013-08-06 10:41:13 +02:00
Ricardo M. Correia
36c2711f8b linux: update grsecurity patch 2013-08-06 02:21:00 +00:00
Ricardo M. Correia
97056a0620 linux: properly parse config choice when it's new 2013-08-06 02:20:48 +00:00
Evgeny Egorochkin
02c67c3b01 Amarok: update to 2.7.1 2013-08-06 04:13:33 +03:00
Evgeny Egorochkin
db6155fa54 xrestop: package 0.4 2013-08-06 03:56:21 +03:00
Jason "Don" O'Conal
d4ba4769b6 password-store: add expression 2013-08-06 09:46:06 +10:00
Jason "Don" O'Conal
f3aedccfd4 grc: add expression 2013-08-06 09:42:24 +10:00
Peter Simons
0237aa136f R: ensure that run-time dependencies can be found 2013-08-06 00:44:20 +02:00
Sander van der Burg
f5f5f69ef0 The emulator needs file in its PATH and alsaLib 2013-08-05 22:18:56 +02:00
Ricardo M. Correia
2208c360ac linux: Update to 3.2.50 2013-08-05 18:19:48 +00:00
Sander van der Burg
7019b685de Make the emulator flags configurable at runtime and unimportant messages should go the stderr 2013-08-05 19:08:58 +02:00
Eelco Dolstra
2a294a582b Statistics::Descriptive: Update to 3.0605 2013-08-05 15:14:02 +02:00
Sander van der Burg
a82fcea437 Make iPhone simulator SDKs configurable 2013-08-05 12:47:57 +02:00
Peter Simons
d766bb6f32 haskell-stylish-haskell: update to version 0.5.7.0 2013-08-05 10:56:30 +02:00
Peter Simons
0b93f03230 haskell-shakespeare: update to version 1.0.5.1 2013-08-05 10:56:30 +02:00
Peter Simons
0979e4a832 haskell-numeric-prelude: update to version 0.4.0.3 2013-08-05 10:56:30 +02:00
Peter Simons
d65b81b36b haskell-MissingH: update to version 1.2.0.1
Don't run the check phase to avoid depending on the obsolete testpack package.
2013-08-05 10:56:30 +02:00
Peter Simons
60a6e6802f haskell-git-annex: update to version 4.20130802 2013-08-05 10:56:30 +02:00
Jaka Hudoklin
018b39d28b iodined: Fix iptables and route path to bin instead of sbin 2013-08-05 01:00:34 +02:00
Vladimír Čunát
cd531d70f6 lightdm updates (merge #574)
Also fixes the situation where some session stuff is written to nix store.
2013-08-04 19:16:41 +02:00
Peter Simons
d5cad473f9 bison3: mark low-prio until the check phase is fixed 2013-08-03 12:14:03 +02:00
Peter Simons
0c331a4a42 haskell-idris: revert update to version 0.9.9
This reverts commit 61c880d558. The new
Idris version depends on a version of LLVM that we don't have in master
yet: it's only in x-updates.
2013-08-03 12:10:39 +02:00
Peter Simons
cc691d95f5 haskell-lens: jailbreak to fix build with latest version of generic-deriving 2013-08-03 12:08:23 +02:00
Peter Simons
1d06592025 haskell-unix-time: update to version 0.2.0 2013-08-03 12:08:23 +02:00
Peter Simons
02db4b9f70 haskell-unix-process-conduit: update to version 0.2.2 2013-08-03 12:08:23 +02:00
Peter Simons
30135c6b50 haskell-stm-conduit: update to version 2.1.1 2013-08-03 12:08:23 +02:00
Peter Simons
e6239c406f haskell-reactive-banana: update to version 0.7.1.3 2013-08-03 12:08:23 +02:00
Peter Simons
cb8f500a17 haskell-profunctor-extras: update to version 3.3.3.1 2013-08-03 12:08:23 +02:00
Peter Simons
5fd7636a2e haskell-generic-deriving: update to version 1.6.1 2013-08-03 12:08:23 +02:00
Peter Simons
dd0031cbad haskell-feed: update to version 0.3.9.1 2013-08-03 12:08:23 +02:00
Peter Simons
bcd9344f9b haskell-fast-logger: update to version 0.3.3 2013-08-03 12:08:22 +02:00
Peter Simons
bf1ce4f47b haskell-MonadRandom: update to version 0.1.11 2013-08-03 12:08:22 +02:00
Peter Simons
61c880d558 haskell-idris: update to version 0.9.9 2013-08-03 12:08:22 +02:00
Peter Simons
41126666a6 bison: add version 3.0 2013-08-03 10:39:07 +02:00
aszlig
bcb9417c0e
chromium: Update stable and dev release channels.
This introduces the following new versions:

stable: 28.0.1500.71 -> 28.0.1500.95 (builds fine, tested)
dev:    30.0.1573.2  -> 30.0.1581.2  (builds fine, tested)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-03 09:49:08 +02:00
aszlig
4489dc729e
python-paramiko: Propagate pycrypto dependency.
Leaving this just in buildInputs won't help here, because the project
using Paramiko will need pycrypto in any case.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-03 09:49:08 +02:00
aszlig
a672551d44
python-paramiko: Update to version 0.11.0.
This also now uses the md5 istead of the sha256, because pypi actually
directly provides MD5 sums.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-03 09:48:54 +02:00
Peter Simons
4fb87e91ff Merge pull request #800 from edanaher/master
Add simple hsetroot package.
2013-08-02 02:32:19 -07:00
aszlig
9b9fa35ebd
blivet: Update sha256, as it changed upstream.
The sha256 was magically changed upstream with the same contents but
different timestamps, so let's update it. Thanks to @rbvermaa for
noticing.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-02 10:59:06 +02:00
aszlig
1362d479cb
nixpart: Update to bugfix version 0.4.1.
Contains the following fix:

  - Fix mounting btrfs when mount_only (-m) is used.

I would like to update blivet as well, but at the moment it breaks for
nixpart, so let's retry later when we're at 0.5.x or even 1.x :-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-02 07:36:08 +02:00
Michael Raskin
bfbbb12e35 Adding CL-Launch. CL-Launch is a wrapper for unified launching of various Lisp implementations 2013-08-02 09:39:20 +04:00
Evan Danaher
35333935d6 Add simple hsetroot package. 2013-08-01 20:16:37 +02:00
Eelco Dolstra
65ad55c425 git-subtree: Remove
This package is obsolete because it's now part of git (see
https://github.com/apenwarr/git-subtree/blob/master/THIS-REPO-IS-OBSOLETE).
2013-08-01 16:37:36 +02:00
Eelco Dolstra
80a82a2858 git: Install git-subtree 2013-08-01 16:36:54 +02:00
Eelco Dolstra
4ec1f8b68a git: Update to 1.8.3.4 2013-08-01 16:26:02 +02:00
Eelco Dolstra
4342a32deb VM builds: Reduce kernel verbosity 2013-08-01 14:35:31 +02:00
Eelco Dolstra
d077851b7d VM builds: Use the default kernel 2013-08-01 14:35:31 +02:00
Eelco Dolstra
f155a35d7d Move kernelExtraConfig to common-config.nix (for x86)
It's bad to have the kernel config scattered across two places.  (This
should also be done for the other architectures.)

Also, restore Xen and KVM guest support in Linux 3.10.
2013-08-01 14:35:31 +02:00
Sander van der Burg
9a2b9ba6b3 Turn LD_LIBRARY_PATH into a suffix to allow NVIDIA's OpenGL driver to be used 2013-08-01 12:43:33 +02:00
Sander van der Burg
c81e70fc30 Shut up annoying question to configure hardware profiles 2013-08-01 11:32:57 +02:00
Sander van der Burg
77dd343e1e - System images are not required for building. Disabling them makes building faster.
- Make ant flags configurable
2013-08-01 11:21:54 +02:00
Eelco Dolstra
14ca9c0bf1 linux: Include "NixOS" in "uname -v" 2013-08-01 01:40:41 +02:00
Eelco Dolstra
d1de0e2d6d linux: Enable detection of hung tasks 2013-08-01 01:40:41 +02:00
Eelco Dolstra
f2f00c56e4 linux: Enable stack protector
This may prevent exploitation of buffer overflows.
2013-08-01 01:40:41 +02:00
Eelco Dolstra
c564d012f8 Style fix 2013-08-01 01:40:41 +02:00
Eelco Dolstra
b976e00ff2 linux: Remove obsolete AUFS 3.7 patch 2013-08-01 01:40:40 +02:00
Eelco Dolstra
ff99631753 linux: Remove CIFS timeout patch
We longer use CIFS in the VM tests so we don't need this anymore.
2013-08-01 01:40:40 +02:00
Eelco Dolstra
956d71f843 linux: Remove some unused patches 2013-08-01 01:40:40 +02:00
Eelco Dolstra
bc8186be1e linux: Disable /dev/kmem
See e.g.
  https://wiki.ubuntu.com/Security/Features#A.2BAC8-dev.2BAC8-kmem_disabled
2013-08-01 01:40:40 +02:00
Eelco Dolstra
e1a7be4294 iwlwifi4965ucodeV1: Remove
This is verrrry obsolete.
2013-08-01 01:40:40 +02:00
Eelco Dolstra
7ce325f3e0 Unify the Linux kernel configurations
Having N different copies of the NixOS kernel configuration is bad
because these copies tend to diverge.  For instance, our 3.10 config
lacked some modules that were enabled in older configs, probably
because the 3.10 config had been copied off an earlier version of some
older kernel config.

So now there is a single kernel config in common-config.nix.  It has a
few conditionals to deal with new/removed kernel options, but
otherwise it's pretty straightforward.

Also, a lot of cut&paste boilerplate between the kernel Nix
expressions is gone (such as preConfigure).
2013-08-01 01:40:40 +02:00
Eelco Dolstra
dccbdcf520 linux: Don't put the kernel version in meta 2013-08-01 01:40:40 +02:00
Bjørn Forsman
2238a23352 wicd: wrapper env vars prefix -> postfix
Change PATH=$PATH:deps to PATH=deps:$PATH in the wicd wrappers, because
the latter is more deterministic; it prevents possibly wrong versions of
dependencies to sneak in from the environment.

Do the same for PYTHONPATH.
2013-07-31 21:54:09 +02:00
Joachim Schiele
cd188cbc0f Merge branch 'master' of github.com:NixOS/nixpkgs 2013-07-31 18:17:08 +00:00
Joachim Schiele
d7dc9cd0d2 fixed a patch which was rejected, i wonder why it was still there... 2013-07-31 18:15:53 +00:00
Sander van der Burg
dc183167cb Merge branch 'master' of github.com:NixOS/nixpkgs 2013-07-31 18:56:36 +02:00
Sander van der Burg
1c8b4c8950 Now x86 and mips images from external repositories are supported + added GPU option to the emulate function 2013-07-31 18:56:27 +02:00
Joachim Schiele
6b1116cfce Merge branch 'dhex' 2013-07-31 15:21:54 +00:00
Joachim Schiele
afbc5cd5e9 added dhex, a nice ncurses based hex editor for the shell 2013-07-31 15:20:23 +00:00
Sander van der Burg
c324091a77 Fixed incorrect platform-tools sha1 value 2013-07-31 16:14:47 +02:00
Sander van der Burg
ab9be1b809 Updated Android SDK to version 22.05, updated all plugins, and added mesa to the search path of the emulators to enable OpenGL acceleration 2013-07-31 16:00:57 +02:00
Rok Garbas
77063f3f75 adding description to networkmanager plugins 2013-07-31 15:36:17 +02:00
Rok Garbas
537a71a51e openconnect and vpnc NetworkManager plugins added
also openvpn plugin updated to the same version as NetworkManager
2013-07-31 15:36:17 +02:00
Eelco Dolstra
32b036a430 apr-util: Update to 1.5.2 2013-07-31 15:02:54 +02:00
Eelco Dolstra
ab7f2aea8e apr: Update to 1.4.8
Also drop the accept4 hack because Linux 2.6.32 is now the minimal
kernel version supported by Nixpkgs.
2013-07-31 15:02:23 +02:00
Eelco Dolstra
c8c817a3b4 qemu-kvm: Disambiguate 2013-07-31 14:53:35 +02:00
Eelco Dolstra
b5fcb5b67d Use the qemu-kvm wrapper 2013-07-31 14:53:35 +02:00
Eelco Dolstra
00e311e438 qemu-kvm: Remove
But install a qemu-kvm wrapper in qemu.
2013-07-31 14:53:34 +02:00
Eelco Dolstra
945c70202f qemu: Update to 1.5.2 2013-07-31 14:53:34 +02:00
Domen Kožar
332dd4854f Move namePrefix="" python packages out of python-packges.nix
It doesn't make sense to build tools/applications with three different
python interpreter versions, so move them out of python modules list.

Also reverts 53ffc6e0ef.
2013-07-31 13:34:11 +02:00
Peter Simons
ef659fa8c0 haskell-unix-process-conduit: update to version 0.2.1.2 2013-07-31 11:09:17 +02:00
Peter Simons
5f960aac0f haskell-haskell-src-meta: update to version 0.6.0.3 2013-07-31 11:09:17 +02:00
Peter Simons
34db77c302 haskell-feed: update to version 0.3.9 2013-07-31 11:09:02 +02:00
Peter Simons
dc4f9a37be haskell-cmdargs: update to version 0.10.5 2013-07-31 11:09:02 +02:00
Peter Simons
67afed00d5 all-packages.nix: drop trailing whitespace 2013-07-31 10:52:27 +02:00
Peter Simons
53ffc6e0ef Drop recurseIntoAttrs from python33Packages and pypyPackages.
We cannot import the packages from all of these three packages sets into
the global namespace, because they are indistinguishable. For example:

  $ nix-env -qaP \* | grep pylint
  pypyPackages.pylint                 pylint-0.26.0
  python33Packages.pylint             pylint-0.26.0
  python27Packages.pylint             pylint-0.26.0

When someone tries to install pylint by running "nix-env -i pylint",
then it's impossible to tell which one of these three versions was
chosen.

I can think of two ways to remedy this problem with recurseIntoAttrs:

 1) Bake the name of the Python interpreter into every package's name,
    i.e. offer "python27-pylint", "python33-pylint", and so on.

 2) Ensure that all non-default package sets mark all their packages
    'lowPrio' to unsure that the choice during installation is
    deterministic.
2013-07-31 10:52:15 +02:00
Bjørn Forsman
7e0bd8d360 offlineimap: remove python prefix from package name
OfflineIMAP is primarily a program/tool, not a python module (although
it installs a python module too, for those who want to poke at its
internals).

Now we can install it with "nix-env -i offlineimap" instead of
"nix-env -i python2.7-offlineimap".
2013-07-30 21:30:34 +02:00
Zef Hemel
b92b8dce05 MicroGNUEmacs, a.k.a. MG 2013-07-30 20:24:28 +02:00
Eelco Dolstra
1e6b14e8a4 Make phpXdebug_5_3 low priority 2013-07-30 16:52:12 +02:00
Eelco Dolstra
394dc5da78 batman-adv: Disambiguate kernel versions 2013-07-30 16:52:12 +02:00
Eelco Dolstra
3c462ded97 linux: Update to 3.2.49, 3.4.55 2013-07-30 16:52:12 +02:00
Eelco Dolstra
70d6623586 Fix a name collision between two distinct KDE wallpaper packages 2013-07-30 16:52:11 +02:00
Eelco Dolstra
7f48c7a447 Fix a name collision between glibc and glibc217 2013-07-30 16:52:11 +02:00
Eelco Dolstra
b509c78ea3 webkitSVN: Remove
It hasn't been updated in a long time.
2013-07-30 16:52:11 +02:00
Eelco Dolstra
60355207c3 Fix some name collisions 2013-07-30 16:52:11 +02:00
Sander van der Burg
ae90a7e8f3 Added forever-monitor nodejs package 2013-07-30 15:24:26 +02:00
Mathijs Kwik
f918e06988 wine: upgrade to 1.6 + latest gecko/mono extensions 2013-07-30 14:25:10 +02:00
Michael Raskin
0a8b83fdd0 Fix unneeded inherit 2013-07-30 16:02:39 +04:00
Michael Raskin
9acc0d4bc9 Adding x-cape keyboard mapping helper 2013-07-30 15:51:01 +04:00
Michael Raskin
97b8ac932d Adding Lush: Lisp Universal SHell 2013-07-30 15:20:46 +04:00
Sander van der Burg
c1fcb0c2e6 Make the setup-hook work again now that nodejs modules reside in lib/node_modules 2013-07-30 13:00:05 +02:00
Sander van der Burg
c7e680c5bd Add fs-walk node package + updated other nodejs packages 2013-07-30 12:19:57 +02:00
Sander van der Burg
44731b5251 Bump disnix,disnixos and dysnomia to latest development versions 2013-07-30 12:03:03 +02:00
Peter Simons
0668d54827 python-packages.nix: unsubscribe myself from some Hydra mails 2013-07-30 11:39:51 +02:00
Domen Kožar
af98eb8de0 Merge pull request #752 from lovek323/matplotlib
matplotlib: fix build on darwin
2013-07-30 00:54:39 -07:00
Domen Kožar
a0740092ce nose: run tests as noted in https://code.google.com/p/python-nose/issues/detail?id=387#c4 2013-07-30 09:51:43 +02:00
Domen Kožar
31ff9d9c68 Limnoria: update to 2013-06-01
Old build was hanging when building for python3, see
http://hydra.nixos.org/build/5615679/log/raw
2013-07-30 09:37:00 +02:00
Domen Kožar
874019b3c4 limnoria: add git as dependency, otherwise build fails 2013-07-30 09:37:00 +02:00
aszlig
69dccda3c0
VM builds: Update debian Wheezy image to v7.1.
Wheezy has been released on June 15th and on all mirrors the SHA256 hash
of Packages.bz2 has changed to reflect the new release, so let's update.

Here is the release announcement from Debian:

http://www.debian.org/News/2013/20130615

It also seems that the versioning scheme has changed in version 7.x, so
they seem to have switched to a two digit versioning scheme. This means,
that the attribute name "debian70..." should really be something like
"debian7...", but I'm keeping the attribute as-is to not break
references.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-30 05:59:59 +02:00
aszlig
b42eb45429
thttpd: New package, version 2.25b.
We already have mini_httpd, but IMHO it is *too* minimal as in not very
flexible in configuration (for example, I haven't found any runtime
configuration for disabling logging), so that's why I decided to add
thttpd, which serves quite well as an ad-hoc HTTPd.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-30 05:59:59 +02:00
aszlig
cd4b5e1a35
fillDiskWithDebs: Create fake start-stop-daemon.
This is needed in order to prevent services from starting while
populating the image with the contents of the .deb files. The procedure
used here is exactly the same as used in debootstrap.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-30 05:59:40 +02:00
Domen Kožar
4c9ba428f9 nose: remove failing test 2013-07-30 00:20:42 +02:00
Domen Kožar
ae7adcb6e4 git: find global configs in /etc/ instead of /etc 2013-07-29 23:40:54 +02:00
Domen Kozar
0be7ef35bb gmvault: use logbook 0.4.2 2013-07-29 21:16:35 +02:00
Domen Kozar
7458f29dc9 don't wrap scripts in EGG-INFO/scripts since they are called from python 2013-07-29 19:31:58 +02:00
Domen Kozar
4f5960e20d distutils2: remove the package, nothing depends on it and it's obsolete 2013-07-29 19:09:12 +02:00
Domen Kozar
0f7a0411b2 psycopg2: 2.0.13 -> 2.5.1 2013-07-29 18:52:04 +02:00
Domen Kozar
662366e4f0 zope_testrunner: 4.0.4 -> 4.4.1 2013-07-29 18:48:54 +02:00
Domen Kozar
19993fcbf8 Logbook: 0.4.1 -> 0.4.2 2013-07-29 18:01:30 +02:00
Domen Kozar
eabf347033 simplejson: 2.1.3 -> 3.3.0 2013-07-29 17:48:49 +02:00
Domen Kozar
cc98ea4a84 numpy: 1.6.1 -> 1.7.1 2013-07-29 17:10:40 +02:00
Domen Kozar
c5243b6e7d python-markdown: 2.0.3 -> 2.3.1 2013-07-29 16:38:29 +02:00
Domen Kozar
918e5efb99 recurse into python33 and pypy packages 2013-07-29 14:52:19 +02:00
Domen Kozar
4993f07fee python: include python version when prefixing python packages 2013-07-29 12:09:06 +02:00
Domen Kozar
5ec6cf3756 add python3 support to pythonPackages 2013-07-29 12:09:06 +02:00
Peter Simons
b253eb0d59 haskell-elm-server: re-generate expression with cabal2nix 2013-07-29 11:27:01 +02:00
Peter Simons
416bd743f0 haskell-language-java: update to version 0.2.5.1 2013-07-29 11:27:01 +02:00
Evgeny Egorochkin
2777f77f18 Soprano: revert clucene update because it isn't found by the build system 2013-07-29 12:16:28 +03:00
Cillian de Róiste
7c23a25476 google-talk-plugin: Upgrade to 4.2.10 2013-07-29 10:45:39 +02:00
Shea Levy
2e57a16219 Linux 3.10.4
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-28 20:16:16 -04:00
Bjørn Forsman
5405636bb1 Add recurseIntoAttrs for gnome3
So that we can search for gnome3.* packages like this:

  nix-env -qaP \* | grep gnome3
2013-07-28 22:06:00 +02:00
Domen Kožar
289a00913c Merge pull request #783 from aristidb/master
pavucontrol 2.0
2013-07-28 11:16:11 -07:00
Shea Levy
5c66a46bc6 buildNodePackage: Fix $out/bin symlink
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-28 11:46:40 -04:00
Domen Kozar
8525695a72 sqlalchemy: add the patch so that things work, you know 2013-07-28 17:13:19 +02:00
Domen Kozar
7186fd3f71 pillow: 1.7.8 -> 2.1.0, add webp and tiff support 2013-07-28 15:56:45 +02:00
Bjørn Forsman
386bef322d iftop: improve meta attributes
- The description attribute is very long, so rename it to
  longDescription and add a short text in the description attribute.
- Use licenses.gpl2Plus instead of free form text "GPLv2+".
- Add platforms attribute so that hydra will build the package.
2013-07-28 14:04:44 +02:00
Peter Simons
516377c0b6 bind: update to 9.9.3-p2 to fix CVE-2013-4854 2013-07-28 13:50:11 +02:00
Domen Kozar
3ee369ce5a sqlalchemy: 0.7.9 -> 0.7.10, apply patch to fix tests 2013-07-28 12:30:11 +02:00
Domen Kozar
f34a79ad35 nose: 1.2.1 -> 1.3.0 2013-07-28 11:31:41 +02:00
Domen Kozar
a0fbee619d Jinja2: 2.6 -> 2.7, rename MarkupSafe to markupsafe 2013-07-28 11:12:39 +02:00
Domen Kožar
a33ba64c66 Merge pull request #782 from aforemny/haskell-elm-fix
Add jailbreak to Elm server
2013-07-28 01:16:09 -07:00
Jason \"Don\" O'Conal
b4105cfaff php53: fix build on darwin (close #748)
* add empty unix.h header
* build with kerberos
* ensure the binary has no extension
2013-07-28 09:41:58 +02:00
Sergey Mironov
5b4e0207ba wmctrl: add command-line window-manipulation tool (close #781) 2013-07-27 20:12:55 +02:00
Sergey Mironov
1fa3afeb91 wmctrl: command-line window-manipulation tool 2013-07-27 20:11:29 +02:00
Jason \"Don\" O'Conal
75dedeb8bd gtk2: fix build on darwin (close #749)
* add xlibs.libXi to build inputs
2013-07-27 20:01:08 +02:00
Jason \"Don\" O'Conal
b43d1c014a sdcv: fix build on darwin (close #744)
* add -lintl flag to NIX_CFLAGS_COMPILE
2013-07-27 20:00:24 +02:00
Shea Levy
2762b0667d node-packages.nix: Actually use nativeDeps
Wonder how long that's been broken...

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-27 13:33:18 -04:00
Shea Levy
93cdc526c3 buildNodePackages: Move /node_modules to /lib/node_modules to make nix profiles usable as an npm prefix
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-27 13:23:35 -04:00
Aristid Breitkreuz
5a0710b36b pavucontrol 2.0 2013-07-27 17:43:17 +02:00
Florian Friesdorf
595937318f update release-python.nix from python branch 2013-07-27 12:08:36 +02:00
Peter Simons
30e9f13d81 smartmontools: update to version 6.2 2013-07-27 11:05:59 +02:00
Alexander Foremny
828b1de8f4 Add jailbreak to Elm server 2013-07-27 10:22:07 +02:00
Domen Kozar
082ea14148 virtualenv: upgrade to 1.10 2013-07-27 01:02:57 +02:00
Domen Kozar
51a6bee012 pypy: multiprocessing tests are failing, try with internal module 2013-07-26 23:12:05 +02:00
Domen Kozar
0f98ddf8fd Revert "networkmanager: we dont need networkmanager group anymore, just use at_console policy"
This reverts commit 52fe694360.
2013-07-26 23:09:50 +02:00
Florian Friesdorf
8e3fa9f56a waitress test fail for me 2013-07-26 20:37:02 +02:00
kikic
b9d933ba24 Added nose-cprof for profiling 2013-07-26 20:32:33 +02:00
Peter Simons
5ff9c0c067 haskell-dns: disable the test suite to fix the build
The test suite assumes that it can read /etc/resolv.conf.
2013-07-26 19:40:48 +02:00
Peter Simons
9d7cb9b593 haskell-unix-process-conduit: update to version 0.2.1.1 2013-07-26 19:40:47 +02:00
Peter Simons
b04d577dcb haskell-language-java: update to version 0.2.5 2013-07-26 19:40:47 +02:00
Peter Simons
37e428f229 haskell-splot: update to version 0.3.9 2013-07-26 19:40:47 +02:00
Peter Simons
93b8532f17 haskell-hinotify: update to version 0.3.6 2013-07-26 19:40:47 +02:00
Peter Simons
88cb67fc88 haskell-dns: update to version 0.3.7 2013-07-26 19:40:47 +02:00
Peter Simons
49335abfd2 haskell-git-annex: update to version 4.20130723 2013-07-26 19:40:47 +02:00
Domen Kozar
ef540f3df7 properly use & when ignoring tests 2013-07-26 19:05:39 +02:00
Domen Kožar
7d032bc892 Merge pull request #780 from grwlf/urxvt-gdkpixbuf
urxvt: Enable Gdk_pixbuf to be able to set custom icons/images
2013-07-26 06:45:22 -07:00
Sergey Mironov
60761e94b8 urxvt: Enable Gdk_pixbuf to be able to set custom icons/images 2013-07-26 17:06:54 +04:00
Domen Kozar
dbdde8b231 pypy: currectly use bash 2013-07-26 14:36:53 +02:00
Domen Kozar
f6a60d6640 calibre: upgrade to 0.9.11 (fixes #777) 2013-07-26 13:18:08 +02:00
Domen Kozar
ef16799c9c pypy: try to fix remaining 4 tests 2013-07-26 11:04:02 +02:00
Mathijs Kwik
ac91adf4e3 linux-3.10: upgrade to 3.10.3 2013-07-26 07:18:39 +02:00
aszlig
120e3fc167
chromium: Update beta and dev release channels.
Introduces the following new versions:

beta: 29.0.1547.22 -> 29.0.1547.32 (builds fine, tested)
dev:  30.0.1568.0  -> 30.0.1573.2  (builds fine, tested)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-26 06:18:04 +02:00
aszlig
311c96ac0f
hetzner-nixops-installer: Remove package.
This package now is in NixOps directly, so we don't need it here
anymore.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-26 06:18:04 +02:00
aszlig
1d0e666eed
python-hetzner: Update to new version 0.5.0.
This introduces the following changes:

 - New subcommand "show" for hetznerctl which shows additional
   information about one or more servers.
 - Allow to get subnets of a specific server through the "subnets"
   attribute.
 - Allow te get IP addresses of a specific server through the "ips"
   attribute.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-26 06:18:04 +02:00
Eelco Dolstra
6b495e9251 Add nixpkgs-lint
This is a simple tool to scan Nixpkgs for violations of the packaging
guidelines, such as multiple packages with the same name, packages
that lack a description or license, and so on.

To use:

$ nix-env -i nixpkgs-lint
$ cd .../nixpkgs
$ nixpkgs-lint

Current statistics:

Number of packages: 8666
Number of missing maintainers: 3711
Number of missing licenses: 6159
Number of missing descriptions: 1337
Number of bad descriptions: 633
Number of name collisions: 277
2013-07-25 23:52:36 +02:00
Domen Kozar
b0a12396ef fix ignore param for tests 2013-07-25 20:45:57 +02:00
Domen Kozar
0d551aed75 Merge branch 'pypy' 2013-07-25 16:26:26 +02:00
Domen Kozar
eb0b6f8241 pypy: correctly skip tests 2013-07-25 16:25:55 +02:00
Rob Vermaas
a8f11fcba5 Update pypy build with sqlite and expat support. Fix the installPhase. 2013-07-25 13:42:20 +02:00
Russell O'Connor
0990730038 Merge branch 'master' of github.com:NixOS/nixpkgs 2013-07-25 06:50:31 -04:00
Russell O'Connor
4e723ca537 Update tarsnap to version 1.0.35 2013-07-25 06:49:25 -04:00
Bjørn Forsman
7b4b03616c bmon: new package
bmon is a ncurses network bandwidth monitor.

Homepage: http://www.carisma.slowglass.com/~tgr/bmon/
2013-07-25 12:43:40 +02:00
Florian Friesdorf
4c4f1ca3a5 python-plumbum-1.2.0 2013-07-25 12:42:36 +02:00
Domen Kozar
7a6b6799d9 pypy: fix some tests, add install phase 2013-07-25 12:38:08 +02:00
Rob Vermaas
d568ff324a Add meta attribute to colormake. 2013-07-25 11:38:13 +02:00
Rob Vermaas
9afc8bb1e0 Add colormake 2013-07-25 11:36:07 +02:00
Sander van der Burg
2accfa17d3 Updated nodejs packages 2013-07-25 10:53:18 +02:00
Zef Hemel
aa0ecfa5ac Added httrack, website copier tool 2013-07-25 10:21:22 +02:00
Rob Vermaas
fa6314a955 Add perl module HTML::FromANSI and its dependencies. Make Testuseok use the casing that comes out of nix-generate-from-cpan, to prevent needing to special-case it on next generations. 2013-07-25 10:17:09 +02:00
Karn Kallio
c067505c7d aldor: fix the build 2013-07-25 10:11:19 +02:00
aszlig
f77de39536
chromium: Update dev channel to v30.0.1568.0.
The sha256 has changed upstream for 30.0.1566.2 and in addition there is
a new version available, so let's switch to the new version.

Unfortunately the user namespaces sandbox patch doesn't apply anymore
because of http://crbug.com/242290, so this adds a rebased version on
top of the current trunk of Chromium.

In order to build version 30, file is now needed as an additional build
input, because it is used by gyp.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-25 01:58:10 +02:00
aszlig
78bfe0ab5b
chromium: Update all channels to latest versions.
So, chromium 30 entered the dev release channel, so the overview of the
current versions is:

stable: 28.0.1500.52 -> 28.0.1500.71 (builds fine, tested)
beta:   28.0.1500.52 -> 29.0.1547.22 (builds fine, tested)
dev:    29.0.1547.0  -> 30.0.1566.2  (builds fine, tested)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-25 00:31:53 +02:00
aszlig
3c60e2ec39
chromium: Add API keys for NixOS.
As requested by some users, we finally have support for cloud sync,
spelling, geolocation and a lot more of the services that require API
keys from Google. Details about which services are involved can be found
at: http://www.chromium.org/developers/how-tos/api-keys

Thanks to Paweł Hajdan <phajdan@google.com> for giving us permission to
distribute the API keys with our build of Chromium:

> Note that the public Terms of Service do not allow distribution of the
> API keys in any form. To make this work for you, on behalf of Google
> Chrome Team I am providing you with:

> Official permission to include Google API keys in your packages and to
> distribute these packages. The remainder of the Terms of Service for
> each API applies, but at this time you are not bound by the
> requirement to only access the APIs for personal and development use,
> and Additional quota for each API in an effort to adequately support
> your users.

As noted in the source: Those keys are for use in NixOS/nixpkgs ONLY!

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-25 00:31:53 +02:00
Rickard Nilsson
1870210926 libvirt: Update to 1.1.0 2013-07-24 14:42:01 +02:00
Bjørn Forsman
63f9aed9eb minicom: 2.4 -> 2.6.2
This also fixes the annoying issue that minicom doesn't work out of the
box:

  $ minicom
  minicom: there is no global configuration file /etc/minirc.dfl
  Ask your sysadmin to create one (with minicom -s).

  $ sudo minicom -s
  minicom: there is no global configuration file /etc/minirc.dfl
  Ask your sysadmin to create one (with minicom -s).

minicom 2.4 basically refuses to enter setup unless /etc/minirc.dfl
already exists. sudo touch /etc/minirc.dfl is enough to fix that though,
but with this commit "sudo minicom -s" will work out of the box.
2013-07-24 14:40:40 +02:00
Rob Vermaas
850f20567e Fix apg 2013-07-24 12:27:58 +02:00
Peter Simons
58c08fdefb aldor: fix the sha256 hash (plus minor cosmetic changes) 2013-07-24 10:51:01 +02:00
Florian Friesdorf
b800c5d1f9 python-genzshcomp-0.5.1 2013-07-24 10:01:26 +02:00
Domen Kozar
e52fc8f431 pypy: fix stdenv.lib removal 2013-07-23 23:24:51 +02:00
Domen Kozar
a0bed10ab5 WIP: pypy 2013-07-23 22:41:27 +02:00
Rok Garbas
626c4d5f5b venus: new package 2013-07-23 22:41:18 +02:00
Eelco Dolstra
1386036457 linux: Update to 3.4.54 2013-07-23 22:35:49 +02:00
Song Wenwu
4124741d43 gimp_2_8: update to 2.8.6, enable xpm support 2013-07-23 21:03:29 +02:00
Domen Kozar
52fe694360 networkmanager: we dont need networkmanager group anymore, just use at_console policy 2013-07-23 18:51:20 +02:00
Domen Kozar
949c4fe758 networkmanagerapplet: fix the build 2013-07-23 18:23:13 +02:00
Jonas Hoersch
aa88e7269d Add quodlibet-2.5: GTK+Python based music player (close #481) 2013-07-23 16:02:02 +02:00
Peter Simons
6c63a85786 haskell-hlint: update to version 1.8.49 2013-07-23 15:58:44 +02:00
Peter Simons
775fbbe46b haskell-yesod-platform: update to version 1.2.3 2013-07-23 15:58:44 +02:00
Peter Simons
91c98e03c6 haskell-fclabels: update to version 1.1.7.1 2013-07-23 15:58:44 +02:00
Vladimír Čunát
fb37586d77 Merge pull request #721 from vcunat/p/hw-utils
pci and usb utils update
2013-07-23 06:48:08 -07:00
Peter Simons
025995edaf haskell-fclabels: disable the Haddock documentation to fix the build
https://github.com/sebastiaanvisser/fclabels/issues/20
2013-07-23 14:15:30 +02:00
Peter Simons
dc1d57e3d3 ipython: update to version 0.13.2 2013-07-23 14:15:30 +02:00
Peter Simons
ea3906c0f3 pylint: install emacs lisp files 2013-07-23 14:15:30 +02:00
Peter Simons
05ec96b00e python-packages: cosmetic to fix syntax highlighting and trailing whitespace 2013-07-23 14:15:30 +02:00
Peter Simons
57844acb42 haskell-unix-time: update to version 0.1.10 2013-07-23 14:15:30 +02:00
Peter Simons
cf4c6a6949 haskell-simple-sendfile: update to version 0.2.12 2013-07-23 14:15:30 +02:00
Peter Simons
ba95a91106 haskell-postgresql-simple: update to version 0.3.4.0 2013-07-23 14:15:30 +02:00
Peter Simons
3f2d39e421 haskell-highlighting-kate: update to version 0.5.5 2013-07-23 14:15:29 +02:00
Peter Simons
fad190185b haskell-fclabels: update to version 1.1.7 2013-07-23 14:15:29 +02:00
Peter Simons
08c2f03b29 haskell-fast-logger: update to version 0.3.2 2013-07-23 14:15:29 +02:00
Peter Simons
b95e01dd88 haskell-monad-par: update to version 0.3.4.3 2013-07-23 14:15:29 +02:00
Domen Kozar
11eef4f79f networkmanagerapplet: fix build 2013-07-23 13:18:54 +02:00
Domen Kozar
e41fc2a677 add python32 2013-07-23 11:55:35 +02:00
Domen Kozar
bea0ac29d4 networkmanagerapplet: propagatedBuildInputs -> propagatedUserEnvPkgs 2013-07-23 11:53:12 +02:00
Sander van der Burg
2252bfe79f Added ironhorse nodejs package + updated other node packages 2013-07-23 11:33:48 +02:00
Domen Kozar
e491997a6b python3: 3.3.1 -> 3.3.2 2013-07-23 11:21:38 +02:00
Domen Kozar
a143c0bb10 networkmanagerapplet: add GConf libgnome_keyring to propagatedBuildInputs 2013-07-23 11:19:32 +02:00
Lluís Batlle i Rossell
04a9e809d4 Updating go to 1.1.1 2013-07-23 11:19:32 +02:00
Eelco Dolstra
4dd9507b83 netpbm: Fix a truly random build failure
Since "src" is a fetchsvn directory, the source is copied with "cp
--no-preserve=timestamps" (see commit
6d928ab684).  So some source files might
get a slightly different timestamp.  Here, if lib/standard.ppmdfont
gets a newer timestamp than the generated file lib/standardppmdfont.c,
Make will try to rebuild the latter.  But that fails because the
ppmdcfont program doesn't exist (yet).

Probably stdenv should ensure that every file has the same timestamp.
2013-07-23 11:17:26 +02:00
Peter Simons
bee4c41e13 smartmontools: update drive database to the latest version 2013-07-23 10:40:40 +02:00
Lluís Batlle i Rossell
b1db03ece6 Updating go to 1.1.1 2013-07-22 22:18:51 +02:00
Rob Vermaas
af2a127551 Add linux 3.2.48 with grsecurity patches 2013-07-22 21:44:31 +02:00
Rob Vermaas
212a2a5c37 Fix junit 2013-07-22 21:29:07 +02:00
Ricardo M. Correia
22689567ed apparmor: Update to kernel 3.4 series (the current default) 2013-07-22 18:03:26 +02:00
Peter Simons
b52621a5fe ipsec-tools: update to version 0.8.1 2013-07-22 16:29:16 +02:00
Rickard Nilsson
3fa913d5ec libspotify: Fix build for linux.
For Linux, the phases was run in the wrong order. I've
fixed that, but the package is still a complete mess that
needs to be cleaned up. The linux and darwin builds should
probably be separated into two different Nix expressions
to avoid the current conditional mess.
2013-07-22 16:31:38 +02:00
Cillian de Róiste
a321f6f302 Oxygen-gtk: upgrade to 1.3.4 2013-07-22 14:05:39 +02:00
Sander van der Burg
48e187836b Added flatiron nodejs package + updated other nodejs packages 2013-07-22 11:15:21 +02:00
Jason "Don" O'Conal
f2601c5ade matplotlib: fix build on darwin
* build with clangStdenv
* update to 1.2.1
2013-07-22 13:54:52 +10:00
Bjørn Forsman
2f41fbad51 Merge pull request #774 from aristidb/master
Add nvidia-smi tool and fix an embarrassing bug in a previous pull request of mine
2013-07-21 13:53:19 -07:00
Bjørn Forsman
480f27b218 apcupsd: use /run/nologin (instead of /etc/nologin) to prevent logins
This is what systemd uses, see "man systemd-user-sessions.service".
2013-07-21 20:58:26 +02:00
Aristid Breitkreuz
147a6ae62f nvidia: also install useful nvidia-smi tool 2013-07-21 19:32:54 +02:00
Aristid Breitkreuz
38a2056f70 fix bug in perf-linux installation, oops 2013-07-21 19:25:05 +02:00
Peter Simons
7eea045b28 haskell-yesod-bin: update to version 1.2.2 2013-07-21 16:23:58 +02:00
Peter Simons
8d83506452 haskell-yaml: update to version 0.8.4 2013-07-21 16:23:58 +02:00
Peter Simons
88da6b5d89 haskell-xml-types: update to version 0.3.4 2013-07-21 16:23:58 +02:00
Peter Simons
9102dbe667 haskell-xml-conduit: update to version 1.1.0.5 2013-07-21 16:23:58 +02:00
Peter Simons
f749af3daa haskell-shakespeare-text: update to version 1.0.0.6 2013-07-21 16:23:57 +02:00
Peter Simons
fdf9b9784c haskell-shakespeare-js: update to version 1.1.4.1 2013-07-21 16:23:57 +02:00
Peter Simons
e1c3350da4 haskell-shakespeare-css: update to version 1.0.6.2 2013-07-21 16:23:57 +02:00
Peter Simons
8e736f12d4 haskell-contravariant: update to version 0.4.3 2013-07-21 15:52:33 +02:00
Peter Simons
a98a96bffe haskell-conduit: update to version 1.0.7.3 2013-07-21 15:52:33 +02:00
Peter Simons
1d8c4711f6 haskell-comonad-transformers: update to version 3.0.4 2013-07-21 15:52:33 +02:00
Peter Simons
8740b48d86 haskell-classy-prelude: update to version 0.5.9 2013-07-21 15:52:33 +02:00
Peter Simons
16581965df haskell-attoparsec-conduit: update to version 1.0.1.2 2013-07-21 15:52:33 +02:00
Peter Simons
a2b44374ab haskell-atomic-primops: update to version 0.4 2013-07-21 15:52:33 +02:00
Peter Simons
2d0c35ad88 Merge pull request #771 from aforemny/haskell-qrencode
Add haskell-qrencode
2013-07-21 06:41:58 -07:00
Peter Simons
0685198b53 Merge pull request #770 from aforemny/haskell-elm
Add Elm and elm-server
2013-07-21 06:41:26 -07:00
Peter Simons
464acead37 Merge pull request #772 from aforemny/haskell-happstack-lite
Add haskell-happstack-lite
2013-07-21 06:40:43 -07:00
Mathijs Kwik
9230619ee7 haskell-mode: upgrade to 13.07 2013-07-21 09:08:16 +02:00
Michael Raskin
9ff7e1380d Add mi2ly MIDI to lilypond converter 2013-07-21 10:46:48 +04:00
Lluís Batlle i Rossell
a0893d472e Buidling cairo without gl on arm and mips
Mesa didn't build for arm, and I don't think anyone with arm wants mesa now.
And I needed cairo for rrdtool.
2013-07-20 23:16:51 +02:00
Lluís Batlle i Rossell
b513ea43e4 Enable blowfish/twoflish crypto in sheevaplug kernel 2013-07-20 23:16:50 +02:00
Bjørn Forsman
1d59e54ebc apcupsd: fix hostname command patching
The source has HOSTNAME=`hostname` (capture output of hostname command)
but currently it is replaced with HOSTNAME="/path/to/hostname" (which is
just a plain string). Fix it by substituting with
HOSTNAME=`/path/to/hostname`.
2013-07-20 21:44:01 +02:00
Domen Kozar
8ea138d212 add development version of speedtest-cli 2013-07-20 12:48:32 +02:00
Alexander Foremny
7f874ca558 Add haskell-happstack-lite 2013-07-20 12:30:55 +02:00
Alexander Foremny
f2f0674c5b Add haskell-qrencode 2013-07-20 12:29:00 +02:00
Ludovic Courtès
6e97ea6b00 guix: update to 0.3 2013-07-19 23:21:47 +02:00
Domen Kožar
60c82048e0 Merge pull request #753 from lovek323/numpy
numpy: fix build on darwin
2013-07-19 12:08:33 -07:00
Domen Kozar
b139a69f7c netpbm: set platforms 2013-07-19 20:48:56 +02:00
Marc Weber
84ca773f9b use simpleDerivation for all Vim plugins 2013-07-19 20:17:42 +02:00
Ertugrul Söylemez
2519a86942 pari: Updated to 2.5.4, fixed GMP and readline support. 2013-07-19 19:52:11 +02:00
Ertugrul Söylemez
fc8d1341f6 Maintainers: added ertes. 2013-07-19 19:52:11 +02:00
Domen Kozar
aeef361b0d netpbm: add tiff support 2013-07-19 19:42:34 +02:00
Lluís Batlle i Rossell
4e94dafa4e nut: adding libtool enables nut-scanner 2013-07-19 16:33:42 +02:00
Lluís Batlle i Rossell
b57cdc584a Fixing evtest and updating to 1.31.
The fetchgit wasn't a fixed-output, so on chroot, it couldn't connect.
2013-07-19 16:21:15 +02:00
Eelco Dolstra
3c35daeebe nixUnstable: Update to 1.6pre3166_15e5ac8 2013-07-19 15:19:38 +02:00
Rickard Nilsson
582e9a94e6 opensmtpd: Update to 201307151923p1 2013-07-19 13:07:42 +02:00
Rickard Nilsson
8a357239ac libevent: Update to 2.0.21 2013-07-19 13:07:12 +02:00
Evgeny Egorochkin
c22eff7505 mopidy: fix broken fetchgit -> fetchurl 2013-07-19 09:30:04 +03:00
Evgeny Egorochkin
74491ea24b boinc: fix url 2013-07-19 08:25:00 +03:00
Evgeny Egorochkin
b98fccf486 pyside-generatorrunner: fix version to match sources 2013-07-19 07:50:27 +03:00
Evgeny Egorochkin
2422bef9f9 area53: fix source url 2013-07-19 07:45:45 +03:00
Evgeny Egorochkin
589d6ff51c vfdecrypt: fix source location 2013-07-19 07:30:17 +03:00
Cillian de Róiste
d7283abbbb gtypist: update to 2.9.3 and fix the patch 2013-07-19 01:22:29 +02:00
Bjørn Forsman
b5a59b66b1 msmtp: 1.4.30 -> 1.4.31
Also, set meta.platforms and fix meta.description (msmtp is not a MUA).
2013-07-19 00:53:06 +02:00
Bjørn Forsman
67ce7f863a srecord: new package
The SRecord package is a collection of powerful tools for manipulating
EPROM load files.

http://srecord.sourceforge.net/
2013-07-19 00:29:50 +02:00
Lluís Batlle i Rossell
d37795e572 Adding guifi-earth 0.2.1
That may have updated some node-packages.
2013-07-18 21:47:27 +02:00
Shea Levy
b73021a475 buildNodePackage: Handle all node/coffee shebang possibilities
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-18 15:45:02 -04:00
Peter Simons
7f9e83f8cc dosfstools: update to version 3.0.21 2013-07-18 21:38:06 +02:00
Shea Levy
6b0d6593e8 Create a mkEnableOption function for an extremely common NixOS idiom
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-18 15:13:42 -04:00
Shea Levy
0c3b84c850 mongodb 2.4.5
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-18 15:05:49 -04:00
Evgeny Egorochkin
6d3329dc31 rapcad: fix url 2013-07-18 20:42:04 +03:00
Evgeny Egorochkin
a0c3bc137b JUnit: fix url 2013-07-18 20:37:32 +03:00
Evgeny Egorochkin
d4c52014e6 Pinta: fix url 2013-07-18 20:21:48 +03:00
Shea Levy
3016640375 Add the right uptime nodePackage
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-18 12:09:27 -04:00
Shea Levy
792e51e1ef Yet anoterh npm2nix update
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-18 12:06:41 -04:00
Shea Levy
870dd29077 Update npm2nix, again (found a bug right away)
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-18 11:21:38 -04:00
Shea Levy
4ac1973ec5 Update npm2nix
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-18 11:14:56 -04:00
Shea Levy
906097c1e8 Add uptime nodePackage (and update the rest)
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-18 10:51:34 -04:00
Lluís Batlle i Rossell
328774ab1f Updating qgis (1.8.0 & geos (3.3.8).
I also add libspatialindex and libspatialite, to get the latest qgis building.
2013-07-18 11:43:01 +02:00
Peter Simons
d898762d8b unetbootin: update to version 585 2013-07-18 11:07:59 +02:00
Bjørn Forsman
181dc4032d Remove the old KQEMU accelerator module
KQEMU was a linux kernel module for accelerating the QEMU virtual
machine on x86 hardware. Since QEMU 0.11 (and up), there is no support
for KQEMU any more, the focus is now on KVM.

http://wiki.qemu.org/KQemu/Doc
2013-07-18 10:57:32 +02:00
Rok Garbas
7889b82f32 updates for python packages: mccabe, pep8, flake8 2013-07-18 08:21:41 +02:00
Evgeny Egorochkin
d26e46acd6 golly: fix version to match tarball. this time for sure :) 2013-07-18 03:55:56 +03:00
Bjørn Forsman
f142483de0 qemu: enable spice protocol support by default
We already enable VNC and SDL support by default and adding spice only
increases the closure size from 513 MB to 518 MB.

Closure size:
  du -sch $(nix-store -qR ./result)
2013-07-18 02:40:24 +02:00
Moritz Ulrich
ad6fb1fb35 Update btsync to 1.1.42.
This upgrade is downward compatible down to 1.1.27 (same as prev.
version in Nix).

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-07-18 02:23:52 +02:00
Moritz Ulrich
30f54585d5 Add stm32flash, flash program for stm32 bootloader.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-07-18 01:50:41 +02:00
Rob Vermaas
a30c06de83 Add bitbucket_api and some of its dependencies 2013-07-17 22:19:29 +02:00
Bjørn Forsman
dcd3dad3d9 apcupsd: fix download url 2013-07-17 21:10:56 +02:00
Bjørn Forsman
074898e0db apcupsd: new package
apcupsd is a daemon for controlling APC UPSes.
2013-07-17 20:22:59 +02:00
Karn Kallio
57ce3126d7 kde-base-artwork: fix hash. 2013-07-17 20:16:24 +02:00
Peter Simons
f1e8140966 haskell-hackage-db: update to version 1.7 2013-07-17 19:07:51 +02:00
Peter Simons
8807aab195 haskell-Hipmunk: update to version 5.2.0.11 2013-07-17 19:07:51 +02:00
Karn Kallio
bc4c9312a5 Add aldor. 2013-07-17 18:51:51 +02:00
Peter Simons
af3b34ab91 Merge pull request #766 from iyzsong/herbstluftwm
add herbstluftwm 0.5.2
2013-07-17 09:28:26 -07:00
Song Wenwu
7ffb3a4ba5 add herbstluftwm 0.5.2 2013-07-18 00:02:53 +08:00
Eelco Dolstra
66021f9cd8 Fix kdenetwork 2013-07-17 15:01:50 +02:00
Eelco Dolstra
dfd621745a Remove KDE 4.10.4 2013-07-17 15:01:50 +02:00
Eelco Dolstra
dea87788f8 Make KDE 4.10 the default 2013-07-17 15:01:49 +02:00
Peter Simons
09583c0f4e haskell-hlint: update to version 1.8.48 2013-07-17 13:06:47 +02:00
Peter Simons
ccc6de3f77 haskell-semigroupoids: update to version 3.1 2013-07-17 13:06:47 +02:00
Peter Simons
8db3aac875 haskell-numtype: update to version 1.0.1 2013-07-17 13:06:47 +02:00
Peter Simons
b7962135db haskell-numtype-tf: update to version 0.1.1 2013-07-17 13:06:47 +02:00
Peter Simons
c2f14b02ed haskell-dimensional: update to version 0.12.1 2013-07-17 13:06:47 +02:00
Peter Simons
b24d3e5b79 haskell-dimensional-tf: update to version 0.2 2013-07-17 13:06:47 +02:00
Peter Simons
49818d17da haskell-active: update to version 0.1.0.6 2013-07-17 13:06:46 +02:00
Peter Simons
3a9c3b9b41 haskell-MonadRandom: update to version 0.1.10 2013-07-17 13:06:46 +02:00
Eelco Dolstra
ca0936f17f apache-httpd: Update to 2.2.25
CVE-2013-1896, CVE-2013-1862.
2013-07-17 12:59:29 +02:00
Peter Simons
c404c4ccd4 Merge pull request #764 from ocharles/perl-packages
Perl packages
2013-07-17 03:40:12 -07:00
Gergely Risko
97b64665f5 Use fetchgit for vanitygen instead of fetchurl, github changed something 2013-07-17 12:16:47 +02:00
Oliver Charles
61d3429154 perlPackages.NetRabbitFoot & dependencies: new expressions 2013-07-17 10:45:50 +01:00
Oliver Charles
d7b5a1beb1 perlPackages.LogContextual & dependencies: new expressions 2013-07-17 10:33:04 +01:00
Oliver Charles
ff5d030513 perlPackages.DBIxSimple: new expression 2013-07-17 10:31:19 +01:00
Eelco Dolstra
329a705005 nvidia-x11: Fix the library-only build
Also, introduce a function ‘versionAtLeast’ which is probably more
natural than ‘versionOlder’.
2013-07-17 11:14:26 +02:00
Eelco Dolstra
9f347eba61 nvidia-x11: Fix building on older kernels
The 3.10 patch breaks building on 3.4 at least.
2013-07-17 11:10:21 +02:00
Oliver Charles
eec9e56226 perlPackages.AnyEvent: new expression 2013-07-17 10:02:19 +01:00
aszlig
b9729fb4d4
python-hetzner: Update to new version 0.4.1.
Small bugfix release, changes:

 - Don't include colons when generating passwords for admin logins.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-17 10:50:58 +02:00
Vladimír Čunát
87444bc281 fix tarball after 541661 2013-07-17 08:16:24 +02:00
aszlig
0f096b70d0
python-hetzner: Update to new version 0.4.0.
This introduces the following changes:

 - Validate Robot's SSL server certificates.
 - Admin accounts can new be managed with the "admin" property of a
   server instance.
 - Better and fixed up error reporting.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-07-17 05:36:43 +02:00
Shea Levy
b89cbe26a8 Add tar nodePackage
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-07-16 20:33:28 -04:00
Eelco Dolstra
20b4f0347e php: Update to 5.3.27, 5.4.17
CVE-2013-2110
2013-07-16 22:54:05 +02:00
Eelco Dolstra
54166165a6 Remove some unused GCC builds 2013-07-16 22:54:05 +02:00
Eelco Dolstra
8ebf53ce4c Indent properly 2013-07-16 22:54:05 +02:00
Eelco Dolstra
8e8c3d665c Remove KDE 4.7
It's obsolete.
2013-07-16 22:54:04 +02:00
Lluís Batlle i Rossell
9a6d5bf9c6 Revert "libva: update (fix h264encode)"
It breaks the latest vlc, and I don't need the new libva that much.
http://hydra.nixos.org/build/5540612/nixlog/1/tail-reload

This reverts commit 6a13cd01ac.
2013-07-16 22:27:05 +02:00
Baptist BENOIST
8db7ff9b83 virtualbox: Comply with the Personal Use and Evaluation License
The direct download was unfortunately not compliant with the VirtualBox
Extension Pack's Personal Use and Evaluation License (PUEL) which
stipulates that any end-user should fetch the binaries from the official
Downloads page.

See https://github.com/NixOS/nixpkgs/issues/672 and
http://www.virtualbox.org/wiki/VirtualBox_PUEL for more info.
2013-07-16 21:24:34 +02:00
Bjørn Forsman
ea57abf135 Merge pull request #756 from bbenoist/qtcreator-update
qtcreator: Update to version 2.8.0
2013-07-16 11:37:45 -07:00
Bjørn Forsman
2c702a1d81 avarice: set meta.platforms (make hydra build it) 2013-07-16 19:40:45 +02:00