Commit Graph
100 Commits
Author SHA1 Message Date
Will Dietz ce6db5e36e chromium: update to 69.0.3497.100 (and others), ran update.sh 2018-10-12 12:20:35 +02:00
Will Dietz 4b7de150a8 chromium/update.sh: don't use remote builders, lots of copying for work 2018-10-12 12:20:35 +02:00
Will Dietz 60ae563293 yubikey-manager: 0.7.0 -> 1.0.0 2018-10-11 23:20:29 +00:00
Will Dietz 8b6248a823 pcsctools: 1.4.25 -> 1.5.3 2018-10-11 15:59:35 -05:00
Will Dietz 2de131bfc3 dex: grab simple upstream patch so it reports the right version 2018-10-08 19:45:01 -05:00
Will Dietz d35e8d3239 papirus-icon-theme: 20180816 -> 20181007 2018-10-08 19:42:51 -05:00
Will Dietz ee56a8bba5 gnuplot: 5.2.4 -> 5.2.5
http://www.gnuplot.info/ReleaseNotes_5_2_5.html
2018-10-08 10:38:20 -05:00
Will Dietz 9a904b3a08 nheko: 0.6.1 -> 0.6.2 2018-10-07 20:21:37 -05:00
Will Dietz 03d4b5aeb3 iosevka-bin: 2.0.0 -> 2.0.1 2018-10-05 22:29:03 -05:00
Will Dietz 6dc9e7d2a9 mesa: 18.2.1 -> 18.2.2 2018-10-05 15:21:05 -05:00
Will Dietz 7de7358ed1 libinput: 0.12.0 -> 0.12.1 2018-10-04 11:03:10 -05:00
Will Dietz a78390c1fa tetra-gtk-theme: 0.1.6 -> 0.2.0
"October changes"
2018-10-03 22:23:01 -05:00
Will Dietz dc30d9367a tetra-gtk-theme: no pname per reviewer feedback
Somehow I thought i'd pushed this already,
sorry for that @timokau!
2018-10-01 15:27:35 -05:00
Will Dietz 7180706a66 fix minor typo per reviewer feedback 2018-10-01 14:28:15 -05:00
Will Dietz 894872c96a tetra-gtk-theme: simplify a bit 2018-10-01 14:03:11 -05:00
Will Dietz 292d446400 tetra-gtk-theme: init at 1.6 2018-10-01 14:03:09 -05:00
Will Dietz 619d66feb0 obsidian2: 2.5 -> 2.6 2018-10-01 14:00:27 -05:00
Will Dietz 16be9adf55 iconpack-obsidian: 4.0.1 -> 4.3 2018-10-01 14:00:10 -05:00
Will Dietz 5cc251df89 light: user needs to be in the 'video' group 2018-09-30 21:21:23 -05:00
Will Dietz c78cda2a1a light: 1.1.2 -> 1.2, use new udev support instead of setuid wrapper. 2018-09-30 21:15:29 -05:00
Will Dietz 6058b979ab libosinfo: externalize patches, fetch w/fetchpatch 2018-09-30 00:23:59 -05:00
Will Dietz 243e28bc96 nix-daemon: only add channels dir to NIX_PATH if exists
Per reviewer comment (thanks!).
2018-09-29 20:29:33 -04:00
Will Dietz f3a114e088 NIX_PATH: don't prepend $HOME-based value in session variable, set later
environment.sessionVariables cannot refer to the values of env vars,
and as a result this has caused problems in a variety of scenarios.

One use for these is that they're injected into /etc/profile,
elewhere these are used to populate an 'envfile' for pam
(`pam 5 pam_env.conf`) which mentions use of HOME being
potentially problematic.

Anyway if the goal is to make things easier for users,
simply do the NIX_PATH modification as extraInit.

This fixes the annoying problems generated by the current approach
(#40165 and others) while hopefully serving the original goal.

One way to check if things are borked is to try:

$ sudo env | grep NIX_PATH

Which (before this change) prints NIX_PATH variable with
an unexpanded $HOME in the value.

-------

This does mean the following won't contain user channels for 'will':
$ sudo -u will nix-instantiate --eval -E builtins.nixPath

However AFAICT currently they won't be present either,
due to unescaped $HOME.  Unsure if similar situation for other users
of sessionVariables (not sudo) work with current situation
(if they exist they will regress after this change AFAIK).
2018-09-29 20:29:33 -04:00
Will Dietz fc5eb7ff74 vim-plugins: regen for new additions, updates (2018-09-29) 2018-09-29 13:12:26 -05:00
Will Dietz d1619bb81d vim-plugin-names: add 'ferret', 'workflowish', few colorschemes 2018-09-29 13:12:09 -05:00
Will Dietz 41cb5926db libreoffice-fresh: update hashes for help and translations 2018-09-29 11:02:52 -05:00
Will Dietz 00262d7d07 libreoffice-srcs.nix: regen (openssl 1.0.2o -> 1.0.2p) 2018-09-29 10:58:31 -05:00
Will Dietz 5c5ea8b9ea libreoffice-fresh: 6.1.1.2 -> 6.1.2.1 2018-09-29 10:44:47 -05:00
Will Dietz dacdf8b6c7 libosinfo: pick upstream patches to fix bug causing test failure 2018-09-29 00:04:25 -05:00
Will Dietz 4bc001e41b libosinfo: 1.1.0 -> 1.2.0 2018-09-28 23:44:27 -05:00
Will Dietz 54d9504686 osinfo-db: 20180903 -> 20180920 2018-09-28 23:43:54 -05:00
Will Dietz 0a15643401 isync: add zlib dep for compression support
(cherry picked from commit f26f2c8b6f755708a8bfa7aa4f56c52a2c751df6)
2018-09-28 22:58:34 -05:00
Will Dietz eb91037e7b tree-wide: patchelf used during build -> nativeBuildInputs
In a few cases it wasn't clear so I left them as-is.

While visiting these moved other things to nativeBuildInputs
when it was clear they were one of these cases:

* makeWrapper
* archive utilities (in order to unpack src)
  * a few of these might no longer be needed but leaving for another day
2018-09-28 11:43:16 -05:00
Will Dietz 196c405efb google-chrome: use patchelfUnstable for nicer static binary handling
Current/previous behavior is the patchelf process aborting after
a somewhat unfriendly message about an assertion failure.
2018-09-28 11:43:16 -05:00
Will Dietz 776e6da544 google-chrome: fix native inputs, otherwise uses wrong patchelf 2018-09-28 11:43:16 -05:00
Will Dietz f7db287960 patch-shebangs.sh: use more robust 'for each file' loop, check for dir
The latter is to avoid warnings printed by find if it doesn't exist.
2018-09-28 11:21:51 -05:00
Will Dietz 286381f072 patch-shebangs: simplify a bit per reviewer suggestion 2018-09-28 11:17:33 -05:00
Will Dietz 830f9fabd4 patch-shebangs: use isScript to safely check for shebang start
Fixes commonly encountered errors about broken pipes or null-bytes in
command-substitution.
2018-09-28 11:15:36 -05:00
Will Dietz 9a74fd0b0f udisks: 2.8.0 -> 2.8.1
https://github.com/storaged-project/udisks/blob/udisks-2.8.1/NEWS
2018-09-27 08:33:46 -05:00
Will Dietz 98cb225d9f nheko: 0.6.0 -> 0.6.1 2018-09-26 13:42:36 -05:00
Will Dietz 7047d60ef4 libXinerama: 1.1.3 -> 1.1.4
https://lists.x.org/archives/xorg-announce/2018-July/002905.html
2018-09-25 20:07:31 -05:00
Will Dietz 3ede6674a6 spectral: init at 2018-09-24
* needs at least qtgraphicaleffects not mentioned in docs
* doesn't want to use our libqmatrixclient, so let it use bundled
* took a few runs (or perhaps just patience with one) to populate,
  when my profile icon appeared it seemed ready-- then click it
  to see list of rooms and such.
2018-09-25 15:13:15 -05:00
Will Dietz 332a7ec57f mtxclient: 0.1.0 -> 0.2.0 2018-09-25 15:01:42 -05:00
Will Dietz ab2061bff3 nheko: 0.5.5 -> 0.6.0 2018-09-25 15:01:42 -05:00
Will Dietz b4323269f5 cairo: 1.15.12 -> 1.15.14 2018-09-25 09:21:37 -05:00
Will Dietz 8d83441a4c bitcoin: disable tests based on doCheck, per reviewer feedback
Thanks!
2018-09-25 01:31:45 -05:00
Will Dietz 8a0a34f766 openblas: try leaving openmp enabled w/musl 2018-09-25 00:08:17 -05:00
Will Dietz fecd326399 gcc{5,6,7,8}: share libgomp patch, propagate musl config flags 2018-09-25 00:08:17 -05:00
Will Dietz e845be1756 gcc: fix libgomp to not use initial-exec
Only apply w/musl since while it's wrong everywhere it apparently
hasn't broken things entirely w/glibc so keep things as they were.

Patch regenerated from original so that it applies
which isn't saying much since it's simple :).

Source:

https://patchwork.ozlabs.org/patch/154298/

IRC chat on #musl with Rich and others endorses this,
at least at the conceptual level of no shared library
should be using initial-exec TLS.

Fixes various uses of libgomp that previously crashed (before 1.1.20)
or encounter errors (post-1.1.20), such as pythonPackages.cython .
2018-09-25 00:04:33 -05:00
Will Dietz 3ec0d14140 gcc7: more options for musl 2018-09-25 00:04:32 -05:00
Will Dietz d3a0aa22da musl: reduce stacksize patch series to just the bump
The others rely on some of the recent restructuring+cleanup in musl,
which hopefully reaches us soon :).

For now just bump the default sizes.
2018-09-24 23:59:02 -05:00
Will Dietz f38218a756 musl: pick stacksize-related improvements, increase default size
Also supports setting default thread stack size via linker,
making it possible to fix programs without modifying source.
2018-09-24 23:59:02 -05:00
Will Dietz dcd5e4558f musl: pick getaddrinfo fix (containers) 2018-09-24 23:59:02 -05:00
Will Dietz 5c217591fd musl: pick upstream patches for name_to_handle_at support 2018-09-24 23:59:02 -05:00
Will Dietz ed5347278f musl: whitespace, NFC 2018-09-24 23:59:02 -05:00
Will Dietz 5b2de5126d llvm7: update musl patch for sanitizers 2018-09-24 11:19:05 -05:00
Will Dietz 3bd0e50a28 libpfm: don't use -Werror 2018-09-24 11:19:04 -05:00
Will Dietz df1dcbf07f e2fsprogs: patch out glibc instead of local fix so headers are usable 2018-09-24 10:50:39 -05:00
Will Dietz d84c6bec29 iputils: upstream fixes for musl 2018-09-24 10:19:01 -05:00
Will Dietz c0660c4c00 cyrus-sasl: set to null on non-musl per reviewer suggestion
Unclear what the problem is exactly regarding regenerating files,
so this makes the change only impact build configs known to need it.
2018-09-24 09:44:30 -05:00
Will Dietz b322a8bd3b bitcoin: parallel build, please! :)
(cherry picked from commit dba5534b06c7dffe97ce644b0a5790aca8527a2e)
2018-09-23 22:05:37 -05:00
Will Dietz 8b184ec2e1 bitcoin: don't build tests that aren't used, don't build benchmarks
(cherry picked from commit d51c0a87b2ebf756015784839ec9c13950c45323)
2018-09-23 22:05:35 -05:00
Will Dietz 7c74bc002f 19.03: fix section id 2018-09-23 15:25:16 -05:00
Will Dietz 4d9f9f171b make-bootstrap-tools: fix with latest coreutils
Since gcc.lib/lib64 is a symlink to 'lib', the use of
"lib*/libgcc_s.so*" triggered a warning (error) with
the latest coreutils.  Essentially we were doing:

$ cp a/x b/x y/

And latest coreutils rejects such invocations.

Just copy from 'lib', lib64 is a link to it anyway.

* Nothing else in this file bothers looking at lib*
* AFAICT lib* only ever possibly matched lib64 anyway
2018-09-23 14:54:09 -05:00
Will Dietz 095ef623d9 Revert "Revert "Merge #42880: coreutils: 8.29 -> 8.30""
This reverts commit e3ee9c098a.
2018-09-23 14:32:25 -05:00
Will Dietz 9fe245d7e0 llvm7: optionally use libpfm (exegesis), default off w/darwin 2018-09-23 13:30:18 -05:00
Will Dietz b3645d74d1 llvm7: only use 1 number in version suffix, upstream changed
See llvm 2a6cf85828509e89e18739e5f4b9a958820d66d4
2018-09-23 13:30:18 -05:00
Will Dietz e3030a2908 libc++7: prefer 'optional' as suggested by comment 2018-09-23 13:30:18 -05:00
Will Dietz 167e799d81 llvm*: http -> https, prefer releases.llvm.org 2018-09-23 13:30:18 -05:00
Will Dietz 0920652c5c llvm7: update hashes, they did change after all.
Pretty sure they did last time too :).
2018-09-23 13:30:17 -05:00
Will Dietz fca31e1a68 llvm7: use final release tarballs now that they're available 2018-09-23 13:30:17 -05:00
Will Dietz 0c459474f9 tests: add variants for llvm7 2018-09-23 13:30:17 -05:00
Will Dietz 621fd23cb5 compiler-rt: quickfix codesign patch by dropping hunks 'already applied'
Quite possibly this is not right.
2018-09-23 13:30:17 -05:00
Will Dietz ba701ef329 comment 2018-09-23 13:30:17 -05:00
Will Dietz 38699890d6 llvm-manpages: fix build by removing references to $lib output 2018-09-23 13:30:17 -05:00
Will Dietz b7692f5be5 llvm7: patch test shebang (otherwise test fails) 2018-09-23 13:30:16 -05:00
Will Dietz bb110d80fc llvm7: init at 7.0.0rc3
Copy of 6 + updated hashes
2018-09-23 13:30:16 -05:00
Will Dietz 0d91e3b550 mesa: add new required dep on libXrandr 2018-09-21 13:25:12 -05:00
Will Dietz a94ac965c8 libxcb: 1.12 -> 1.13 (proto too)
(cherry picked from commit 5853e62637eb2aaa1f2ccbcbf62c2a4f232a4257)
2018-09-21 13:24:47 -05:00
Will Dietz c1743dd12d mesa: drop non-applying hunk, hopefully include no longer needed
(cherry picked from commit b673b8987872adfd97fdb8821198450ff229118d)
2018-09-21 13:24:07 -05:00
Will Dietz 6248955e6a mesa: 18.1.8 -> 18.2.1
(cherry picked from commit eb2b89a0a1901d4c89dcc6c0a36e1cabd1fcd002)
2018-09-21 13:23:38 -05:00
Will Dietz 90268efa38 cryus-sasl: cleanup, fix w/musl (although not at all musl-specific)
musl is fixed by disabling update of config.{guess,sub}.
2018-09-21 10:36:59 -05:00
Will Dietz a2bf8dbb39 libinput: fix build w/1.12.0 2018-09-21 10:35:11 -05:00
Will Dietz 45dc194f72 libinput: 1.11.3 -> 1.12.0 2018-09-21 10:35:11 -05:00
Will Dietz 55a5236630 xf86-input-libinput: 0.26.0 -> 0.28.0
https://cgit.freedesktop.org/xorg/driver/xf86-input-libinput/log/
2018-09-21 07:58:57 -05:00
Will Dietz 6d8647fd36 netbsd: set HOST_CC/HOST_CXX -- maybe help aarch64 defaulting to clang 2018-09-21 06:42:46 -05:00
Will Dietz 69b2c0dcf1 utmps: add top-level attribute, as was the style at the time 2018-09-21 05:42:53 -05:00
Will Dietz e8693206ee utmps: init at 0.0.1.3
Haven't tried using it, but packging it is first step! :)
2018-09-20 23:46:31 -05:00
Will Dietz 353d994254 netbsd.libcurses: patch around funopen2 now instead of funopen 2018-09-20 23:20:31 -05:00
Will Dietz 9e2bd0ddc2 netbsd: there is no /usr/bin/env in the nix sandbox, use /bin/sh 2018-09-20 23:00:45 -05:00
Will Dietz d08ff06d0a netbsd.terminfo: break libcurses dep cycle with simple decl of use_env 2018-09-20 23:00:32 -05:00
Will Dietz 8517039fb9 netbsd: hashes 2018-09-20 23:00:32 -05:00
Will Dietz 6974f98245 netbsd 7.1.2 -> 8.0 2018-09-20 22:57:34 -05:00
Will Dietz 8908bc4e19 range-v3: 0.3.6 -> 0.3.7 2018-09-20 09:27:30 -05:00
Will Dietz 76e22c76b0 undervolt: 2.8 -> 2.9 2018-09-19 14:24:06 -05:00
Will Dietz 6108d6ada8 i7z: use qt5 for gui (when enabled), various fixes from debian 2018-09-19 14:18:34 -05:00
Will Dietz 9219580c82 i7z: simplify a bit 2018-09-19 14:04:48 -05:00
Will Dietz 6bb07ecbbc i7z: move to maintained fork (FreeBSD folks), 0.27.2 -> 0.27.3 2018-09-19 13:25:43 -05:00
Will Dietz 2608649de7 sudo: 1.8.25 -> 1.8.25p1 (bugfix for systems w/o ppoll)
(cherry picked from commit b4308beb164c1e7e93bbed95697c734ef66e2da5)
2018-09-19 08:48:05 +02:00
Will Dietz 697859fdc5 musl: apply other upstream fixes, selected for relevance to NixOS usage 2018-09-18 17:41:58 -05:00