Commit graph

98673 commits

Author SHA1 Message Date
Matthew Bauer 6695954d48
transmission: fix building on Darwin
This sets "--disable-mac" so that we use GTK instead of the macOS
backend. The macOS backend should work but currently it breaks with xcbuild.
2017-01-07 17:59:14 -06:00
Matthew Bauer 976aed886b
transmission: add enableDaemon flag 2017-01-07 17:59:05 -06:00
Matthew Bauer 30eed55410
transmission: add enableCli flag 2017-01-07 17:58:52 -06:00
Matthew Bauer cae067f17a
transmission: add enableSystemd flag
This flag can be used to enable systemd daemon support in transmission.
2017-01-07 17:58:40 -06:00
Daiderd Jordan 826d6aa6cd Merge pull request #21382 from johbo/darwin-pygtk-quartz-backend
Darwin gtk2/pygtk quartz backend
2017-01-08 00:18:33 +01:00
tkatchev 9c2a222092 gtest, gmock: fix broken package by updating to 1.8.0. 2017-01-08 00:00:55 +03:00
Frederik Rietdijk 9fdbb624e3 Merge pull request #21740 from srhb/init/mir-qualia
qualia: init at 1.0.0
2017-01-07 21:33:29 +01:00
Sarah Brofeldt 760710efd1 qualia: init at 1.0.0
tests disabled
maintainer srhb
2017-01-07 21:24:44 +01:00
Domen Kožar 372e04f189
libpqxx: use gnused_422 2017-01-07 20:16:17 +01:00
Jascha Geerds a5be4fe67a pythonPackages.docker_compose: Set meta.platforms to linux 2017-01-07 19:52:35 +01:00
Jascha Geerds fdb5832d09 pythonPackages.docker_compose: Add myself as a maintainer 2017-01-07 19:48:38 +01:00
Johannes Bornhold f025d2c189 gtksourceview: Add gtk-mac-integration for darwin
Had to pick two commits as patches from the repository which update the
dependency ige-mac-integration to gtk-mac-integration.
2017-01-07 19:21:43 +01:00
Matthew Bauer ea053cad7a gtk-mac-integration: init at 2.0.8 2017-01-07 19:21:42 +01:00
Johannes Bornhold 0f67005c4a cairo: Add ApplicationServices as propagatedBuildInput
Noticed that it caused depending packages to fail, like librsvg, imagemagiv, graphviz.
2017-01-07 19:21:42 +01:00
schneefux 96504cd75c pythonPackages.discordpy: 0.15.1 -> 0.16 2017-01-07 20:02:05 +02:00
Anmol Sethi 2ef6af7afd libtermkey: from 0.18 to 0.19 2017-01-07 19:59:45 +02:00
florianjacob ef8fd815cc update os-release manpage link
the old manpage at 0pointer is still there, but does not seem to get updated
2017-01-07 19:57:03 +02:00
Johannes Bornhold 8f7adffe4d pygtk: Add flag -ObjC for darwin
Had to add this so that it was able to parse the headers from the frameworks.
2017-01-07 17:35:09 +01:00
Johannes Bornhold 5a572f8018 gtk2: Use quartz backend on darwin 2017-01-07 17:35:09 +01:00
Johannes Bornhold 9f31633a50 librsvg: Add framework ApplicationServices for darwin 2017-01-07 17:31:10 +01:00
Johannes Bornhold 354c91df2e pango: Add darwin frameworks for fond rendering 2017-01-07 17:31:10 +01:00
Johannes Bornhold bbdca635cf cairo: Add CoreText for darwin
This helps so that fonts are properly rendered in gtk when used with the backend
"quartz".
2017-01-07 17:31:10 +01:00
Frederik Rietdijk 969651aaca pythonPackages.pyjwt: use cryptography instead of pycrypto 2017-01-07 17:28:55 +01:00
Nikolay Amiantov 6a55b52944 warzone2100: 2.1.5 -> 2.2.2 2017-01-07 18:48:15 +03:00
Jörg Thalheim 7e3ed8b44f Merge pull request #21735 from peterhoeg/u/qrcode
qrcode: 2014-01-01 -> 2016-08-04
2017-01-07 16:38:42 +01:00
Shea Levy 71fc7f9748 ghc-head: Fixes for new base and Cabal 2017-01-07 10:28:48 -05:00
Domen Kožar 133ba5f08a
GHC: 8.0.2-rc2 -> 8.0.2 2017-01-07 16:17:54 +01:00
Peter Hoeg 24aae1effe qrcode: 2014-01-01 -> 2016-08-04 2017-01-07 22:58:45 +08:00
Gabriel Ebner da9e9061f1 haskellPackages.hledger-diff: 0.2.0.6 -> 0.2.0.7
Currently hledger-diff is broken because of the hledger-lib version
bump.
2017-01-07 15:16:36 +01:00
Peter Hoeg 427de85390 loki: init at 0.1.7 2017-01-07 20:49:54 +08:00
Valentin Shirokov e138d3afdf Added option networking.wireless.networks.*.priority
It is literal 'priority' option of wpa_supplicant.conf
2017-01-07 20:23:12 +08:00
Domen Kožar b86c663a04 Merge pull request #21654 from awakenetworks/connor/print_metadata
nix-prefetch-git: remove call to nonexistent print_metadata function
2017-01-07 13:00:41 +01:00
Graham Christensen 428927ffa6
openjpeg2: patch for multiple CVEs
-  Floating Point Exception (aka FPE or divide by zero) in
    opj_pi_next_cprl function in openjp2/pi.c:523 in OpenJPEG
    2.1.2. (CVE-2016-9112)

 -  There is a NULL Pointer Access in function imagetopnm of
    convert.c:1943(jp2) of OpenJPEG 2.1.2. image->comps[compno].data is
    not assigned a value after initialization(NULL). Impact is Denial of
    Service. (CVE-2016-9114)

 -  NULL Pointer Access in function imagetopnm of convert.c:2226(jp2) in
    OpenJPEG 2.1.2. Impact is Denial of Service. Someone must open a
    crafted j2k file. (CVE-2016-9116)

 -  Heap Buffer Overflow (WRITE of size 4) in function pnmtoimage of
    convert.c:1719 in OpenJPEG 2.1.2. (CVE-2016-9118)
2017-01-07 06:51:31 -05:00
Peter Simons c5f8c7fe36 Merge pull request #21722 from mimadrid/fix/r-modules
Fix a lot of rPackages
2017-01-07 12:19:42 +01:00
Franz Pletz db8b044651 Merge pull request #21685 from mayflower/fix/bind-outputs
bind: fix collision of binaries in outputs
2017-01-07 11:37:17 +01:00
Frederik Rietdijk c0c97c5793 Merge pull request #21729 from Ralith/matrix-synapse
matrix-synapse: 0.18.6-rc3 -> 0.18.7-rc2
2017-01-07 09:02:30 +01:00
Dmitry Kalinkin 44a78fb0da
rivet: fix runtime on darwin 2017-01-07 03:00:04 -05:00
Joachim F f1dc2dd552 Merge pull request #21694 from dtzWill/fix/skype-pax
skype: paxmark to fix execution on PaX-enabled kernels
2017-01-07 08:05:02 +01:00
Joachim Fasting 0f24e56728
dnscrypt-proxy: 1.9.0 -> 1.9.1 2017-01-07 08:02:53 +01:00
Joachim Fasting d6ff445f10
grsecurity: 4.8.15-201612301949 -> 4.8.16-201701062021 2017-01-07 08:01:41 +01:00
Dmitry Kalinkin 0f71012fe6
sherpa: add useful dependencies 2017-01-07 01:36:51 -05:00
Benjamin Saunders 7027bbfba3 matrix-synapse: 0.18.6-rc3 -> 0.18.7-rc2 2017-01-06 20:41:29 -08:00
Peter Hoeg 3674be1e98 peruse: 1.1 -> 1.2
1.2 also ships Peruse Creator
2017-01-07 11:53:48 +08:00
Shea Levy 845dd121f8 ghc-head: Put ./boot into commonPreConfigure 2017-01-06 22:10:29 -05:00
Shea Levy c5c7911ac2 libuv: disable getaddrinfo tests.
Seem to require network access, at least on darwin
2017-01-06 21:09:49 -05:00
Franz Pletz e6708cea37
bind: fix collision of binaries in outputs
Using outputsToInstall the intended behaviour of including host and dnsutils
when bind is installed can be implemented instead of using symlinks to fix
installing all outputs individually with nix-env.

Fixes #19761.
2017-01-07 02:44:54 +01:00
Daiderd Jordan 56cceca999 Merge pull request #21700 from polyrod/master
sakura: fixed GLib-GIO-ERROR #21698
2017-01-07 01:40:00 +01:00
Franz Pletz 887e703d42 Merge pull request #21640 from mguentner/cpp_ipfs_api_update
cpp-ipfs-api: 2016-11-09 -> 2017-01-04
2017-01-07 00:44:01 +01:00
Thomas Tuegel 7215118c1b Merge pull request #21704 from gnidorah/master
kde-gtk-config: follow symlinks for cursors
2017-01-06 16:51:27 -06:00
Vladimír Čunát 030065f6bd
libpng: 1.6.27 -> 1.6.28 2017-01-06 22:46:25 +01:00