Commit graph

9383 commits

Author SHA1 Message Date
Domen Kožar 1974c55d91 add python application substanced and it's dependencies 2013-08-13 11:14:24 +02:00
Justin Bedo 9ab74cd977 Add expression for flpsed 2013-08-13 08:20:08 +02:00
Jaka Hudoklin 941055dae9 curl: Add support for c-ares, asynchronous dns resolver 2013-08-12 19:53:08 +02:00
Sander van der Burg e502b3867b express-form needs express, but it does not get extracted by npm2nix. Fixing it manually 2013-08-12 15:20:49 +02:00
Sander van der Burg d77bbbae82 Merge branch 'master' of github.com:NixOS/nixpkgs 2013-08-12 14:57:24 +02:00
Sander van der Burg 5a0c7f3077 Added express-form and updates nodejs package 2013-08-12 14:57:00 +02:00
Eelco Dolstra adefbee815 Forks::Super: Disable checks 2013-08-12 14:22:16 +02:00
Karn Kallio 91358d6529 racket: libpng 1.6 now supported 2013-08-12 01:19:07 +02:00
Evgeny Egorochkin 27dcd771c3 Merge pull request #802 from wizeman/kernel_update
Kernel update
2013-08-11 15:08:45 -07:00
Peter Simons 1ccc0025e4 haskell-union-find: add version 0.2 2013-08-11 23:56:02 +02:00
Peter Simons 9547cdaadc haskell-language-c: drop obsolete version 0.3.2.1 2013-08-11 23:50:05 +02:00
Peter Simons 39f336b92f haskell-numeric-extras: add version 0.0.3 2013-08-11 23:50:05 +02:00
Peter Simons 35221e2be3 haskell-intervals: add version 0.2.2 2013-08-11 23:50:05 +02:00
Peter Simons ea27769a61 haskell-securemem: add version 0.1.2 2013-08-11 23:50:04 +02:00
Peter Simons 0700209478 haskell-crypto-cipher-types: add version 0.0.1 2013-08-11 23:50:04 +02:00
Peter Simons 60a58dda25 haskell-crypto-cipher-tests: add version 0.0.1 2013-08-11 23:50:04 +02:00
Domen Kožar 1cdc07296d update deform,colander,translationstring python modules 2013-08-11 14:29:40 +02:00
Domen Kožar cc2c757fc2 Merge pull request #818 from iyzsong/orc
add orc 0.4.17
2013-08-11 04:32:01 -07:00
Jaka Hudoklin 50021ebb0a pythonPackages: fix graphite_web, make it usable 2013-08-11 12:05:02 +02:00
Domen Kožar a5a9ccffc9 Merge pull request #816 from offlinehacker/pycurl2
Add pycurl2, a Python interface to libcurl
2013-08-10 20:23:12 -07:00
Domen Kožar 007f563124 Merge pull request #817 from offlinehacker/pythonPackages.carbon
pythonPackages: fix carbon, move dependecies to propagated build inputs
2013-08-10 20:22:53 -07:00
Song Wenwu 4705462a2f add libvisual 0.4.0 2013-08-11 11:15:07 +08:00
Song Wenwu 094ffb2b08 add orc 0.4.17 2013-08-11 11:00:45 +08:00
Evgeny Egorochkin 3065a7686b torbutton: package version 1.6.1 2013-08-10 20:09:18 +03:00
Michael Raskin 15637cf207 Add HTTPS support to Midori 2013-08-10 21:00:14 +04:00
Jaka Hudoklin 46d887aca9 pythonPackages: fix carbon, move dependecies to propagated build inputs 2013-08-10 15:27:25 +02:00
Jaka Hudoklin cf4e29b916 Add pycurl2, a Python interface to libcurl 2013-08-10 15:06:01 +02:00
Bjørn Forsman 70ea99cfa8 lttng-modules: new package
Add linux kernel modules needed to do kernel tracing with LTTng.

To make them available to lttng in NixOS, add this to configuration.nix:

  boot.extraModulePackages = [ pkgs.linuxPackages.lttngModules ];
2013-08-10 14:47:55 +02:00
Bjørn Forsman 5a3a82d81c lttv: new package
Linux Trace Toolkit Viewer is a GUI program to visualize LTTng trace
files. (An alternative to this program is the LTTng plugin for the
Eclipse IDE.)
2013-08-10 14:32:57 +02:00
Bjørn Forsman 1eb38f2ccb babeltrace: new package
Babeltrace is a command-line tool and library to read and convert LTTng
tracefiles. Give it a (binary) trace file/dir path and it will print a
human readable event log to standard out.
2013-08-10 14:32:57 +02:00
Bjørn Forsman 6a4f068b9e lttng-tools: new package
This is the Linux Trace Toolkit. Included in this package:

Command-line client:
  lttng
Tracing daemons:
  lttng-sessiond (automatically started by lttng)
  lttng-relayd   (remote trace collection daemon)

Userspace tracing can be done by using liblttng-ust. To do kernel
tracing we also need the LTTng kernel modules.

I've added a patch that changes "/sbin/modprobe" to just "modprobe".
2013-08-10 14:32:57 +02:00
Bjørn Forsman 33d78777a3 lttng-ust: new package
This is the user space library for LTTng. It is needed to do user space
tracing, as opposed to kernel space tracing.
2013-08-10 14:32:56 +02:00
Bjørn Forsman 4e8dfe71d3 liburcu: new package
liburcu is a userspace RCU (read-copy-update) library that is used by
LTTng - Linux Trace Toolkit (next generation).
2013-08-10 14:32:56 +02:00
Mathijs Kwik 59025453e7 linux-3.10: backport a fix for "btrfs send"
It has been submitted for inclusion in mainline, so it will probably
make it into 3.11 (or 3.12 as 3.11 is fairly close to release).

It is very local, only affecting people who use the "send" feature.
Without it, send is unstable/unsafe to use incrementally.

It can probably be applied to 3.9 and 3.8 as well, but as I only
tested it against 3.10, so I didn't bother.
2013-08-10 13:53:17 +02:00
Michael Raskin 7701b22977 Merge pull request #814 from garbas/vifm-update
vifm: update to 0.7.5 and enabling new options
2013-08-10 04:03:01 -07:00
Rok Garbas 24a0e6ad5f callPackage automatically inherits from xlibs 2013-08-10 13:00:43 +02:00
Carles Pagès 4d853ae94f steam: revert adding amd64 version.
It turns out that the .deb only contains the changelog and some other docs.
Revert back to using the i686 version, but keep the double url for the future.
2013-08-10 06:08:18 +03:00
Carles Pagès 97ea8d61e6 steam: add amd64 version and point url to fix version (as suggested by aristid).
Valve has a repository with fixed version packages, so use that instead of the
steam.deb I was using. They also have amd64 packages there.
2013-08-10 06:08:18 +03:00
Carles Pagès 2725cbef42 Add libtxc_dxtn-1.0.1.
I thought this was needed by Steam, but it only applies when not using
propietary drivers, and even then it doesn't look like well supported.
2013-08-10 06:08:17 +03:00
Carles Pagès 3cd37b550b Steam: first attempt at adding the beta client.
The script installed with this expression only copies a boostrapper and another
script to the user's home folder. Those also need to be patched to get on with
the installation.
2013-08-10 06:08:15 +03:00
Rok Garbas 3c6b2f7501 vifm: update to 0.7.5 and enabling new options 2013-08-10 02:32:21 +02:00
Bodil Stokke 14c5f6bd74 Adding ponysay. 2013-08-10 01:21:25 +02:00
Eelco Dolstra 9845e6ec5c Kernel module aggregator: Use kmod instead of module-init-tools 2013-08-09 18:48:52 +02:00
Eelco Dolstra d9a4706f73 linux: Use kmod instead of module-init-tools 2013-08-09 18:48:51 +02:00
Sander van der Burg 4be1055c40 Upgraded nodejs packages 2013-08-09 13:37:27 +02:00
aszlig 9040af06e3
nixpart: Add an alias called nixpart0.
The reason behind this is to avoid breaking NixOps while releasing
version 1.0 of nixpart. We could also use nixpart and nixpart1, but the
goal is to have nixpart as a generic part of NixOS instead of being only
used specifically for the Hetzner backend of NixOps.

Which essentially means: The partition syntax will change to be based on
attribute sets and we no longer need to use Kickstart syntax. And that's
the main reason why it will break in version 1.0.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-08 03:18:00 +02:00
Eelco Dolstra 4c77c6e232 makeModulesClosure: Use kmod instead of module-init-tools 2013-08-07 22:46:11 +02:00
Domen Kožar d3d92c7b6d supervisor: 3.0b2 -> 3.0 2013-08-07 16:31:04 +02:00
Domen Kožar 9fad991fbb Merge pull request #806 from lovek323/pangomm
fix pangomm build: use cairo 1.12.2
2013-08-07 05:14:29 -07:00
Domen Kožar ffed739441 Merge pull request #793 from lovek323/grcat
grc: add expression
2013-08-07 05:13:53 -07:00