1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

53377 commits

Author SHA1 Message Date
Tim Dysinger d9f94dc51d purescript-0.6.1 release 2014-11-18 08:59:15 +01:00
Mateusz Kowalczyk 73db2dab55 agda-iowa-stdlib: update to r18734
Now works with Agda 2.4.2.1
2014-11-18 07:58:50 +00:00
Mateusz Kowalczyk ef19a9a6e9 Merge pull request #5012 from jyp/hask-pkgs
Add haskell package: parsek
2014-11-18 07:55:45 +00:00
Jean-Philippe Bernardy e6698855a7 haskell-parsek: update to have consistent license 2014-11-18 08:50:47 +01:00
Eelco Dolstra 8daa0767fa Merge pull request #5016 from bjornfor/nixos-generate-config-with-lib
nixos-generate-config: add 'lib' to module template
2014-11-18 08:48:30 +01:00
Vincent Laporte 1354bc0eba Updates (and fixes) opa 2014-11-18 07:26:16 +00:00
Vincent Laporte 2d252e78c1 boehm-gc: fixes URLs in meta 2014-11-18 00:48:18 +00:00
Charles Strahan 4d807e55aa sublime3: set rpath for libbz2 and libssl
This fixes the Package Control package.
2014-11-18 00:38:36 +00:00
Luca Bruno 117f3359ac nixos: document default GNOME 3.12 in the 14.11 release notes 2014-11-18 01:02:43 +01:00
John Wiegley 1825255272 coq_HEAD: update 2014-11-17 17:29:42 -06:00
Vincent Laporte 15eec14f3a Removes roadsend (broken) 2014-11-17 22:42:21 +00:00
Luca Bruno 927c78cbaa webkitgtk: fix build 2014-11-17 23:40:54 +01:00
William A. Kennington III 583ab7512d consul: 0.4.0 -> 0.4.1 2014-11-17 13:19:30 -08:00
Aristid Breitkreuz 560d3d140e Merge pull request #4999 from drvirgilio/hayland
new package: hayland
2014-11-17 22:19:17 +01:00
Aristid Breitkreuz bdd36c49c2 Merge pull request #5018 from ip1981/patch-1
Use lib instead of pkgs.lib
2014-11-17 22:15:12 +01:00
Aristid Breitkreuz d157865b65 stdman: improvements to package description 2014-11-17 22:13:44 +01:00
James ‘Twey’ Kay bb999776f3 New package: stdman 2014-11-17 22:13:44 +01:00
Sven Keidel 3000c1b1e9 gpodder: update from 3.8.0 to 3.8.3 2014-11-17 21:00:03 +01:00
Ricardo M. Correia 2d3ec7d6f8 rustcMaster: Update from 0.12.0-pre-961-g93c85eb -> 0.12.0-pre-1166-g0047dbe 2014-11-17 20:39:40 +01:00
Mateusz Kowalczyk 35218a325a giflib: add meta.branch info 2014-11-17 18:13:21 +00:00
Mateusz Kowalczyk 4603a8eff6 giflib_5_0: update from 5.0.5 to 5.0.6 2014-11-17 18:11:50 +00:00
Mateusz Kowalczyk 1f199f21a5 emacs24Packages.rainbowDelimiters: update from 1.3.12 to 1.3.13 2014-11-17 18:11:17 +00:00
Mateusz Kowalczyk d3568f277c e17.terminology: update from 0.5.1 to 0.7.0 2014-11-17 18:11:03 +00:00
Mateusz Kowalczyk 9b14ab9f6a e17.eina: update from 1.7.5 to 1.7.10 2014-11-17 18:10:49 +00:00
Mateusz Kowalczyk f4c350d26e dropbear: update from 2013.62 to 2014.66 2014-11-17 18:09:30 +00:00
Mateusz Kowalczyk 6e12ae2bc6 check: update from 0.9.12 to 0.9.14 2014-11-17 18:08:11 +00:00
Mateusz Kowalczyk 1e8e030f6b bwidget: update from 1.9.7 to 1.9.8 2014-11-17 18:07:47 +00:00
Mateusz Kowalczyk 88ea3e8c48 bsddb3: update from 6.0.1 to 6.1.0 2014-11-17 18:07:17 +00:00
Mateusz Kowalczyk 3f8ff5b5ba b43FirmwareCutter: update from 018 to 019 2014-11-17 18:06:55 +00:00
Mateusz Kowalczyk 99439dc4ee bluez5: update from 5.24 to 5.25 2014-11-17 18:06:36 +00:00
Mateusz Kowalczyk 0c43a02e36 Attach a bunch of meta.branch info for the monitor
This should stop explicitly-versioned expressions from showing up in the
monitor as in need of update.
2014-11-17 18:04:59 +00:00
Igor Pashev 2b91426920 Use lib instead of pkgs.lib
Usage of pkgs.lib may cause infinite recursion
2014-11-17 20:30:37 +03:00
Mateusz Kowalczyk 9ee5b8d3fc agda-iowa-stdlib: mark as broken
The recent update of Agda breaks this, including the most recent SVN
checkout. I notified the author but marking as broken until a fix is
committed.
2014-11-17 17:13:01 +00:00
Mateusz Kowalczyk 9e79811eb6 AgdaStdlib: update to 0.9
This should have really been updated with Agda itself.
2014-11-17 16:48:10 +00:00
Mateusz Kowalczyk 43b6d42fbd imapfilter: update from 2.5.6 to 2.5.7 2014-11-17 16:42:28 +00:00
Bjørn Forsman 8835d932b1 nixos-generate-config: add 'lib' to module template
The NixOS manual says modules have the following signature:
 { config, lib, pkgs, ... }:

But our generated configuration.nix file lacks the 'lib' part. Add it.
2014-11-17 17:13:36 +01:00
aszlig d31b62d288
tomahawk: Add new package, version 0.8.1.
Although I've not tested the Tomahawk build on Mac OS X, it *should*
work on it, so I'm using platforms.all here.

Telepathy and KDE support are disabled by default in order to not get in
the way of users who want to use a more minimalistic window-manager-only
setup. But I'm not sure whether it matters in reality, we'll see once
more people are using Tomahawk.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-17 17:04:16 +01:00
Jean-Philippe Bernardy c12db21b54 add myself as maintainer for labeled-tree 2014-11-17 15:52:40 +01:00
Jean-Philippe Bernardy 98a06ff71f add myself as maintainer for parsek. 2014-11-17 15:52:00 +01:00
Oliver Charles a7ea8bea26 haskellPackages.engineIo: Update to 1.2.1 2014-11-17 14:29:39 +00:00
Oliver Charles 75eb9bccb8 haskellPackages.digestiveFunctorsAeson: Update to 1.1.12.1 2014-11-17 14:25:20 +00:00
Eelco Dolstra b89c06722f options.json: Filter out "visible" and "internal" attributes 2014-11-17 15:17:40 +01:00
Eelco Dolstra 44d14e2264 options.json: Export as an object rather than a list
This makes it easier to look up options by name.
2014-11-17 15:17:39 +01:00
Eelco Dolstra 8b79cc00bf Manual: Don't depend on the JSON options 2014-11-17 15:17:39 +01:00
Luca Bruno 0a34445d74 Document the fact that GNOME 3.12 must use clutter 1.18 2014-11-17 15:15:19 +01:00
Luca Bruno 24ad1612b4 Revert "clutter: update 1.18 -> 1.20. Shouldn't break anything"
This reverts commit 5e14c86b80.

Overlooked an experimental API that breaks mutter in GNOME 3.12.
2014-11-17 15:10:56 +01:00
Luca Bruno 5e14c86b80 clutter: update 1.18 -> 1.20. Shouldn't break anything 2014-11-17 15:05:50 +01:00
Luca Bruno 9631274f77 Add vala 0.26. Will be needed for gnome-terminal 3.14 2014-11-17 14:57:21 +01:00
Luca Bruno 97d5a55dd7 libndp: add new package
Library for Neighbor Discovery Protocol.

Will be needed for the new networkmanager.

http://libndp.org/
2014-11-17 14:55:45 +01:00
Thomas Tuegel 310acaf1a0 hoogle-local: expand wrapper's arguments correctly
The wrapper was expanding all the words of all its arguments. Instead, we want to expand each argument as a word; there is a subtle difference!
2014-11-17 07:54:11 -06:00