Commit Graph

67351 Commits

Author SHA1 Message Date
Bjørn Forsman
9f9f1db6e5 python-py: 1.4.24 -> 1.4.30
Unbreaks some packages because they require py>=1.4.29. Example build
error, from the 'argh' package:

  The 'py>=1.4.29' distribution was not found and is required by pytest

`nox-review wip` shows that there is a net reduction in build errors with
this patch.
2015-08-16 12:57:19 +02:00
Robert Helgesson
effe2ca5a5 fira-code: 0.5 -> 0.6 2015-08-16 11:29:11 +02:00
AndersonTorres
53ff7e1664 Xiphos: added new dependency: biblesync 2015-08-16 00:47:43 -03:00
AndersonTorres
0935ef2913 BibleSync: init at 1.1.2
Biblesync is a dependency of new Xiphos.
2015-08-15 22:36:44 -03:00
Tuomas Tynkkynen
8914e1af6d nixos-generate-config: Don't enable vbox guest via deprecated option
Avoids this warning when running `nixos-rebuild switch`:
````
building Nix...
building the system configuration...
trace: Obsolete option `services.virtualboxGuest.enable' is used. It was renamed to `virtualisation.virtualbox.guest.enable'.
````
2015-08-16 00:32:37 +02:00
zimbatm
67c9a485b7 direnv: 2.6.0 -> 2.7.0 2015-08-15 22:39:03 +01:00
Peter Simons
c90ed187de doc/haskell-users-guide.xml: fix "nix-store --repair-path" example 2015-08-15 21:18:02 +02:00
Pascal Wittmann
d0f75b4391 filegive: move from googlecode to github 2015-08-15 21:04:32 +02:00
Pascal Wittmann
72bfb93beb plowshare: move from googlecode to github 2015-08-15 21:04:32 +02:00
Pascal Wittmann
789ae5333b logkeys: move from googlecode to github 2015-08-15 21:04:32 +02:00
Pascal Wittmann
a1d4e7ff70 u9fs: move from googlecode to bitbucket 2015-08-15 21:04:32 +02:00
Peter Simons
4c7d928f0b haskell-msgpack-rpc can't execute its test suite in a chroot environment. 2015-08-15 20:25:01 +02:00
Peter Simons
b0784c2dc8 haskell-commutative can't compile its test suite. 2015-08-15 20:25:01 +02:00
Peter Simons
23761a4fd6 haskell-yi is broken 2015-08-15 20:25:01 +02:00
Peter Simons
aae5f5d80e ghc-mod has been fixed upstream. 2015-08-15 20:25:00 +02:00
Peter Simons
b34371b5e5 hackage-packages.nix: update to ba50dba1bc with hackage2nix v20150807-31-g34b77b8 2015-08-15 20:25:00 +02:00
AndersonTorres
923006c5f1 Xiphos: 4.0.0 -> 4.0.3-20150806 2015-08-15 12:35:01 -03:00
Benno Fünfstück
7cd6b3cf76 Revert change of path type
The change caused lots of evaluation errors, since it caused derivations to no longer be valid paths as well.
2015-08-15 15:38:12 +02:00
AndersonTorres
9413a340db Sword: 1.7.3 -> 1.7.4 2015-08-15 09:35:41 -03:00
Benno Fünfstück
e6f1e1e5db Merge pull request #6272 from NixOS/types-path-better-error
types.nix: better error message for non-paths
2015-08-15 13:16:00 +02:00
Benno Fünfstück
691f683c8c types.nix: better error message for non-paths
This improves error messages when a set or a list is used where a path
was expected. For an example, if you used a package set (as opposed to a
single package) in systemPackages before this commit, the error was:

```
cannot coerce a list to a string, at "/home/nixpkgs/lib/types.nix":103:37
```

Now, the error message reads:

```
The option value `environment.systemPackages' in `/etc/nixos/configuration.nix' is not a list of paths.
```
2015-08-15 13:05:57 +02:00
Nicolas B. Pierron
77250457bc Merge pull request #9183 from nbp/option-usage
Update option-usages.nix expression to work with newer version of the module system.
2015-08-15 12:29:32 +02:00
Pascal Wittmann
7dbc01792e Merge pull request #8768 from FRidh/blaze
blaze: init at 0.8.2
2015-08-15 12:01:17 +02:00
Aycan iRiCAN
f3038b694d Merge pull request #9255 from aycanirican/haskell-hans-fix
haskell-hans: disable building example webserver which includes doubl…
2015-08-15 11:30:00 +03:00
Frederik Rietdijk
f9e3908397 blaze: init at 0.8.2 2015-08-15 10:20:08 +02:00
Aycan iRiCAN
482c29f8c6 haskell-hans: disable building example webserver which includes double main. 2015-08-15 10:35:36 +03:00
Peter Simons
c4c2ee0d52 haskell-configuration-ghc-7.10.x: fix Hydra evaluation errors 2015-08-15 08:59:46 +02:00
Peter Simons
8347e3f19f Disable all Hackage packages related to Elm.
Upstream created its own distribution mechanism and doesn't rely on
Hackage any more.
2015-08-15 08:59:46 +02:00
Peter Simons
8647667e93 haskell-bro is broken 2015-08-15 08:59:46 +02:00
Peter Simons
19b26260ca haskell-exinst is broken because of singletons 2015-08-15 08:59:46 +02:00
Peter Simons
b2fd8c4685 haskell-configuration-ghc-7.10.x: fix evaluation error 2015-08-15 08:59:46 +02:00
Peter Simons
b87dd90e56 hackage-packages.nix: update to c6a74c3fdc with hackage2nix v20150807-31-g34b77b8 2015-08-15 08:59:39 +02:00
Thomas Tuegel
20d6f873f0 Merge branch 'ipe' 2015-08-14 22:31:42 -05:00
Thomas Tuegel
f0a11cd1eb ipe: add missing libjpeg dependency 2015-08-14 22:30:48 -05:00
Thomas Tuegel
7203497ce4 ipe: set LUA_PACKAGE name for make 2015-08-14 22:30:21 -05:00
Thomas Tuegel
cce9a0f4d8 ipe: version 7.1.8 2015-08-14 22:29:58 -05:00
Thomas Tuegel
df5f0cfb7c ipe: set platforms = linux 2015-08-14 22:28:51 -05:00
Thomas Tuegel
48a2034308 ipe: add ttuegel to maintainers 2015-08-14 22:28:42 -05:00
Thomas Tuegel
c40dae0863 ipe: fix homepage 2015-08-14 22:28:23 -05:00
Arseniy Seroka
8bdc291d8f Merge pull request #9253 from FRidh/pytest
python-packages pytest: 2.6.2 -> 2.7.2
2015-08-15 01:51:22 +03:00
Frederik Rietdijk
dd1d6f8e27 python-packages pytest: 2.6.2 -> 2.7.2 2015-08-14 23:16:50 +02:00
William A. Kennington III
d438d0e98b vim: 7.4.683 -> 7.4.826
Also, since googlecode is shutting down in <1 month move this to the new
github tree. This removes the dependence on mercurial.
2015-08-14 14:06:58 -07:00
William A. Kennington III
435c5d2c42 firefox: 40.0 -> 40.0.2 2015-08-14 13:58:36 -07:00
William A. Kennington III
4ed131efb3 chromiumBeta: 45.0.2454.26 -> 45.0.2454.37 2015-08-14 13:46:37 -07:00
Pascal Wittmann
c73421b590 terminado: rename meta.licenses to meta.license 2015-08-14 22:40:07 +02:00
Pascal Wittmann
6364245475 telegram-cli: make maintainers a list 2015-08-14 22:38:38 +02:00
Pascal Wittmann
b61b704a52 calibre: update 2.34.0 to 2.35.0 2015-08-14 22:38:38 +02:00
Shea Levy
c541c23692 nix-exec: Bugfix bump 2015-08-14 15:56:01 -04:00
Eric Seidel
324c0f205a emacs-packages: idris-mode 0.9.15 -> 0.9.18 2015-08-14 12:33:35 -07:00
Peter Simons
167e54b257 haskell-generic-builder: allow users to specify their own install phase 2015-08-14 21:23:42 +02:00