Commit Graph

21726 Commits

Author SHA1 Message Date
aszlig
77e8a12755
xkbvalidate: Use $CC instead of hardcoded gcc
I initially didn't use $CC because I thought this would be GCC specific,
but it turns out that Clang actually accepts -std=gnu11.

So using $CC here might not work on compilers other than Clang or GCC,
but at the moment those are the compilers we typically use in nixpkgs,
so even if we'd use some other compiler it *might* even work there.

I've tested this by compiling against clangStdenv with both $CC and
clang hardcoded and it works.

This was reported by @dkudriavtsev on IRC.

Signed-off-by: aszlig <aszlig@nix.build>
2019-08-14 23:57:20 +02:00
worldofpeace
dd49cf711e
Merge pull request #66338 from worldofpeace/installer/no-root
installer: Don't run as root
2019-08-14 11:20:54 -04:00
Marek Mahut
930659b10b
Merge pull request #66608 from saschagrunert/cri-tools
cri-tools: 1.14.0 -> 1.15.0
2019-08-14 12:50:01 +02:00
Marek Mahut
dd87e37a8e
Merge pull request #66590 from jonringer/bump-bdsync
bdsync: 0.10.1 -> 0.11.1
2019-08-14 12:28:36 +02:00
Sascha Grunert
3efc04c41d
cri-tools: 1.14.0 -> 1.15.0
- Fix go build process to include critest as well.
- Fix GitHub repo location to be `kubernetes-sigs`
- Add me as maintainer

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-08-14 09:16:31 +02:00
Marek Mahut
90f6578ef2
Merge pull request #66602 from jonringer/bump-axel
axel: 2.17.3 -> 2.17.5
2019-08-14 08:52:42 +02:00
Jörg Thalheim
453d108417
youtube-dl: 2019.08.02 -> 2019.08.13 (#66603)
youtube-dl: 2019.08.02 -> 2019.08.13
2019-08-14 07:22:29 +01:00
Jörg Thalheim
cf5f02b4bb
zsh/pth/zsync: cross fixes (#65780)
zsh/pth/zsync: cross fixes
2019-08-14 07:15:01 +01:00
xrelkd
0ab733a9e1 youtube-dl: 2019.08.02 -> 2019.08.13 2019-08-14 11:37:33 +08:00
Jonathan Ringer
cbed276a69 axel: 2.17.3 -> 2.17.5 2019-08-13 19:55:13 -07:00
Matthew Bauer
326f40e97c
Merge pull request #66386 from typetetris/bacula-crosscompile-fix
bacula: fix cross compiling for armv7l
2019-08-13 21:51:15 -04:00
Jonathan Ringer
65b64ae301 bdsync: 0.10.1 -> 0.11.1 2019-08-13 15:00:05 -07:00
worldofpeace
a5b77b8cae
Merge pull request #65724 from doronbehar/improve-sequoia
Improve sequoia package expression
2019-08-13 14:44:35 -04:00
Doron Behar
701c788c3f sequoia: improve expression, rename from sequoia-tool
- Add the package to the pythonPackages' attribute set.

- Make the python support overrideable
  We use the pythonSupport argument.

- Rename sequoia-tool -> sequoia
  We provide the whole ecosystem which includes:
    * ffi bindings to Python and C
    * zsh and bash completion for `sq` and `sqv` executables.

- Meta:
  * Use a string as the homepage URL (plain URLs are deprecated).
  * Change description of package to fit upstream and the files we
    actually install.
  * Add @doronbehar as maintainer.
2019-08-13 14:42:27 -04:00
Jan Tojnar
bb4a33ec91
ofono: init at 1.30 (#66565)
ofono: init at 1.30
2019-08-13 15:56:52 +02:00
Jan Tojnar
590310b23f
ofono: init at 1.30 2019-08-13 15:37:16 +02:00
Marek Mahut
2871348a6f
Merge pull request #66548 from delroth/efivar-r13y
efivar: patch build system for reproducibility
2019-08-13 10:37:29 +02:00
Mario Rodas
59d07914da bonfire: fix build with pytest 4 2019-08-13 09:18:25 +02:00
Pierre Bourdon
f289585d54
efivar: patch build system for reproducibility 2019-08-13 05:21:54 +02:00
Niklas Hambüchen
0f206b3e73 idevicerestore: init at 2019-02-14 2019-08-13 02:13:15 +02:00
Eric Wolf
aa696e8a63 bacula: fix cross compiling for armv7l
got this error while cross compiling:

checking whether setpgrp takes no argument... configure: error: cannot
check setpgrp when cross compiling

autoconf manual says:

— Macro: AC_FUNC_SETPGRP

    If setpgrp takes no argument (the Posix version), define SETPGRP_VOID. Otherwise, it is the BSD version, which takes two process IDs as arguments. This macro does not check whether setpgrp exists at all; if you need to work in that situation, first call AC_CHECK_FUNC for setpgrp.

    The result of this macro is cached in the ac_cv_func_setpgrp_void variable.

    This macro is obsolescent, as current systems have a setpgrp whose signature conforms to Posix. New programs need not use this macro.

So override it with caching variable.
2019-08-12 22:35:45 +02:00
worldofpeace
15f5535430 gparted: add adwaita-icon-theme
This adds the icon theme to XDG_DATA_DIRS.
It doesn't appear Plasma5 is properly configured for gtk
apps so this works around there being no icon theme installed
for it.
2019-08-12 14:45:27 -04:00
worldofpeace
7b3006478d gparted: correct polkit support
Use wrapGAppsHook as well
2019-08-12 14:45:27 -04:00
Marek Mahut
8c1d78aa4a
Merge pull request #62182 from dtzWill/update/moosefs-3.0.105
moosefs: 3.0.104 -> 3.0.105
2019-08-12 19:52:08 +02:00
Marek Mahut
86ac9f55b9
Merge pull request #63600 from steadmon/fail2ban-dovecot-service
fail2ban: fix dovecot filter's journalmatch
2019-08-12 18:51:32 +02:00
Marek Mahut
99d66e14b9
Merge pull request #65170 from erikarvstedt/tmpwatch-fuser
tmpwatch: add fuser support
2019-08-12 18:46:02 +02:00
Graham Christensen
5d807f80c7
Merge pull request #63864 from cransom/datadog-agent-integrations-fix
datadog-agent: fix extraIntegrations
2019-08-12 12:15:48 -04:00
Marek Mahut
11bbc69354
Merge pull request #66372 from kirelagin/fsfe-reuse-0.4.1
reuse: 0.3.4 -> 0.4.1
2019-08-12 13:24:34 +02:00
R. RyanTM
223adea447 ibus-engines.typing-booster-unwrapped: 2.6.2 -> 2.6.4 (#65949)
* ibus-engines.typing-booster-unwrapped: 2.6.2 -> 2.6.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ibus-typing-booster/versions

* use pname
2019-08-11 15:34:57 +02:00
Sander van der Burg
5f01a2586a
Merge pull request #50805 from r-ryantm/auto-update/axis2
axis2: 1.6.4 -> 1.7.9
2019-08-11 12:15:33 +02:00
Aaron Andersen
0f91a1f329
Merge pull request #66079 from marius851000/ctrtool-update
ctrtool: 0.15 -> 0.16
2019-08-10 19:28:57 -04:00
Marek Mahut
64ebc0bf80
Merge pull request #62348 from r-ryantm/auto-update/argyllcms
argyllcms: 2.1.0 -> 2.1.1
2019-08-10 19:28:56 +02:00
Daniel Schaefer
e1a5484098 pptp: Fix shebangs
- Remove `which` as build-time input
- Use substituteInPlace instead of sed (warns if it fails to replace)
- Use perl in buildInputs as it's a run-time dependency
- Patch shebangs manually, not sure why fixupPhase doesn't do it
2019-08-11 01:53:08 +09:00
Marek Mahut
3633b3271d DisnixWebService: patching to use HttpTransportPropertiesImpl 2019-08-10 12:52:39 +02:00
Mario Rodas
a460545927
fffuu: init at unstable-2018-05-26 2019-08-10 05:20:03 -05:00
Kirill Elagin
a057dd2f8f reuse: 0.3.4 -> 0.4.1 2019-08-10 13:18:53 +03:00
markuskowa
732c1671f5
Merge pull request #66380 from markuskowa/upd-rdma
rdma-core: 24.0 -> 25.0
2019-08-10 11:55:17 +02:00
Marek Mahut
f93da326ab
Merge pull request #65051 from r-ryantm/auto-update/abcm2ps
abcm2ps: 8.14.4 -> 8.14.5
2019-08-10 09:40:56 +02:00
Marek Mahut
757e9f9514
Merge pull request #65871 from r-ryantm/auto-update/abcMIDI
abcmidi: 2019.06.14 -> 2019.08.02
2019-08-10 09:38:32 +02:00
Marek Mahut
1ad2edd743 abcmidi: 2019.07.12 -> 2019.08.02 2019-08-10 09:20:57 +02:00
Marek Mahut
c3b16e827c
Merge pull request #65977 from r-ryantm/auto-update/mcrcon
mcrcon: 0.0.5 -> 0.6.1
2019-08-09 23:48:44 +02:00
Marek Mahut
668d083cea
Merge pull request #65910 from r-ryantm/auto-update/FanFicFare
fanficfare: 3.9.0 -> 3.10.5
2019-08-09 23:46:03 +02:00
Mario Rodas
ef7a9952f8
Merge pull request #66370 from marsam/update-shadowsocks-libev
shadowsocks-libev: 3.3.0 -> 3.3.1
2019-08-09 07:09:11 -05:00
Markus Kowalewski
f873471bfe
infiniband-diags: remove
All commands provided by infiniband-diags are already
included in rdma-core, which is required to build infiniband-diags.
2019-08-09 13:36:56 +02:00
Gabriel Ebner
63ea6e95f7 fcitx-qt5: fix build 2019-08-09 11:17:50 +02:00
Mario Rodas
7610e3a33c
shadowsocks-libev: 3.3.0 -> 3.3.1 2019-08-09 03:55:44 -05:00
Marek Mahut
9ce3f57716
Merge pull request #65973 from fgaz/coloursum/init
coloursum: init at 0.1.0
2019-08-09 10:22:43 +02:00
Mario Rodas
c2cc6aa670
Merge pull request #66306 from alexfmpe/init-tendermint
tendermint: init at 0.32.2
2019-08-08 18:43:24 -05:00
Sarah Brofeldt
843eb3a951
Merge pull request #66040 from teto/mininet
mininet: 2.3.0d4 -> 2.3.0d6
2019-08-08 21:11:50 +02:00
Sarah Brofeldt
8c588e6b37
Merge pull request #66237 from evanjs/feature/cht.sh-unstable-2019-08-06
cht.sh: unstable-2018-11-02 -> unstable-2019-08-06
2019-08-08 20:49:47 +02:00