Commit graph

243930 commits

Author SHA1 Message Date
José Romildo Malaquias ff0679a45a mate.libmateweather: 1.24.0 -> 1.24.1 2020-09-18 12:15:20 -03:00
José Romildo Malaquias aed2d108f1 mate.libmatemixer: 1.24.0 -> 1.24.1 2020-09-18 12:15:20 -03:00
José Romildo Malaquias 8f6215df25 mate.libmatekbd: 1.24.0 -> 1.24.1 2020-09-18 12:15:19 -03:00
José Romildo Malaquias 70934c6821 mate.eom: 1.24.0 -> 1.24.1 2020-09-18 12:15:19 -03:00
José Romildo Malaquias 6ff9e73152 mate.engrampa: 1.24.0 -> 1.24.1 2020-09-18 12:15:19 -03:00
José Romildo Malaquias 3a7d037416 mate.caja-extensions: 1.24.0 -> 1.24.1 2020-09-18 12:15:18 -03:00
Dennis Gosnell 47ee595790
Merge pull request #98207 from NobbZ/exercism-maintainer
exercism: Add NobbZ as maintainer
2020-09-18 20:27:16 +09:00
Emery Hemingway d85114062a trojita: disable withI18n by default
The translation sources are too massive to reliably build.
2020-09-18 12:56:20 +02:00
aszlig 948d828955
uqm: Fix purity checking error during config phase
Since commit fb777be7d2, linking programs
in /tmp will no longer work, since with this commit (hardcoded) /tmp
will no longer be treated a valid temporary directory by the purity
checking logic.

Essentially what that logic does is checking whether the link target is
either relative, in some temporary directory or in the Nix store and if
that's not the case, an error is thrown like in this case:

  gcc -c /tmp/build.24.tmp.c -o /tmp/build.24.tmp.c.o
  gcc /tmp/build.24.tmp.c.o -o /tmp/build.24.tmp.out
  impure path `/tmp/build.24.tmp.out' used in link
  collect2: error: ld returned 1 exit status

Note here, that $TMP and $TMPDIR point to /build while the output here
still refers to /tmp. This is because the custom build system of uqm
simply hardcodes /tmp and doesn't honor any of these variables.

To fix this, all we need to do is the latter and we're now using $TMPDIR
instead of /tmp for these compile-tests during configure.

While the pull request[1] introducing said commit has a few comments
regarding other issues and it could still be either reverted or changed,
using $TMPDIR in the uqm build script is entirely backwards-compatible
and shouldn't hurt in any case.

[1]: https://github.com/NixOS/nixpkgs/pull/93560

Signed-off-by: aszlig <aszlig@nix.build>
2020-09-18 12:33:03 +02:00
Orivej Desh 19f7f150a4 solfege: fix build with texinfo 6.7
makeinfo seems right to fail when input encoding is not declared and is not UTF-8.

texinfo was updated in #95910.
2020-09-18 10:21:24 +00:00
Norbert Melzer 76e3103b7a exercism: Add NobbZ as maintainer 2020-09-18 12:02:47 +02:00
Norbert Melzer 6dccacd319 maintainers: Add NobbZ as a maintainer 2020-09-18 11:53:11 +02:00
Jacek Galowicz 0c1807e3e2
Merge pull request #97981 from VirtusLab/git-machete-2.15.5
gitAndTools.git-machete: 2.15.4 -> 2.15.5
2020-09-18 10:06:55 +02:00
Julian Stecklina 5fa0612d85 cpuid: init at 20200427
cpuid is a tool to describe x86 CPU features. This is useful for
people doing low-level software development.
2020-09-18 09:23:14 +02:00
Vladimír Čunát 68c436b0cc
Merge branch 'staging-next' 2020-09-18 08:12:47 +02:00
Mario Rodas 72b9660dc1
_3270font: 2.0.4 -> 2.1.0 (#98156)
https://github.com/rbanffy/3270font/releases/tag/v.2.1.0
2020-09-17 19:00:53 -05:00
Doron Behar 1ae3671fdb
Merge pull request #98152 from doronbehar/pkg/gnomeExtensions/gsconnect
gnomeExtensions.gsconnect: 39 -> 41
2020-09-18 02:04:25 +03:00
Robert Scott 5df26febad
Merge pull request #98149 from povik/povik/libiio-py3-fix
python3.pkgs.libiio: fix build
2020-09-17 23:41:52 +01:00
Vladimír Čunát 638c8cb2d5
Merge #97599: bcachefs*: update 2020-09-17 23:20:33 +02:00
Lassulus 6bc58262d1
Merge pull request #96931 from asbachb/update-netbeans
netbeans: 12.0 -> 12.1
2020-09-17 22:36:38 +02:00
Vladimír Čunát d347b85c02
linuxPackages.exfat-nofuse: lazier assertion (/cc #97577)
I'm not sure what happens exactly.  I suspect some construct like mkIf
pushing into boot.kernelPackages contents and tripping on the assertion.
2020-09-17 22:32:43 +02:00
Anderson Torres d50881ea95
Merge pull request #87912 from loewenheim/calibre-server
services/calibre-server: Allow multiple libraries, add "user" and "group" options
2020-09-17 17:07:01 -03:00
Lassulus b19f6797f6
Merge pull request #97018 from evils/openocd
openocd: 0.10.0 -> 2020-09-02
2020-09-17 21:49:02 +02:00
Lassulus 1ab2364f00
Merge pull request #97037 from IvarWithoutBones/crcpp
crcpp: init at 1.0.1.0
2020-09-17 21:38:37 +02:00
Vladimír Čunát ff65a4f304
Merge #97577: linuxPackages.exfat-nofuse: 2019-09-06 -> 2020-04-15 2020-09-17 21:23:27 +02:00
Robert Helgesson 3584644092
cloc: 1.86 -> 1.88 2020-09-17 21:13:43 +02:00
Lassulus 60996fa762
Merge pull request #97085 from r-ryantm/auto-update/checksec
checksec: 2.2.2 -> 2.2.3
2020-09-17 21:13:21 +02:00
Lassulus ec3ea93a95
Merge pull request #97088 from r-ryantm/auto-update/checkstyle
checkstyle: 8.35 -> 8.36
2020-09-17 21:09:15 +02:00
Lassulus ba7bf293e1
Merge pull request #97090 from r-ryantm/auto-update/clevis
clevis: 13 -> 14
2020-09-17 21:04:51 +02:00
John Ericson d30161b2d9
Merge pull request #96693 from jmininger/jam@fix-adobe-reader
adobe-reader: add gkd-pixbuf-xlib based on issue: #96683
2020-09-17 14:58:21 -04:00
Lassulus 1c4113e359
Merge pull request #97099 from r-ryantm/auto-update/crawl
crawl: 0.25.0 -> 0.25.1
2020-09-17 20:53:08 +02:00
Lassulus ce583ca42d
Merge pull request #97104 from r-ryantm/auto-update/cutelyst
cutelyst: 2.11.0 -> 2.12.0
2020-09-17 20:39:21 +02:00
Lassulus 6a9b6dce0b
Merge pull request #97111 from r-ryantm/auto-update/dolt
dolt: 0.18.3 -> 0.19.0
2020-09-17 20:29:26 +02:00
Lassulus 7992147d87
Merge pull request #97113 from r-ryantm/auto-update/duckdb
duckdb: 0.1.8 -> 0.2.1
2020-09-17 20:24:48 +02:00
Hannes Weisbach 9c73e34d18 kicad: remove gettext from buildInputs, add to nativeBuildInputs
The i18n "library" does not link against gettext. It only requires the
msgfmt utility from gettext, hence gettext should be a nativeBuildInput
2020-09-17 19:48:50 +02:00
Lassulus 9a886d4773
Merge pull request #98018 from helsinki-systems/upd/matomo
matomo: 3.14.0 -> 3.14.1
2020-09-17 19:35:42 +02:00
ehmry 2a14d21224
Merge pull request #97394 from SuperSandro2000/dnscontrol-3.3.0
dnscontrol: 3.2.0 -> 3.3.0, add me as maintainer
2020-09-17 17:45:18 +02:00
Arnout Engelen 19f22514cb
pythonPackages.grpcio-tools: add setuptools dependency (#98157) 2020-09-17 09:23:16 -05:00
Niklas Hambüchen 3c6ed1a798
Merge pull request #98140 from nh2/ntfy-python3
ntfy: Switch to python3. Also fixes test failure
2020-09-17 16:12:03 +02:00
Tim Steinbach fa60ed8f8d
linux: 5.8.9 -> 5.8.10 2020-09-17 09:56:18 -04:00
Tim Steinbach e8121e5686
linux: 5.4.65 -> 5.4.66 2020-09-17 09:56:09 -04:00
Tim Steinbach cb4b908d12
linux: 4.19.145 -> 4.19.146 2020-09-17 09:55:56 -04:00
Mario Rodas 2ef8a50129
Merge pull request #98127 from Chili-Man/patch-2
eksctl: 0.26.0 -> 0.27.0
2020-09-17 08:08:00 -05:00
Maximilian Bosch 85ca7f75fd
Merge pull request #98129 from demyanrogozhin/react-native-debugger-fix
react-native-debugger: 0.9.10 -> 0.11.4
2020-09-17 14:49:08 +02:00
Sandro Jäckel 139143cabf
dnscontrol: add SuperSandro2000 as maintainer 2020-09-17 14:24:20 +02:00
Sandro Jäckel 5cd3b2d62a
dnscontrol: replace stdenv.lib with lib 2020-09-17 14:24:20 +02:00
Sandro Jäckel 8263d6e68b
dnscontrol: 3.2.0 -> 3.3.0 2020-09-17 14:24:19 +02:00
Mauricio Collares 3df04beafc signal-desktop: ringrtc depends on libpulseaudio
voice/video calls should now work, fixing #98082
2020-09-17 14:20:37 +02:00
Maximilian Bosch 501eaab47a
react-native-debugger: fix eval 2020-09-17 13:39:01 +02:00
Demyan Rogozhin 114ad1a7c5
react-native-debugger: 0.9.10 -> 0.11.4 2020-09-17 12:57:02 +02:00