Commit graph

85408 commits

Author SHA1 Message Date
Peter Simons 2862d272a6 haskell: add support for all of Hackage
The function "callHackage <name> <version>" generates build instructions for
the requested library version on-the-fly. All of Hackage is available. Note:
this code is brand-new, experimental, and it might change in the future. Don't
base production code on this feature yet.

Example usage:

  $ nix-shell -p 'haskellPackages.callHackage "cpphs" "1.19.3" {}' --run "cpphs --version"
  cpphs 1.19.3

  $ nix-shell -p 'haskellPackages.ghcWithPackages (self: [(self.callHackage "hsdns" "1.6.1" {})])' --run "ghc-pkg list hsdns"
  /nix/store/p6r81k2vb2pzy4wcvri6z9m492i0hg63-ghc-8.0.1/lib/ghc-8.0.1/package.conf.d
      hsdns-1.6.1
2016-06-12 08:37:06 +02:00
Peter Simons 52aad6c77d haskell.lib.withHoogle: remove obsolete function 2016-06-12 08:37:06 +02:00
Peter Simons 00bebe798c haskell-http2: remove obsolete override 2016-06-12 08:37:06 +02:00
Peter Simons cc09d421f2 haskell-hslogger: fix LTS build 2016-06-12 08:37:05 +02:00
Peter Simons 71f0092143 haskell-lhc: drop obsolete override 2016-06-12 08:37:05 +02:00
Peter Simons 8ffcd238c3 haskell-generic-builder: add support for setupHaskellDepends 2016-06-12 08:37:01 +02:00
Peter Simons bef4cf54d5 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20160611 using the following inputs:

  - Hackage: 8f99b2654a
  - LTS Haskell: 1a80e0660e
  - Stackage Nightly: 504ee2b3bb
2016-06-12 08:36:53 +02:00
Kjetil Orbekk 3d7c8bd179 fish: fix completion from NIX_PROFILES
Load NIX_PROFILES at shell startup, not at build time.
This one was missed in #16039.
2016-06-12 01:16:35 -04:00
Rahul Gopinath 9b385535e8 mupdf: 1.8 -> 1.9
Updates mupdf, and libmupdf.so
2016-06-11 21:05:15 -07:00
Matthew Bauer d0cb52596e libmpack: fix building on darwin 2016-06-11 21:20:37 -05:00
Julien Dehos cb6e9e5e24 armadillo: init at 7.200.1b 2016-06-12 03:06:07 +02:00
Rahul Gopinath 105a903d94 xterm: 320 -> 325
Update xterm, also enable sixel, and regis support for graphics
2016-06-11 16:43:52 -07:00
Tobias Geerinckx-Rice c3d5a0a7df
libpsl: list 2016-05-23 -> 2016-06-10 2016-06-12 00:28:55 +02:00
Tobias Geerinckx-Rice 6558f0add3
sane-backends-git: fix corrupted hash 2016-06-12 00:28:55 +02:00
Tobias Geerinckx-Rice 9f266996b4
btrfs-progs: 4.5.3 -> 4.6 2016-06-12 00:28:55 +02:00
Tobias Geerinckx-Rice 1212d921c1
lrzip: 0.621 -> 0.630
Changes: http://ck-hack.blogspot.com/2016/06/lrzip-0630.html
2016-06-12 00:28:55 +02:00
Tobias Geerinckx-Rice 6b2cdf8cd1
sane-backends-git: 2016-05-09 -> 2016-06-11
fujitsu backend v131:
- hide compression-arg option when jpeg disabled
- add Send/SC/GHS macros for recent scanners
- add initial support for fi-74x0
- add initial support for fi-7030
- set has_MS_lamp=0 for fi-71x0
- add I18N macros to all option titles and descriptions
- add usb ids for many newer scanners
2016-06-12 00:28:55 +02:00
Arseniy Seroka 60a2d81ac4 Merge pull request #16134 from erikryb/master
vimPlugins: add localvimrc
2016-06-12 00:29:40 +03:00
Erik Rybakken d49e0ff79f vimPlugins: add localvimrc 2016-06-11 23:13:15 +02:00
Kranium Gikos Mendoza 1105674352 oath-toolkit: 2.4.1 -> 2.6.1 2016-06-12 04:27:56 +08:00
Joachim Fasting 72d589080f
emacs25pre: 25.0.94 -> 25.0.95 2016-06-11 21:59:53 +02:00
Rahul Gopinath c0316aaf84 mlterm: init at 3.3.8
A multi-lingual terminal that supports REGIS and SIXEL graphics
2016-06-11 12:35:34 -07:00
Arseniy Seroka 63dcc818e1 Merge pull request #16091 from ryantm/minecraft
minecraft: use icon in jar
2016-06-11 22:35:19 +03:00
Arseniy Seroka 5347a118c2 Merge pull request #16139 from romildo/upd.catfish
catfish: 1.4.1 -> 1.4.2
2016-06-11 22:33:02 +03:00
Arseniy Seroka d4876168e2 Merge pull request #16140 from hiberno/update-vivaldi
vivaldi: 1.1 -> 1.2
2016-06-11 22:32:38 +03:00
Arseniy Seroka 263edf8897 Merge pull request #16147 from womfoo/bluejeans
bluejeans: 2.155.17.5 -> 2.160.49-8
2016-06-11 22:31:46 +03:00
Benno Fünfstück 3850123f32 nixos/docker: use wrapped modprobe
We need to use wrapped modprobe, so that it finds the right
modules. Docker needs modprobe to load overlay kernel module
for example.

This fixes an an error starting docker if the booted system's kernel
version is different from the /run/current-system profile's one.
2016-06-11 21:13:37 +02:00
José Romildo Malaquias 205ec15d1e catfish: 1.4.1 -> 1.4.2 2016-06-11 15:25:59 -03:00
Rushmore Mushambi bb1a9d3b60 Merge pull request #16145 from rushmorem/update-nanomsg
nanomsg: 0.8-beta -> 1.0.0
2016-06-11 19:28:18 +02:00
Rushmore Mushambi 1965bd56e6 Merge pull request #16146 from kamilchm/rework-go
all-packages references to Go packages includes all outputs
2016-06-11 19:24:35 +02:00
rushmorem 8086145649 nanomsg: 0.8-beta -> 1.0.0 2016-06-11 19:05:53 +02:00
Nikolay Amiantov b341de88e9 Merge pull request #16030 from abbradar/fhs-refactor
Improvements for FHS user chrootenv
2016-06-11 21:04:20 +04:00
Kamil Chmielewski 7d02cc1dd5 all-packages references to Go packages includes all outputs 2016-06-11 18:57:29 +02:00
Frederik Rietdijk 9fbd5cf1bd Merge pull request #16127 from regnat/bugwarrior
pythonPackages.bugwarrior : 1.0.2 -> 1.4.0
2016-06-11 18:55:04 +02:00
Luca Bruno beb4182cc8 gnome3.gdm: fix version 3.14 for being used with gnome-shell 3.20. Closes #16063 2016-06-11 16:47:14 +02:00
Luca Bruno dbed53a79f gnome3: add gnome-session debug option 2016-06-11 16:47:14 +02:00
Maciek Starzyk a3bff71738 nimble: 0.7.2 -> 0.7.4 2016-06-11 14:53:08 +02:00
Maciek Starzyk ab09c37f99 nim: 0.13.0 -> 0.14.2 2016-06-11 14:53:07 +02:00
Rushmore Mushambi 4da067bf28 Merge pull request #16129 from kamilchm/rework-go
buildGoPackage: updated docs for goPackages after rework
2016-06-11 13:41:47 +02:00
Moritz Ulrich 47d400a1cc Merge pull request #16131 from vrthra/neomutt
neomutt: 20160502 -> 20160530
2016-06-11 11:39:06 +02:00
Aneesh Agrawal 94627e658b tmux: enable multiple outputs 2016-06-11 04:19:32 -04:00
Christian Lask da0b516a5f vivaldi: 1.1 -> 1.2 2016-06-11 09:55:32 +02:00
Nikolay Amiantov b195bf1ed2 dspam: disable on Darwin 2016-06-11 03:40:22 +03:00
Nikolay Amiantov 4a0ca7d92e grub4dos: enable only on Linux 2016-06-11 03:39:44 +03:00
Nikolay Amiantov 659bea9dda dropbear: disable on Darwin 2016-06-11 03:38:57 +03:00
José Romildo Malaquias 9ddc8a1a5a arc-gtk-theme-git: 2016-06-02 -> 2016-06-06 2016-06-10 21:35:32 -03:00
Nikolay Amiantov 3f241c172c remarkjs: mark as broken 2016-06-11 03:28:50 +03:00
Nikolay Amiantov f28ab85f2e parsoid service: use default node 2016-06-11 03:04:03 +03:00
Nikolay Amiantov 3b24a4b09a nodePackages: regenerate, add svgo, pin parsoid 2016-06-11 03:03:45 +03:00
Nikolay Amiantov 862c160e29 uwsgi: 2.0.12 -> 2.0.13.1 2016-06-11 02:43:44 +03:00