Commit graph

95165 commits

Author SHA1 Message Date
Bjørn Forsman
03200ab74b sg3_utils: 1.31 -> 1.42 2016-11-01 22:34:41 +01:00
Peter Simons
0b180d1ca4 bind: update to 9.10.4-P4 to fix CVE-2016-8864 2016-11-01 22:16:26 +01:00
Domen Kožar
ec2ca34933 Merge pull request #20022 from teh/altair
Altair
2016-11-01 22:15:51 +01:00
Domen Kožar
d6247cf560 Merge pull request #20067 from teh/updates-1
Updates 1
2016-11-01 22:14:19 +01:00
Ambroz Bizjak
7940692801 ksysguard: Add required qtwebkit dependency.
Without this the only the daemon would be built without a GUI.
2016-11-01 20:54:22 +01:00
Tom Hunger
a1b80797c4 partd: 0.3.3 -> 0.3.6 2016-11-01 17:40:07 +00:00
Peter Simons
fac1168816 callHackage: make 'all-cabal-hashes' repository overridable
This commit changes callHackage to use a deterministic version of the Hackage
checkout from https://github.com/commercialhaskell/all-cabal-hashes by default.
This means that packages uploaded to Hackage after today will be available to
callHackage only after "pkgs/data/misc/hackage/default.nix" has been updated.

People who want the previous behavior where we always had the latest version of
Hackage available -- at the cost of frequent downloads from Github --, can add
the following override to their "~/.nixpkgs/config.nix" file:

  {
    packageOverrides = super: {
      all-cabal-hashes = builtins.fetchTarball "https://github.com/commercialhaskell/all-cabal-hashes/archive/hackage.tar.gz";
    };
  }
2016-11-01 18:35:19 +01:00
Ioannis Koutras
270365a1ee samsung-unified-linux-driver: add 4.01.17 2016-11-01 19:19:53 +02:00
Joachim Fasting
0607fa1874
gnubg: fix build
Presumably, readline used to be propagated from one of the other inputs
but is no longer (the build succeeds on 16.09 but is unable to locate
readline.h on master).

https://hydra.nixos.org/build/42761215
2016-11-01 16:35:19 +01:00
Tim Steinbach
ba9c422caa Merge pull request #20057 from joachifm/encfs
encfs: 1.8.1 -> 1.9.1
2016-11-01 11:17:16 -04:00
Thomas Tuegel
cfbb419cb1
zotero: remove ttuegel from maintainers
I don't use Zotero at all anymore, and the Firefox plugin was much more
reliable than the standalone version in my experience.
2016-11-01 10:04:58 -05:00
Joachim Fasting
0ee7d1ea4e
encfs: 1.8.1 -> 1.9.1
Packaging changes
- Uses cmake
- Removes depends on rlog and boost, uses tinyxml to parse xml

Note that the encfssh utility is disabled, it requires patching to
work (and didn't work in previous versions of the package, either).
Better to leave it unusable until fixed.
2016-11-01 15:57:29 +01:00
Joachim Fasting
98d1bb9e6e
tinyxml-2: 3.0.0 -> 4.0.1 2016-11-01 15:57:18 +01:00
Dan Peebles
3f61621354 pythonPackages.cached-property: works on Darwin 2016-11-01 10:13:33 -04:00
Peter Simons
5b5a0c276e Merge pull request #20051 from joachifm/jailbreak-dataenc
haskellPackages.dataenc: jailbreak
2016-11-01 14:43:54 +01:00
Tim Steinbach
96e462cbe1 Merge pull request #19963 from groxxda/mpich
mpich: remove unused test
2016-11-01 09:22:37 -04:00
Tim Steinbach
dc04a8e49d Merge pull request #19980 from cko/cleanup_node_packages
node-packages: update & cleanup
2016-11-01 09:20:26 -04:00
Tim Steinbach
79424a0c7f Merge pull request #19984 from sternenseemann/license-clash
groovy: no easily conflicting files in top-level (#19872)
2016-11-01 09:09:35 -04:00
Tim Steinbach
8746289295 Merge pull request #20036 from mdorman/emacs-updates
Emacs package updates
2016-11-01 09:08:19 -04:00
Tim Steinbach
5f06572c37 Merge pull request #20043 from magnetophon/guitarix
guitarix: 0.35.1 -> 0.35.2
2016-11-01 09:07:09 -04:00
Tim Steinbach
b2e6068b66 Merge pull request #20002 from ambrop72/kdevelop-5.0.2
kdevelop: 5.0.0 -> 5.0.2
2016-11-01 09:05:56 -04:00
Tim Steinbach
658bb4994f Merge pull request #20023 from stesie/idea-updates-5
Update IntelliJ Toolbox
2016-11-01 09:04:32 -04:00
Tim Steinbach
b99928b477 Merge pull request #20032 from jokogr/u/skrooge2-2.5.0
skrooge2: 2.4.0 -> 2.5.0
2016-11-01 09:04:09 -04:00
Tim Steinbach
47623f7b88 Merge pull request #20044 from magnetophon/helm
helm: 0.6.1 -> 0.8.6
2016-11-01 09:03:53 -04:00
Tim Steinbach
23a6453ed1 Merge pull request #20050 from mstarzyk/obnam
obnam: 1.19.1 -> 1.20.2
2016-11-01 09:03:24 -04:00
Tim Steinbach
c1fb904d85 Merge pull request #20053 from NeQuissimus/linux_4_8_6
linux: 4.8.5 -> 4.8.6
2016-11-01 08:59:29 -04:00
Tim Steinbach
874abe694a
linux: 4.8.5 -> 4.8.6 2016-11-01 08:58:53 -04:00
Tim Steinbach
e6483ec425 Merge pull request #20052 from NeQuissimus/scala_2_12_0_fix
scala: Fix hash
2016-11-01 08:55:40 -04:00
Tim Steinbach
33aac6e4c9
scala: Fix hash 2016-11-01 08:54:53 -04:00
Ioannis Koutras
09465c9f7a syncthing-inotify: fix building on darwin 2016-11-01 14:54:21 +02:00
Joachim Fasting
31f8367c67
haskellPackages.dataenc: jailbreak
Relaxes overly strict bounds on base (3 > && < 4.8).  The dataenc
package is unmaintained so there is no corresponding upstream issue.
2016-11-01 13:30:50 +01:00
Daniel Peebles
1fa9d99776 Merge pull request #20046 from copumpkin/omg-test
Remove obsolete versions of db
2016-11-01 08:16:55 -04:00
Maciek Starzyk
70bf493185 obnam: 1.19.1 -> 1.20.2 2016-11-01 13:00:52 +01:00
Arseniy Seroka
5b8b918771 Merge pull request #20045 from magnetophon/LV2plugins
Lv2plugins
2016-11-01 14:31:04 +03:00
Daiderd Jordan
f84e2efcfd Merge pull request #20018 from adnelson/use_basename_docker
docker.buildUtils: use baseNameOf to allow for slashes in name
2016-11-01 12:29:28 +01:00
Shea Levy
2dbaf3a336 lksctp-tools: init at 1.0.17 2016-11-01 07:28:41 -04:00
Rickard Nilsson
6bbdad7d11 haskell-xxhash: Use doJailbreak instead of sed 2016-11-01 11:34:14 +01:00
Ioannis Koutras
5f60295b02 syncthing-inotify: 0.8.3 -> 0.8.4 2016-11-01 12:32:22 +02:00
Eelco Dolstra
ef1a188e07 linux: 4.4.28 -> 4.4.30 2016-11-01 11:31:00 +01:00
Rickard Nilsson
58707589d2 haskell-xxhash: fix build with GHC 8.x 2016-11-01 11:01:51 +01:00
Peter Hoeg
9cd790cffc dropbox: 12.4.22 -> 13.4.21 2016-11-01 14:09:35 +08:00
Dan Peebles
50874525d1 db47: remove outdated version 2016-11-01 03:18:01 +00:00
Dan Peebles
89915f8206 db45: remove outdated version 2016-11-01 03:10:13 +00:00
Dan Peebles
e41d2a8306 db44: remove outdated version 2016-11-01 03:06:57 +00:00
Bart Brouns
067e3dcbf1 yoshimi: 1.3.8.2 -> 1.4.1 2016-11-01 02:57:27 +01:00
Bart Brouns
3d5a6763e1 synthv1: 0.7.1 -> 0.7.6 2016-11-01 02:56:18 +01:00
Bart Brouns
a1e0dea396 swh_lvs: git 2013-05-17 -> 1.0.16 2016-11-01 02:54:25 +01:00
Bart Brouns
2515a9e6b7 samplv1: 0.7.1 -> 0.7.6 2016-11-01 02:52:20 +01:00
Bart Brouns
d4b6b1c108 eq10q: 2.0 -> 2.1 2016-11-01 02:51:01 +01:00
Bart Brouns
db1a7523b4 drumkv1: 0.7.1 -> 0.7.6 2016-11-01 02:48:20 +01:00