Commit graph

29409 commits

Author SHA1 Message Date
Ioannis Koutras 236c7db82c pugixml: fix pkg-config file installation 2019-03-02 13:13:26 +02:00
Ioannis Koutras 8571a669a7 pugixml: use fetchFromGitHub 2019-03-02 13:07:52 +02:00
Vladimír Čunát d92028a72a
Merge #56646: ffmpeg-full: 4.1 -> 4.1.1 2019-03-02 09:02:41 +01:00
R. RyanTM fb16c10f47 ffmpeg-full: 4.1 -> 4.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ffmpeg-full/versions
2019-03-01 20:45:11 -08:00
Herwig Hochleitner 26d8a8c0eb webkitgtk: 2.22.6 -> 2.22.7 2019-03-02 05:19:53 +01:00
worldofpeace 6f31a21f87
Merge pull request #56534 from dtzWill/update/appstream-glib-0.7.15
appstream-glib: 0.7.14 -> 0.7.15
2019-03-01 22:43:55 -05:00
Will Dietz e6a4c4a6d8 appstream-glib: 0.7.14 -> 0.7.15
https://github.com/hughsie/appstream-glib/blob/appstream_glib_0_7_15/NEWS
2019-03-01 22:43:24 -05:00
Samuel Leathers 531dca1a82
Merge pull request #56626 from r-ryantm/auto-update/czmq
czmq: 4.1.1 -> 4.2.0
2019-03-02 04:03:30 +01:00
R. RyanTM 81e8f11da7 cutelyst: 2.6.0 -> 2.7.0 (#56624) 2019-03-02 02:34:10 +00:00
R. RyanTM d033b0d9e7 czmq: 4.1.1 -> 4.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/czmq/versions
2019-03-01 17:33:12 -08:00
R. RyanTM a174052286 afflib: 3.7.17 -> 3.7.18
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/afflib/versions
2019-03-01 07:29:16 -08:00
Frederik Rietdijk 2fcb11a244 Merge staging-next into master 2019-03-01 09:06:20 +01:00
Pierre Bourdon b5d341e7f9
tpm2-tss: 2.2.0 -> 2.2.1 2019-03-01 01:25:38 +01:00
R. RyanTM 77201a115b ace: 6.5.3 -> 6.5.4 (#54859)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ace/versions
2019-02-28 22:19:17 +01:00
R. RyanTM 5f7ed3c70c libsolv: 0.7.2 -> 0.7.3 (#55259)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libsolv/versions
2019-02-28 22:17:08 +01:00
Michael Weiss c484f07d04
wlroots: 0.4 -> 0.4.1 2019-02-28 19:01:47 +01:00
Michael Raskin d389e5206c
Merge pull request #56317 from yrashk/ogre-1.11.5
ogre: 1.10.11 -> 1.11.5
2019-02-27 13:24:13 +00:00
Alyssa Ross fc4a8f63c4
openssl: 1.0.2q -> 1.0.2r
(cherry picked from commit 9c94d74836)
From PR #56414.  Forward-picking from staging to staging-next,
as minor openssl bumps tend to be fairly breakage-free.
2019-02-27 09:41:25 +01:00
Matthew Bauer 3a4d497a6f
Merge pull request #55750 from matthewbauer/llvm-cross
Allow using LLVM for cross compilation toolchain
2019-02-26 21:53:19 -05:00
Graham Christensen 2e23d727d6
libguestfs: build on hydra
It used to be huge, but current measurements reveal a 48mb NAR
2019-02-26 20:51:09 -05:00
Matthew Bauer 77d7d60d8c libpfm: use hostPlatform
(cherry picked from commit 08f5b419b9efc77db044f8c1d725632552617966)
2019-02-26 19:45:35 -05:00
John Ericson 8293ab8461
Merge pull request #56408 from Mic92/runtime-shell
treewide: use runtimeShell instead of stdenv.shell whenever possible
2019-02-26 18:04:27 -05:00
Jörg Thalheim 2642e1563f
Merge pull request #56417 from mroi/patch-1
glibc: fix cross builds on Darwin
2019-02-26 19:23:46 +00:00
Michael Weiss afe0725834
wlroots: 0.3 -> 0.4 2019-02-26 19:03:11 +01:00
Will Dietz 953f374193
Merge pull request #56396 from dtzWill/update/cdk-20190224
cdk: 5.0-20171209 -> 5.0-20190224
2019-02-26 11:39:22 -06:00
Michael Roitzsch 00a41ebbc1
glibc: fix cross builds on Darwin
evaluate buildPackages.glibc exclusively on Linux,
evaluating it on Darwin will lead to an unsupported platform error
2019-02-26 18:17:31 +01:00
Vladimír Čunát e52396ce2c
Merge #56143: luajit, lmdb, knot-resolver: cross-fixes 2019-02-26 15:24:17 +01:00
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Will Dietz 87bd8adae1 cdk: 5.0-20171209 -> 5.0-20190224 2019-02-25 21:50:29 -06:00
Yurii Rashkovskii d2eecfc160
pugixml: always include pkgconfig file
In master, this is always enabled: https://github.com/zeux/pugixml/pull/193
2019-02-25 06:47:09 -08:00
Yurii Rashkovskii 3298c38a6d
ogre: 1.10.11 -> 1.11.5
1.10.x retained for dependencies
2019-02-25 06:28:23 -08:00
Tor Hedin Brønner 3a83ec23dc
Merge pull request #54299 from dtzWill/update/xdg-desktop-portal-1.1.1
xdg-desktop-portal{,-gtk}: 1.1.0 -> 1.2.0
flatpak: 1.1.3 -> 1.2.3
2019-02-25 13:14:01 +01:00
Orivej Desh bccab16109 xxHash: 0.6.4.20171222 -> 0.6.5 2019-02-24 19:40:29 +00:00
Léo Gaspard e2474d714c
Merge branch 'pr-53143'
* pr-53143:
  Fix nix-shell packages for lynx->curl
  Scrape directory index with curl instead of lynx
  Address review comments
  aspell: use fetchzip instead of fetchTarball to fetch u-deva files
  aspell: remove override of name in buildOfficialDict
  aspell: add all missing official dictionaries
2019-02-24 19:56:11 +01:00
Olli Helenius 098c442674 Fix nix-shell packages for lynx->curl 2019-02-24 20:06:30 +02:00
Olli Helenius 291eae81ff Scrape directory index with curl instead of lynx 2019-02-24 18:46:58 +02:00
Jörg Thalheim ff1b945851
glibc: fix cross-build
glibc's buildsystem uses its own executables to generate locales.
This does not work for cross-compilation so instead we use localedef
from buildPackages.
2019-02-24 09:43:01 +00:00
Frederik Rietdijk c2eac6741b Merge master into staging-next 2019-02-24 09:19:12 +01:00
Matthew Bauer ad2585e350 harfbuzz-icu: disable error for cast-align 2019-02-23 23:26:54 -05:00
R. RyanTM 5a4ac09f31 sundials: 4.0.2 -> 4.1.0 (#55821)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sundials/versions
2019-02-24 02:00:34 +01:00
jacereda 36e0ed236e xavs: build on darwin (#56070) 2019-02-24 01:51:04 +01:00
R. RyanTM f471cbe931 live555: 2018.12.14 -> 2019.02.03 (#55251)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/live555/versions
2019-02-24 01:33:16 +01:00
R. RyanTM 7176ed767b openfst: 1.6.9 -> 1.7.1 (#55245)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openfst/versions
2019-02-24 01:12:19 +01:00
Chris Ostrouchov 7b093af342
libndtypes: 0.2.0dev3 -> unstable-2018-11-27 2019-02-23 13:09:10 -05:00
Chris Ostrouchov 84cbff0a00
libxnd: 0.2.0dev3 -> unstable-2018-11-27 2019-02-23 13:09:10 -05:00
Chris Ostrouchov eb36c3f28c
libgumath: init at unstable-2018-11-27 2019-02-23 13:09:04 -05:00
Carles Pagès a4f5bb8f58 rapidxml: init at 1.13 2019-02-23 16:10:36 +01:00
Averell Dalton d7806fe4ed openblas: adjust makeFlags handling 2019-02-23 09:13:57 +01:00
Ryan Mulligan 9075c30f31
Merge pull request #56166 from rnhmjoj/vapour
vapoursynth: R44 -> R45.1
2019-02-22 20:29:46 -08:00
worldofpeace 6a6e7f9e2e
Merge pull request #56174 from worldofpeace/gnome-updates
assorted gnome updates
2019-02-22 12:45:55 -05:00