Commit graph

110444 commits

Author SHA1 Message Date
Arcadio Rubio García c75e91a374 bedtools: 2.26.0 -> 2.27.1 2018-01-22 12:09:44 +00:00
Vladimír Čunát 7dd50deae5
knot-resolver: 1.5.1 -> 1.5.2 (security)
Fixes CVE-2018-1000002.
https://gitlab.labs.nic.cz/knot/knot-resolver/blob/v1.5.2/NEWS
2018-01-22 12:03:56 +01:00
Tuomas Tynkkynen 95880aaf06 nixos/initrd: Don't include some x86-specific modules unconditionally 2018-01-22 12:53:33 +02:00
Tuomas Tynkkynen 44326993f4 build-support/vm: Autodetect kernel filename
It's 'Image' on AArch64.
2018-01-22 12:53:24 +02:00
Jörg Thalheim 77d843676e
Merge pull request #34102 from jokogr/u/jetbrains-editors-2017.3.3
jetbrain-editors: 2017.3.2 -> 2017.3.3
2018-01-22 10:35:21 +00:00
Jörg Thalheim 84d9ecc5f6
Merge pull request #34127 from nicknovitski/patch-3
google-cloud-sdk: disable component updater
2018-01-22 10:27:58 +00:00
Ioannis Koutras 9bd6b328b1 webstorm: 2017.3.2 -> 2017.3.3 2018-01-22 11:41:56 +02:00
Ioannis Koutras 665d24311e ruby-mine: 2017.3.1 -> 2017.3.2 2018-01-22 11:41:39 +02:00
Ioannis Koutras efe4775c1f pycharm-professional: 2017.3.2 -> 2017.3.3 2018-01-22 11:41:18 +02:00
Ioannis Koutras 0ffcc297ad pycharm-community: 2017.3.2 -> 2017.3.3 2018-01-22 11:40:55 +02:00
Ioannis Koutras 9ee5bd8ab0 phpstorm: 2017.3.2 -> 2017.3.3 2018-01-22 11:40:40 +02:00
Ioannis Koutras e9728e8155 idea-ultimate: 2017.3.2 -> 2017.3.3 2018-01-22 11:40:16 +02:00
Tuomas Tynkkynen 73695300bc patchelfUnstable: Fix hash 2018-01-22 11:00:29 +02:00
Tuomas Tynkkynen 630a26ac0b git: 2.16.0 -> 2.16.1 2018-01-22 10:57:00 +02:00
Ioannis Koutras a6d299b2b8 idea-community: 2017.3.2 -> 2017.3.3 2018-01-22 10:52:15 +02:00
Ioannis Koutras bfce8a71b7 goland: 2017.3 -> 2017.3.1 2018-01-22 10:51:53 +02:00
Ioannis Koutras e364a33f32 clion: 2017.3.1 -> 2017.3.2 2018-01-22 10:51:32 +02:00
Tuomas Tynkkynen a2b8264377 linux_testing: 4.15-rc8 -> 4.15-rc9 2018-01-22 10:44:50 +02:00
Vladimír Čunát 246ba46db7
Merge older staging (finished on Hydra)
https://hydra.nixos.org/eval/1427837?filter=&compare=1427817
Fixes #34087.
2018-01-22 08:54:37 +01:00
Peter Simons 699d715f24 haskell-nix-paths: fix bogus dependencies 2018-01-22 08:47:00 +01:00
Daiderd Jordan ea8cd05b2f
Merge pull request #34130 from sellout/fix/git-hub-darwin
git-hub: add darwin support
2018-01-22 08:38:42 +01:00
Gregory Pfeil 312b49ad6a git-hub: add darwin support 2018-01-21 22:38:55 -07:00
Mitsuhiro Nakamura 7287a9e91d cataclysm-dda{,-git}: create app launcher on Darwin 2018-01-22 14:07:35 +09:00
Samuel Dionne-Riel d9031c67ad dbeaver: 4.3.2 -> 4.3.3 2018-01-21 23:40:26 -05:00
Ben Gamari bf687907d7 haskell lib: Make Cabal compiler names explicit
Cabal2nix expects a --compiler flag that contains a Cabal Compiler description.
We used to use the compiler's derivation name for this, but this breaks when
cross-compiling due to the target suffix. Instead we add an explicit
haskellCompilerName attribute to Haskell compiler derivations.
2018-01-21 23:31:05 -05:00
John Ericson b612597c3d release-cross: Add a test for Haskell on Raspberry Pi and "Android"
Hello World with ghcHEAD. ghc822 to come after some patches.

Android will be turned into real Android...later.
2018-01-21 23:31:04 -05:00
John Ericson 81553124cf haskell infra: nativeGhc != ghc.bootPkgs.ghc
There's no reason to wait for non-binary native to *build* cross ghc,
but we want a nix-built GHC for Setup.hs or things won't work.
2018-01-21 23:31:04 -05:00
John Ericson 8560c025bc ghc 8.4.1: Reformat to move rev into src 2018-01-21 23:31:04 -05:00
John Ericson a2516efb26 ghcHEAD: Bump version ghc-8.5.20180118 2018-01-21 23:31:04 -05:00
John Ericson 23c29ebc90 ghc 8.2.2: Add bgamari's STRIP detection fix 2018-01-21 23:31:04 -05:00
John Ericson 60f45a2af1 ghc 8.0.2: Patch Cabal so --extra-*-dirs works right 2018-01-21 23:31:04 -05:00
Ben Gamari af03b7746a ghc 8.2.2 & head: Work around ARM bugs in BFD ld by using gold 2018-01-21 23:31:03 -05:00
Ryan Trinkle bd0de2f1cb ghc: Fix env vars and configure flags to be weird
GHC currently handles this stuff in a quite non-standard way, basically
taking prog var `FOO` to mean `FOO_FROM_TARGET`. It's because it
(wrongly) thinks from stage 2's perspective.
2018-01-21 23:31:03 -05:00
John Ericson e760de8108 ghc: Predicate libiconv on not using glibc instead of Darwin 2018-01-21 23:31:03 -05:00
John Ericson 398ac54593 ghc: Fix cross compilation to work with new system 2018-01-21 23:31:03 -05:00
John Ericson bc16cfc009 ghc: Remove old cross work
That way the next commit can apply a similar diff to each GHC.
2018-01-21 23:31:02 -05:00
John Ericson 54ead73271 generic-builder: Make GHC a proper dependency
Rather than just sticking it on the PATH
2018-01-21 23:27:38 -05:00
John Ericson 0eb3acaf38 ghc: echo -n mk/build.mk to avoid extra line 2018-01-21 23:27:38 -05:00
John Ericson 5a6b6b4ac5 ghc: Normalize derivations a bit before cross
These changes will affect the final derivation
2018-01-21 23:27:38 -05:00
Nick Novitski 9f6f2cdbde
google-cloud-sdk: disable component updater 2018-01-21 18:26:30 -08:00
Herwig Hochleitner d585a3207b chromium: fix rpath-overwriting in WideVine plugin 2018-01-22 02:20:09 +01:00
Herwig Hochleitner 6b77189b80 chromium: hide enableWideVine behind a broken flag
ref https://github.com/NixOS/nixpkgs/issues/22333
ref https://github.com/NixOS/nixpkgs/pull/29640

cc @aszlig
2018-01-22 02:20:07 +01:00
Michal Rus 7b062dc57a chromium: Use patchelfUnstable for WideVine plugin
ref #22333
2018-01-22 02:20:03 +01:00
Herwig Hochleitner 8924e84daa dwarf-fortress: 0.44.03 -> 0.44.05 2018-01-22 02:16:47 +01:00
Herwig Hochleitner 6cc8541ef5 winetricks: 20171018 -> 20171222 2018-01-22 02:16:42 +01:00
Herwig Hochleitner 7706f38a6c patchelfUnstable: 0.10-pre-20160920 -> 0.10-pre-20180108 2018-01-22 02:16:29 +01:00
Jörg Thalheim d60c026e54
Merge pull request #34104 from yegortimoshenko/20180121.132611/gumbo
libgumbo: rename to gumbo
2018-01-21 22:58:39 +00:00
Jörg Thalheim 2700f50df3
Merge pull request #34111 from bachp/prometheus-minio-exporter-0.2.0
prometheus-minio-exporter: 0.1.0 -> 0.2.0
2018-01-21 22:58:04 +00:00
Jörg Thalheim f518ac736a
Merge pull request #34115 from das-g/tablib-0.12.1-cherrypicked-to-master
tablib: 0.10.0 -> 0.12.1
2018-01-21 22:54:14 +00:00
Jörg Thalheim 5c041ae56f
Merge pull request #34113 from jlesquembre/neovim
neovim: 0.2.1 -> 0.2.2
2018-01-21 22:48:25 +00:00
Andreas Rammhold f2e5b7e236
Merge pull request #34106 from dotlambda/spectre-meltdown-checker
spectre-meltdown-checker: 0.31 -> 0.32
2018-01-21 22:48:14 +00:00
Tuomas Tynkkynen a8d0b805b1 chromium: Attempt building on aarch64
This will probably go over the 10 hour limit, but we'll see.
2018-01-22 00:42:59 +02:00
Andrew Childs e8926be6bf chromium: Configure aarch64 toolchain 2018-01-22 00:41:03 +02:00
Jörg Thalheim 6daf8f29c4
Merge pull request #34117 from flokli/bpython-pypi
bpython: fetch from PyPi
2018-01-21 22:34:41 +00:00
チルノ b23e92eac1 tewisay: init at git-2017-04-14 (#33488) 2018-01-21 22:31:51 +00:00
Jörg Thalheim e36a3623e9 wireguard: 0.0.20171221 -> 0.0.20180118 2018-01-21 22:17:26 +00:00
Florian Klink 71c9ee7f9d bpython: fetch from PyPi
0.17 recently got released on PyPi
2018-01-21 22:02:05 +01:00
Raphael Das Gupta d2541c42ba tablib: 0.10.0 -> 0.12.1
needs some additional build- and runtime dependencies that are also being added to the derivation with this commit

(cherry picked from commit c32302514091966797580f17b5ba81f7f81b7e28)
2018-01-21 21:54:20 +01:00
Michael Weiss fbe17703ab gns3Packages.server{Stable,Preview}: Unlock the multidict version 2018-01-21 21:17:14 +01:00
Michael Weiss 58e78238e7
Merge pull request #33931 from dotlambda/multidict
pythonPackages.multidict: 3.3.2 -> 4.0.0
2018-01-21 21:12:46 +01:00
Daiderd Jordan 82de183455
Merge pull request #34088 from LnL7/xcbuild-platform-version
xcbuild: platform version
2018-01-21 20:50:20 +01:00
José Luis Lafuente 2c95ce9081
neovim: 0.2.1 -> 0.2.2 2018-01-21 20:50:08 +01:00
Nicolas Mattia 1d47908879 gpp: init at 2.25 and add @nmattia as maintainer (#34098)
* maintainers: add nmattia
* gpp: init at 2.25

GPP is a handy preprocessing tool, not yet present in the package set.
2018-01-21 19:17:31 +00:00
Peter Simons 4532826e99
Merge pull request #34037 from ElvishJerricco/fix-ghcjs-lts-10
Fixed GHCJS
2018-01-21 19:55:25 +01:00
Graham Christensen 46947c49a0
Merge pull request #34108 from dywedir/dunst
dunst: 1.2.0 -> 1.3.0
2018-01-21 13:09:54 -05:00
Graham Christensen d561829115
Merge pull request #34109 from romildo/upd.tint2
tint2: 16.1 -> 16.2
2018-01-21 13:07:17 -05:00
Jörg Thalheim 9858950687
Merge pull request #34069 from lukeadams/phantomjs-headless-fix
phantomjs2: set QT_QPA_PLATFORM to allow use in daemons
2018-01-21 17:36:26 +00:00
Vladimír Čunát 59fb55c089
Merge #34103: nix-info: build locally 2018-01-21 18:08:18 +01:00
Michael Weiss 26f86b4069 tdesktop: 1.2.1 -> 1.2.6 2018-01-21 17:52:26 +01:00
Pascal Bach f694b98b8e prometheus-minio-exporter: 0.1.0 -> 0.2.0 2018-01-21 17:45:30 +01:00
dywedir 9ab8c28e3d dunst: 1.2.0 -> 1.3.0 2018-01-21 17:28:50 +02:00
José Romildo Malaquias 049b204ae1 tint2: 16.1 -> 16.2 2018-01-21 13:23:33 -02:00
Mitsuhiro Nakamura 728a13271e cataclysm-dda{,-git}: build on Darwin 2018-01-22 00:01:45 +09:00
Robert Schütz 286889e6b5 spectre-meltdown-checker: 0.31 -> 0.32 2018-01-21 15:54:58 +01:00
Michael Weiss d1a04efbf7 tdesktop: 1.1.23 -> 1.2.1 2018-01-21 15:42:08 +01:00
Yegor Timoshenko 26c6f43119 libgumbo: rename to gumbo 2018-01-21 13:29:45 +00:00
Daiderd Jordan aa32796a89
nix-info: build locally 2018-01-21 14:09:35 +01:00
Ioannis Koutras 64fa24b516 xmonad-log: init at 0.1.0 2018-01-21 14:57:36 +02:00
Ben Wolsieffer 94276da9e9 perf: inherit makeFlags from kernel 2018-01-21 13:54:39 +02:00
Ben Wolsieffer 44dc31bad1 perf: apply patch to fix build of 4.9 2018-01-21 13:54:39 +02:00
Sarah Brofeldt 8c25e0dd94
Merge pull request #33717 from matthiasbeyer/fix-taskwarrior-completion
taskwarrior: Fix bash completion
2018-01-21 12:29:43 +01:00
Sarah Brofeldt f0401a2359
Merge pull request #34092 from ryantm/cava
cava: 0.4.2 -> 0.6.0
2018-01-21 12:20:45 +01:00
Sarah Brofeldt adf80590ae
Merge pull request #33924 from markuskowa/molden-pr
molden: init at 5.7
2018-01-21 12:19:48 +01:00
Sarah Brofeldt c7367048d1
Merge pull request #34075 from Ma27/init-gitv
vimPlugins.gitv: init
2018-01-21 12:07:58 +01:00
Jörg Thalheim cf93bcb7f6
Merge pull request #34097 from Ma27/init-react-native
nodePackages.react-native-cli: init at 2.0.1
2018-01-21 11:04:07 +00:00
Vladimír Čunát 5fb5beb929
Merge #33948: {llvm,clang}-{4,5}: better man-pages
Don't rebuild entire projects just to get manpages.
2018-01-21 11:35:10 +01:00
Peter Hoeg 29deef012c kdialog: init at 17.12.1 2018-01-21 18:28:06 +08:00
Maximilian Bosch d67fd9ef0a
node-packages.react-native-cli: init at 2.0.1 2018-01-21 11:18:29 +01:00
Vladimír Čunát 5402412b97
Merge #33600: xfce: cleanup, hyphenate attributes 2018-01-21 09:52:58 +01:00
Vladimír Čunát aa8217d622
xfce: timestamp the aliased names 2018-01-21 09:52:18 +01:00
Vladimír Čunát a0f8e3a30c
Merge #33590: mesa: make it find drirc 2018-01-21 09:29:37 +01:00
Michael Weiss 0beabe4a81 gns3Packages.server{Stable,Preview}: Fix the build
I initially thought python3Packages.yarl wouldn't build but then
realized it was actually due to my overwrite.
2018-01-21 02:17:48 +01:00
Michael Weiss 02f6827a91 gns3Packages.{server,gui}{Stable,Preview}: 2.1.2 -> 2.1.3 2018-01-21 02:09:12 +01:00
Shea Levy 69d4adee1f
idris: Move library setup to the setup hook.
This was broken in preHook because addEnvHooks isn't defined yet.
2018-01-20 19:58:06 -05:00
Michael Weiss 58ff18b6b5 pythonPackages.raven: 6.4.0 -> 6.5.0 2018-01-21 01:50:06 +01:00
Tuomas Tynkkynen ea0736d8ef mono: Disable on aarch64
mono40: https://hydra.nixos.org/build/67660031
mono44: https://hydra.nixos.org/build/67666036
mono50: https://hydra.nixos.org/build/67825397
mono54: https://hydra.nixos.org/build/67825452
2018-01-21 01:41:57 +02:00
Daiderd Jordan e072086b71
Merge pull request #34035 from veprbl/samfix
deadpixi-sam: fix on Darwin, bump
2018-01-21 00:36:07 +01:00
Daiderd Jordan 1fa5c8abae
Merge pull request #34089 from mnacamura/sdl2-darwin-fix
SDL2_{gfx,mixer,net,ttf}: fix Darwin build
2018-01-21 00:30:36 +01:00
Dmitry Kalinkin 6892838da0
deadpixi-sam: 2016-10-08 -> 2017-10-27 2018-01-20 18:20:54 -05:00
Dmitry Kalinkin 88b485a062
deadpixi-sam: fix on Darwin 2018-01-20 18:20:47 -05:00