Commit Graph
100 Commits
Author SHA1 Message Date
Matthew Bauer 24f38780dd Merge pull request #68400 from angerman/feature/fix-gmp
[gmp] Fix shared windows cross compilation
2019-12-22 12:56:32 -06:00
Matthew Bauer a3b15e50ce Merge pull request #75702 from risicle/ris-allow-insecure-predicate-name-fix
allowInsecureDefaultPredicate: fix to use getName
2019-12-17 16:22:59 -05:00
Matthew Bauer b39bc2943b Merge pull request #74860 from alyssais/minijail
minijail: install .pc files and scoped_minijail.h
2019-12-17 14:48:02 -05:00
Matthew Bauer 2afbe7d87f Merge pull request #75788 from puckipedia/cups-dymo-fix
cups-dymo: fix build
2019-12-17 14:47:08 -05:00
Matthew Bauer a90d3d9e0c Merge pull request #75621 from gabibbo97/helm-completion
kubernetes-helm: Add shell completion
2019-12-17 14:45:29 -05:00
Matthew Bauer 8f3ca4ec16 Merge pull request #75157 from bergey/nano-fix-build-MacOS
nano: upstream patch fixes build on MacOS
2019-12-10 15:32:27 -05:00
Matthew Bauer ceb1e92173 Merge pull request #75107 from matthewbauer/disable-native-tests-john
Disable native tests for john the ripper
2019-12-06 15:32:04 -05:00
Matthew Bauer a36c36a87b john: update meta
- set platforms to unix
- add myself as maintainer
2019-12-06 10:47:29 -05:00
Matthew Bauer 73cf5d961b john: use proper configure flags
- need --disable-native-tests not --disable-native-macro
- --with-systemwide is better than -DJOHN_SYSTEMWIDE=1

Fixes #74918
2019-12-06 10:43:45 -05:00
Matthew Bauer 5f6b8d48e9 Merge pull request #74855 from matthewbauer/libffi-3.3
libffi: 3.2.1 -> 3.3
2019-12-03 14:45:02 -05:00
Matthew Bauer 49df3e3ea4 Merge pull request #74882 from lopsided98/grpc-armv6l
grpc: fix build on armv6l
2019-12-03 14:38:08 -05:00
Matthew Bauer 224737f0f7 Merge pull request #74625 from r-ryantm/auto-update/rgbds
rgbds: 0.3.8 -> 0.3.9
2019-12-03 13:11:30 -05:00
Matthew Bauer 00cdf80d6a ghc: don’t use gold when useLLVM = true
When using the llvm-based linker, we don’t have a .gold flavor to
pick. So just fall back to the normal “ld” command.
2019-12-03 11:15:20 -05:00
Matthew Bauer 7c1539baa6 libffi: update meta
- add myself as maintainer
- license is mit
2019-12-02 16:23:49 -05:00
Matthew Bauer 53a04a2df0 libffi: 3.2.1 -> 3.3 2019-12-02 16:21:09 -05:00
Matthew Bauer 162a935d3c Merge pull request #74226 from bhpdt/fix/idirafter-stdenv
stdenv: Fix gcc -idirafter shell glob in cc-wrapper
2019-12-02 13:41:28 -05:00
Matthew Bauer 099e7759f1 Merge pull request #73855 from OlivierMarty/i3blocks
i3blocks: unstable-2019-02-07 -> 1.5
2019-12-02 13:35:32 -05:00
Matthew Bauer 785a0e775e Merge pull request #73858 from kirelagin/multitime
multitime: init at 1.4
2019-12-02 13:35:13 -05:00
Matthew Bauer 18848aa605 Merge pull request #73820 from serokell/static-fixes
Fix static building for ocaml-ng
2019-12-02 13:34:41 -05:00
Matthew Bauer 0505c5125c Merge branch 'master' into static-fixes 2019-12-02 13:34:24 -05:00
Matthew Bauer f97746ba27 Merge pull request #74715 from baloo/baloo/no-x-libs/polkit
environment.noXlibs: do not pull gobject-introspection
2019-11-30 13:32:29 -06:00
Matthew Bauer fa383dcb7c cctools: fixup gnu-config detection
Use autoreconfHook instead of preConfigure autogen.sh. This avoids
getting the bad version of the gnu-config script and makes the newish
iOS triples work.
2019-11-27 10:04:32 -05:00
Matthew Bauer 848d4a08a0 cctools: readd ld-rpath-nonfinal patch
This patch is needed to build ghc, which adds -rpath flags for some
reason. Updated patch for newest cctools and reapplied.
2019-11-27 10:01:57 -05:00
Matthew Bauer 886fd8dfe8 Merge pull request #74125 from nomeata/joachim/wasmtime
wasmtime: 20191018 -> 20191111
2019-11-26 09:23:17 -06:00
Matthew Bauer e010c1b031 Merge pull request #74092 from veprbl/pr/applgrid_fix
applgrid: fix build
2019-11-25 22:22:48 -06:00
Matthew Bauer a6ea6e20cc Merge pull request #74223 from bhpdt/fix/irony-server
irony-server: Fix failing build with 1.4.0 cmake files
2019-11-25 22:18:54 -06:00
Matthew Bauer 9d56a06ff9 Merge pull request #73721 from virusdave/dnicponski/scratch/update_darwin_cctools
darwin.cctools: 895 -> 927.0.2
2019-11-25 21:01:20 -06:00
Matthew Bauer 08d6c4019d Merge remote-tracking branch 'origin/staging' into dnicponski/scratch/update_darwin_cctools 2019-11-25 22:00:13 -05:00
Matthew Bauer 0c6a0c817a cctools: only add libtool on native builds
libtool is not really needed and it interferes with
updateAutotoolsGnuConfigScriptsHook. So remove it when
cross-compiling, but leave it in native to preserve hashes.
2019-11-25 21:57:56 -05:00
Matthew Bauer f0f4f90847 libtapi: bump to 1000.10.8 2019-11-25 21:57:39 -05:00
Matthew Bauer 1c3deb9642 Merge pull request #73084 from lopsided98/llvm-7-armv6l
llvm_7: disable failing test on armv6l
2019-11-13 17:20:13 -05:00
Matthew Bauer 56c309f953 Merge pull request #73083 from lopsided98/llvm-9-arm
llvm_9: disable failing tests on 32-bit ARM
2019-11-13 17:19:45 -05:00
Matthew Bauer b2a7c252c0 Merge pull request #71007 from moaxcp/ttygif
ttygif init at 1.4.0
2019-11-12 12:52:38 -05:00
Matthew Bauer 93fd7d8888 Merge pull request #73291 from obsidiansystems/fix-gcj
GCC 6: Fix java support
2019-11-12 11:10:34 -05:00
Matthew Bauer 85a94a2578 Merge pull request #73020 from lodi/libco
libco-canonical: fix pkgconfig includedir
2019-11-08 15:04:29 -05:00
Matthew Bauer 5e955e3ec4 Merge pull request #70172 from eadwu/init/update-systemd-resolved
update-systemd-resolved: init at 1.3.0
2019-11-07 17:51:47 -05:00
Matthew Bauer ba205556e3 Merge pull request #69843 from doronbehar/units_cur
units: Add units_cur python script to $out
2019-11-07 17:39:59 -05:00
Matthew Bauer 11cc9d9851 Merge pull request #69176 from 0x4A6F/master-eidolon
eidolon: init at 1.4.6
2019-11-07 17:38:58 -05:00
Matthew Bauer 237c69622b Merge pull request #69317 from eraserhd/pr/master/kak-plumb
kakounePlugins.kak-plumb: init at 0.1.1
2019-11-07 17:38:39 -05:00
Matthew Bauer e78dd20e86 Merge pull request #69199 from c0deaddict/feature/sonic-pi-add-midi-support
sonic-pi: add midi support
2019-11-07 17:37:38 -05:00
Matthew Bauer 03bd5ae1bf Merge pull request #69340 from srghma/patch-1
write_stylus: fix error "cannot download icon.tar.gz from any mirror"
2019-11-07 17:36:48 -05:00
Matthew Bauer 1cee79c4dc Merge pull request #68949 from adsr/feature/mle
mle: init at 1.4.1
2019-11-07 17:34:43 -05:00
Matthew Bauer c403d66b85 Merge pull request #71825 from AIDEA775/fix/zsh-syntax-highlighting
nixos/zsh-syntax-highlighting: Fix highlighting when ohMyZsh is enabled
2019-11-07 17:29:57 -05:00
Matthew Bauer 90e5be095c Merge pull request #71472 from regadas/fix/graalvm
graalvm: Use lib.getVersion for stdenv.cc
2019-11-07 17:27:49 -05:00
Matthew Bauer 1623fe0791 Merge pull request #71223 from woffs/pr-trebleshot
trebleshot: init at 0.1.0-alpha2-15-ga7ac23c
2019-11-07 17:27:12 -05:00
Matthew Bauer caae35b610 Merge pull request #71343 from volth/patch-370
oraclejdk8: remove warning
2019-11-07 17:26:15 -05:00
Matthew Bauer 495f4ee35f Merge pull request #71019 from jqueiroz/jqueiroz/sshping
sshping: init at 0.1.4
2019-11-07 17:25:10 -05:00
Matthew Bauer 64ddb78a3b Merge pull request #71020 from xfix/step-cli
step-cli: init at 0.13.3
2019-11-07 17:24:51 -05:00
Matthew Bauer c1adc2261b Merge pull request #70888 from moaxcp/sshoogr
sshoogr init at 0.9.26
2019-11-07 17:24:30 -05:00
Matthew Bauer 43c940f2d4 Merge pull request #70886 from allgreed/add-vbox-docs-hint
[Docs] Add a hint on Virtualbox machine setup
2019-11-07 17:24:14 -05:00
Matthew Bauer 4fbe99badc Merge pull request #70644 from wizeman/u/fix-kak-plugins-license
kakounePlugins: fix license names
2019-11-07 17:23:17 -05:00
Matthew Bauer 71d91a9853 Merge pull request #70679 from dtzWill/fix/ktorrent-mkderivation
ktorrent: mkDerivation
2019-11-07 17:22:40 -05:00
Matthew Bauer fdb5d33ce7 Merge pull request #70866 from PyroLagus/add-cloudflare-wrangler
cloudflare-wrangler: init at 1.4.0
2019-11-07 17:22:04 -05:00
Matthew Bauer 01ce3ce897 Merge pull request #70541 from jitwit/chez-scmutils
chez-scmutils: init at 1.0
2019-11-07 17:19:02 -05:00
Matthew Bauer 5ebd36403e Merge pull request #70641 from maggesi/rename-z77z-into-maggesi
Rename z77z into maggesi
2019-11-07 17:18:20 -05:00
Matthew Bauer 5dfbfc06d3 Merge pull request #70372 from doronbehar/package-gaia
gaia: init at 2.4.5
2019-11-07 17:17:41 -05:00
Matthew Bauer 38a012b979 Merge pull request #70380 from zfnmxt/variety
variety: init at 0.7.2-96-g3afe3ab
2019-11-07 17:17:15 -05:00
Matthew Bauer 2b413f1556 Merge pull request #70390 from matthiasbeyer/tmate-ssh-server
tmate-ssh-server: init at 2.3.0
2019-11-07 17:16:28 -05:00
Matthew Bauer 75a947661e Merge pull request #70395 from davidtwco/khronos-ocl-icd-loader-init
khronos-ocl-icd-loader: init at 6c03f8b
2019-11-07 17:16:08 -05:00
Matthew Bauer 43bdc3949d Merge pull request #70402 from wucke13/stm32cubemx
stm32cubemx: init at 5.3.0
2019-11-07 17:15:41 -05:00
Matthew Bauer 9488fe009c Merge pull request #70403 from Yumasi/criterion
criterion: init at 2.3.3
2019-11-07 17:15:20 -05:00
Matthew Bauer 67f4a0735f Merge pull request #70198 from fgaz/qremotecontrol-server/init
qremotecontrol-server: init at 2.4.1
2019-11-07 17:14:04 -05:00
Matthew Bauer d5a4d1f35c Merge pull request #70143 from jglukasik/Tirex
perlPackages.Tirex: init at 0.6.1
2019-11-07 17:13:50 -05:00
Matthew Bauer b23aa70952 Merge pull request #70173 from eadwu/raspberrypi/1.20190925
raspberrypi: 1.20190925
2019-11-07 17:13:24 -05:00
Matthew Bauer c10098322a Merge pull request #70244 from nmattia/nm-fix-libcxx
libcxx: fix build on linux musl
2019-11-07 17:13:09 -05:00
Matthew Bauer 730b739ec6 Merge pull request #70274 from delroth/lua51-cve-master
lua5_1: rename patch file to match its CVE id
2019-11-07 17:10:21 -05:00
Matthew Bauer 0aaab30d2a Merge pull request #69741 from eadwu/linux_rpi/fix-overrides
linux_rpi: fix overrides
2019-11-07 17:09:32 -05:00
Matthew Bauer a40718a8dc Merge pull request #70036 from minijackson/init-rx
rx: init at 0.2.0
2019-11-07 17:08:58 -05:00
Matthew Bauer ca364e6218 Merge pull request #69487 from sikmir/lsd2dsl
lsd2dsl: init at 0.4.1
2019-11-07 17:08:35 -05:00
Matthew Bauer a9e9379822 Merge pull request #70298 from jonringer/fix-soulseekqt
soulseekqt: fix build
2019-11-07 17:07:34 -05:00
Matthew Bauer 561edb92e6 Merge pull request #70903 from minijackson/fix-alot-completion
alot: fix hardcoded Python in Zsh completion
2019-11-07 17:05:10 -05:00
Matthew Bauer ff12e10d12 Merge pull request #71316 from nomeata/bump-wasmtime
wasmtime: 20190521 -> 20191018
2019-11-07 17:04:26 -05:00
Matthew Bauer 03f8acabc8 Merge pull request #71408 from f--t/fix/x11-services
Fix nixos x11 service logging for ssdm and xmonad
2019-11-07 17:03:52 -05:00
Matthew Bauer f1af1cb852 Merge pull request #71642 from Quiark/qtkeychain
qtkeychain: fix install_name_dir on Darwin
2019-11-07 16:52:33 -05:00
Matthew Bauer ed450174ad Merge pull request #72040 from tkerber/libcec-raspberrypi
libraspberrypi: init at 2019-10-22
2019-11-07 16:51:48 -05:00
Matthew Bauer dae8a71748 Merge pull request #64422 from bhipple/add/myfitnesspal
pythonPackages.myfitnesspal: init at 1.13.3
2019-11-07 16:50:44 -05:00
Matthew Bauer 551d9f632d Merge pull request #72954 from nkpart/nkpart/R-darwin-enable-tcltk
R: enable tcltk on darwin
2019-11-07 16:49:46 -05:00
Matthew Bauer 46f1daead7 Merge pull request #72727 from oxalica/mips-parse
lib.systems: handle mips family properly
2019-11-06 10:24:05 -05:00
Matthew Bauer eeba5c8e0d Merge pull request #72777 from cab404/android-studio/flutter-tls-support
android-studio: Fixed Flutter "TLS Error" on flutter pub get
2019-11-06 09:59:16 -05:00
Matthew Bauer 9ffedfef81 Merge pull request #69603 from matthewbauer/unset-unused-setup-var
Unset unused variables in setup.sh
2019-11-05 14:43:11 -05:00
Matthew Bauer 5ae0b8fd9e Merge pull request #72566 from kolbycrouch/master
retroarch: update cores
2019-11-04 10:41:13 -05:00
Matthew Bauer d20670fbfc Merge pull request #72735 from nh2/libjpeg-turbo-static
libjpeg-turbo: Add flag to build static libraries as well
2019-11-04 10:40:38 -05:00
Matthew Bauer 2fa566028e Merge pull request #72778 from alapshin/hunspell-dicts-ru
hunspell-dicts: add Russian dictionary
2019-11-04 10:36:49 -05:00
Matthew Bauer a6a3958c26 Merge pull request #72070 from graham33/fix/license_list
Fix handling of lists in whitelistedLicenses and blacklistedLicenses
2019-11-03 12:08:41 -05:00
Matthew Bauer 88e69097fa Merge pull request #72664 from contrun/patch-2
pam_mount: change order of lines in pam_mount.conf
2019-11-03 11:31:39 -05:00
Matthew Bauer e569d1e99e Merge pull request #72683 from etu/emacs-latest-nox
emacs-nox: Add alias for emacs26-nox
2019-11-03 11:29:42 -05:00
Matthew Bauer 2901593a1e Merge pull request #72437 from matthewbauer/update-ledger-udev-rules
ledger-udev-rules: update to 2019-05-30
2019-11-01 17:46:22 -04:00
Matthew Bauer ff066a107b ledger-udev-rules: update to 2019-05-30
Fixes #71201
2019-11-01 11:18:41 -04:00
Matthew Bauer 5d6d502b47 Merge pull request #72426 from Kha/xdg-utils-mimetype
xdg-utils: fix reference to mimetype
2019-11-01 11:09:17 -04:00
Matthew Bauer c2092f6f38 Merge pull request #69107 from matthewbauer/libressl-static
Add static override for libressl
2019-10-15 12:55:38 -04:00
Matthew Bauer 6a87355211 Merge branch 'master' into libressl-static 2019-10-15 12:55:16 -04:00
Matthew Bauer 1016bfcff1 Merge pull request #71087 from matthewbauer/libbsd-0_10_0
Revert "Revert "libbsd: 0.9.1 -> 0.10.0 (#66948)""
2019-10-14 19:17:14 -04:00
Matthew Bauer 879487e71e Merge pull request #71148 from arianvp/patch-4
Fix typo in 19.09 release notes
2019-10-14 19:10:21 -04:00
Matthew Bauer 3220f3c2bc Merge pull request #71144 from delroth/sudo-cve-master
sudo: 1.8.27 -> 1.8.28 (CVE-2019-14287)
2019-10-14 19:09:59 -04:00
Matthew Bauer 0a13901f16 libbsd: update darwin.patch
fix multiple version map flags
2019-10-14 17:47:28 -04:00
Matthew Bauer 7d364b9400 Revert "Revert "libbsd: 0.9.1 -> 0.10.0 (#66948)""
This reverts commit 9e7582c74b.

* Updates libbsd along with the darwin.patch.
* Upstream PR for darwin.patch can be found at
https://gitlab.freedesktop.org/libbsd/libbsd/merge_requests/3.
* musl.patch is removed.
2019-10-13 13:39:17 -04:00
Matthew Bauer 7acfb5c2e8 Merge pull request #66551 from Shados/qt-wrap-kvantum
qtstyleplugin-kvantum: use wrapQtAppsHook
2019-10-12 14:24:01 -04:00
Matthew Bauer 5a46cac5b6 Merge pull request #70475 from xzfc/manpages
nixos/doc: fix manpage format
2019-10-05 13:41:49 -04:00
Matthew Bauer 977a311c1f Merge pull request #70364 from matthewbauer/fix-clang-9-macos
llvm9/clang.nix: fix clang on macos
2019-10-04 11:01:51 -04:00
Matthew Bauer 42710203b0 llvm9/clang.nix: fix clang on macos
Fixes #70243
2019-10-03 23:40:05 -04:00