Commit graph

172599 commits

Author SHA1 Message Date
Will Dietz 108ab954ed xorg: font utilities should be nativeBuildInputs
They provide programs executed by the builder.
2019-03-18 23:45:42 -05:00
Will Dietz 9e39ab6753 generate-expr-from-tarballs.pl: more detection, detect gettext usage 2019-03-18 23:45:42 -05:00
Will Dietz 29f4526a5a xorg: detect deps on libxkbfile from ${XKBMODULE} 2019-03-18 23:45:42 -05:00
Will Dietz 061f6562f0 xorg/default.nix: regen! 2019-03-18 23:45:42 -05:00
Will Dietz c01c821f48 generate-exprs-from-tarballs.pl: support few more deps automatically 2019-03-18 23:31:01 -05:00
Will Dietz 79592e99a6 xorg/tarballs.list: +{xfd,xmore} -mkfontdir 2019-03-18 23:30:47 -05:00
Will Dietz 0e44d14dff xorg.mkfontdir: replace with mkfontscale, which now includes mkfontdir
See:
https://lists.x.org/archives/xorg-announce/2019-March/002960.html
2019-03-18 22:57:50 -05:00
Will Dietz 542908cc35 xorg: batch of updates, bump luit
Announcements with details of changes
can be found on the mailing list,
and since IIRC these are all from
this month they all are listed here:

https://lists.x.org/archives/xorg-announce/2019-March/thread.html

-----

Grab luit from mirror because our fetcher's
default behavior doesn't get along with
invisible-island's FTP server apparently (?).

Or perhaps server is problematic, not sure.

Example URL:
ftp://ftp.invisible-island.net/luit/luit-20190106.tgz
* Using curl or wget:
  "Server denied you to change to the given directory"
  (or so)
* Using curl with `--ftp-mode nocwd`: success

curl's manpage suggests this is less-compliant behavior
used for speed, offering a third option that's more
likely to work but not quite as fast.
So it seems like the more compliant behavior is
rejected but the fast behavior is accepted.
Dunno, hopefully it'll be on a content-addressed
server soon enough so it doesn't matter as much :).

Hash used here matches manually-fetched from official URL
as well as from the mirror.
2019-03-17 00:39:31 -05:00
xeji bc92dd657b
Merge pull request #56376 from artemist/git-2.21.0
git: 2.19.2 -> 2.21.0
2019-03-16 00:29:54 +01:00
Michael Raskin cf274cdb28
Merge pull request #57703 from r-ryantm/auto-update/atk
atk: 2.30.0 -> 2.32.0
2019-03-15 19:04:56 +00:00
R. RyanTM 680012bd22 atk: 2.30.0 -> 2.32.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/atk/versions
2019-03-15 10:23:44 -07:00
Jan Tojnar 1e0661cd60
Merge pull request #57603 from jtojnar/wrap-gapps-hook-self-gio
wrapGAppsHook: add package’s own modules to GIO_EXTRA_MODULES
2019-03-15 14:26:17 +01:00
Will Dietz 85966e628d
Merge pull request #57645 from dtzWill/fix/e2fsprogs-cross-llvm-bootstrap
e2fsprogs: use buildPackages.perl to avoid cycle in llvm-based stdenv
2019-03-15 07:04:28 -05:00
Will Dietz c0f08b80a2
Merge pull request #57418 from dtzWill/update/kmod-26
kmod: 25 -> 26
2019-03-14 14:30:29 -05:00
Will Dietz 941859dadf
Merge pull request #57541 from dtzWill/update/gtk-3.24.7
gtk3: 3.24.5 -> 3.24.7
2019-03-14 14:20:11 -05:00
Will Dietz 20c0730565
Merge pull request #57539 from dtzWill/update/nghttp2-1.37.0
nghttp2: 1.36.0 -> 1.37.0
2019-03-14 14:18:51 -05:00
Will Dietz 10a84188ff e2fsprogs: use buildPackages.perl to avoid cycle in llvm-based stdenv 2019-03-14 10:44:11 -05:00
Jan Tojnar 0ea220b9bd
wrapGAppsHook: add package’s own modules to GIO_EXTRA_MODULES
When a package provides both executables and gio modules, it is quite
probable the executables will need those modules. wrapGAppsHook wraps
executables with GIO_EXTRA_MODULES picked up from dependencies
but forgets about the package being built. Let’s add to consideration.

Closes: https://github.com/NixOS/nixpkgs/issues/50254
2019-03-13 23:03:53 +01:00
Will Dietz 1cb7a3b519
Merge pull request #57229 from dtzWill/update/e2fsprogs-1.45.0
e2fsprogs: 1.44.5 -> 1.45.0
2019-03-13 11:30:13 -05:00
Will Dietz bf072fcfb1 gtk3: 3.24.5 -> 3.24.7
http://ftp.acc.umu.se/pub/gnome/sources/gtk+/3.24/gtk+-3.24.6.news
http://ftp.acc.umu.se/pub/gnome/sources/gtk+/3.24/gtk+-3.24.7.news

Export symbols patch "actually" seems
to no longer be required, drop it.
2019-03-12 16:36:14 -05:00
Will Dietz f58c599bcb nghttp2: 1.36.0 -> 1.37.0
https://nghttp2.org/blog/2019/03/08/nghttp2-v1-37-0/
2019-03-12 16:20:28 -05:00
Matthew Bauer 573a6930a0
Merge pull request #56019 from illegalprime/fix/perlPackages.TermReadKey-cross
perlPackages.TermReadKey: add workarounds for cross compilation
2019-03-12 16:52:13 -04:00
Ben Hipple 2c7b8769f3 db: enable parallel building
Appears to work without issue and speeds up builds
2019-03-11 16:44:06 -04:00
Will Dietz c13a29e398 kmod: 25 -> 26
https://lwn.net/Articles/779249/
2019-03-11 12:33:45 -05:00
Matthew Bauer 37eba81c7b
Merge pull request #56391 from matthewbauer/cmake-treewide
Add more CMake flags
2019-03-11 12:43:46 -04:00
Matthew Bauer 6ed49262f5 treewide: remove BUILD_TESTING flag
This is now set by CMake
2019-03-11 10:11:28 -04:00
Gabriel Ebner 92b4cb1ba8
Merge pull request #57280 from r-ryantm/auto-update/libheif
libheif: 1.3.2 -> 1.4.0
2019-03-10 22:36:00 +01:00
R. RyanTM 0ca4bc68fb libheif: 1.3.2 -> 1.4.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/libheif/versions
2019-03-10 12:28:28 -07:00
Michael Raskin 5fca2dbb8c
Merge pull request #57269 from r-ryantm/auto-update/libatomic_ops
libatomic_ops: 7.6.8 -> 7.6.10
2019-03-10 18:51:22 +00:00
R. RyanTM 3c8e8f1443 libatomic_ops: 7.6.8 -> 7.6.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libatomic_ops/versions
2019-03-10 11:31:11 -07:00
Vladimír Čunát 3563f68da5
Merge branch 'staging-next' into staging
libarchive: larger security rebuild
2019-03-10 10:51:40 +01:00
Will Dietz 8add9b7c21 e2fsprogs: enable tests (previously explicitly disabled) 2019-03-10 04:08:57 -05:00
Will Dietz b531c19806 e2fsprogs: 1.44.5 -> 1.45.0
Changes:
* https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/tree/doc/RelNotes/v1.44.6.txt?h=v1.44.6
* https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/tree/doc/RelNotes/v1.45.0.txt?h=v1.45.0

Also:
* remove 'hack' for installing pc files
* fixup location of `e2scrub_all_cron` to avoid reference cycle in
  outputs, promote to $bin/bin for now.
2019-03-10 03:58:56 -05:00
Vladimír Čunát 5767c18d99
libarchive: apply upstream CVE patches
Fixes #57150.
2019-03-10 09:52:14 +01:00
Silvan Mosberger 2206a3ebad
Merge #57095: gtk3: Fix for missing symbols (again)
(cherry picked from commit 3ea5f97ac4)
Forward-picking from staging to staging-next.  It seems quite
an important fix with little risk of breakage, and it isn't such a huge
rebuild, especially considering the unfinished amount on staging-next ATM.
2019-03-10 08:36:15 +01:00
Vladimír Čunát a2eb06a4d2
Merge #56927: buildGoPackage: 1.11 -> 1.12 (into staging) 2019-03-10 08:05:39 +01:00
Vladimír Čunát 8d502fd425
Merge branch 'staging-next' into staging 2019-03-10 08:05:27 +01:00
Vladimír Čunát bf47162c26
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1508887
2019-03-10 08:04:21 +01:00
worldofpeace 213d6dd6ac
Merge pull request #56939 from Kjuvi/appeditor-init-at-1.1.0
appeditor: init at 1.1.0
2019-03-09 20:31:59 -05:00
Ryan Mulligan 5511fd1318
Merge pull request #57166 from ar1a/capture-license
capture: 1.0 -> 2019-03-10
2019-03-09 15:33:45 -08:00
Ryan Mulligan 0ad6a98d88
Merge pull request #57167 from ar1a/pbclibroken
pb_cli: 1.0 -> 2019-03-10
2019-03-09 15:33:09 -08:00
Aria Edmonds 42631524df capture: 1.0 -> 2019-03-10 2019-03-10 10:22:43 +11:00
Aria Edmonds 57bfa0c395 pb_cli: 1.0 -> 2019-03-10 2019-03-10 10:15:41 +11:00
Matthew Bauer 1e7bac9401 xcode-sdk-pkgs: add sdk to extraPackages
this gives you access to libraries like Foundation.
2019-03-09 18:12:25 -05:00
Matthew Bauer ca6e93155b
Merge pull request #56661 from matthewbauer/stack-hook-fixup
stack-hook: deduplicate better
2019-03-09 18:08:47 -05:00
Michael Weiss c1c13e4115
fuse3: 3.4.1 -> 3.4.2 2019-03-10 00:03:25 +01:00
Matthew Bauer 8a08d7e7cc
Merge pull request #56031 from matthewbauer/priorities
Add some more priorities
2019-03-09 18:02:55 -05:00
worldofpeace e430f8db22
Merge pull request #54340 from bachp/gstreamer-plugins
gstreamer: fix plugin detection
2019-03-09 17:57:37 -05:00
worldofpeace cec337d50f
Merge pull request #55403 from xtruder/pkgs/hetzner-kube/0.3.2rc1
hetzner-kube: 0.3.1 -> 0.3.2rc1
2019-03-09 17:38:20 -05:00
worldofpeace 3c3ccaed81
hetzner-kube: pname cleanup 2019-03-09 22:37:45 +00:00