Commit Graph
208820 Commits
Author SHA1 Message Date
Franz Pletz 8e7b127b95 go_1_13: doesn't build with gcc9 on aarch64 2019-12-27 03:55:40 +01:00
Franz Pletz b931ea7e52 belle-sip: doesn't build with gcc9 2019-12-27 03:54:33 +01:00
Franz Pletz d80e177a4d root5: doesn't build with gcc9 2019-12-27 03:54:09 +01:00
Franz Pletz 6d50498b28 trx: 2018-01-23 -> 0.4 2019-12-27 03:50:41 +01:00
Franz Pletz 81248e703c xfitter: 2.0.0 -> 2.0.1, fix build w/ gcc9 2019-12-27 03:48:21 +01:00
Franz Pletz 3c00902c71 qcdnum: 17-01-13 -> 17-01-15 2019-12-27 03:48:21 +01:00
Franz Pletz 2811645328 linuxPackages.usbip: gcc warnings fixed in linux>=5.4 2019-12-27 03:48:21 +01:00
Franz Pletz d1fa6eae3f frostwire-bin: fix src hash 2019-12-27 03:48:20 +01:00
Alyssa Ross f04b8f52b2 mikutter: 3.8.7 -> 4.0.0; mark broken 2019-12-27 02:39:00 +00:00
Tim Steinbach 8c01abd962 oh-my-zsh: 2019-12-22 -> 2019-12-27 2019-12-26 20:10:45 -05:00
Tim Steinbach 3e6bdc0600 linux_latest-libre: 17145 -> 17151 2019-12-26 20:06:27 -05:00
worldofpeaceandGitHub 7217f6ce40 Merge pull request #76521 from romildo/test.mate
mate.mate-control-center: look for system themes in system data dirs
2019-12-26 19:54:14 -05:00
Niklas Hambüchen 12e35035f6 nixosTests.kexec: port to python.
The test did not succeed for me before this commit
(the Perl test hung forever), and this translation exhibits
the same problem.
2019-12-27 01:22:35 +01:00
worldofpeaceandGitHub 4a2621da53 Merge pull request #76283 from jtojnar/python-mwa
python.pkgs.wrapPython: fix makeWrapperArgs
2019-12-26 19:21:37 -05:00
worldofpeaceandGitHub ab322bb4fc Merge pull request #76558 from Kiwi/simplenote-fix
simplenote: fix libstdc++ error
2019-12-26 18:58:13 -05:00
Dmitry KalinkinandGitHub a10ba57d29 Merge pull request #76550 from veprbl/pr/histbook_remove
pythonPackages.histbook: remove
2019-12-26 18:10:39 -05:00
Ben Darwin d255365342 ocamlPackages.parany: 7.0.0 -> 8.0.0 2019-12-26 17:31:16 -05:00
Ben Darwin f1958523e3 ocamlPackages.cpu: setcore 1.0.1 -> cpu 2.0.0 2019-12-26 17:30:49 -05:00
Dmitry KalinkinandGitHub 2272e349f1 Merge pull request #76555 from veprbl/pr/remove_ndowens
maintainer-list.nix: remove ndowens
2019-12-26 17:14:13 -05:00
Robert Djubek cc2037307b simplenote: fix libstdc++ error
Fixes a bug that was noticed during an automated version bump.

What was needed was to add an LD_LIBRARY_PATH entry for stdenv.cc.cc in
makeWrapper

```
--prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath [ stdenv.cc.cc ] }" \
```

The error as seen in developer tools console was:

```
/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:158 Unable to load preload script: /nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/desktop/preload.js
(anonymous) @ /nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:158
/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/electron.asar/renderer/init.js:159 Error: libstdc++.so.6: cannot open shared object file: No such file or directory
    at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:160:31)
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:722)
    at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:169:18)
    at Module.load (internal/modules/cjs/loader.js:602)
    at tryModuleLoad (internal/modules/cjs/loader.js:541)
    at Function.Module._load (internal/modules/cjs/loader.js:533)
    at Module.require (internal/modules/cjs/loader.js:640)
    at require (internal/modules/cjs/helpers.js:20)
    at Object.<anonymous> (/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/node_modules/@paulcbetts/spellchecker/lib/spellchecker.js:3)
    at Object.<anonymous> (/nix/store/d4b2xcpdf4y4hspbwrmjdz540m493894-simplenote-1.12.0/opt/Simplenote/resources/app.asar/node_modules/@paulcbetts/spellchecker/lib/spellchecker.js:116)
```
To (help) anyone that may find have errors like this in the future:

makeWrapper requiring the makeLibraryPath with stdenv.cc.cc is fairly common for electron apps.
At least ones that use dpkg on prebuilt debian .deb files (my `bitwarden` derivation requires it, too) that use gappsWrapperArgs

Thanks @ryantm / r-ryantm and @worldofpeace :)

Reference: https://github.com/NixOS/nixpkgs/pull/76421#pullrequestreview-336359695
2019-12-26 22:01:36 +00:00
NathanandDmitry Kalinkin b0caf68bff maintainer-list.nix: remove ndowens 2019-12-26 16:47:41 -05:00
K. BruneauandDmitry Kalinkin 690390d493 texlab: fix macOS build (#76544) 2019-12-26 16:12:58 -05:00
Dmitry Kalinkin 88f77259d4 pythonPackages.histbook: remove
The development of this library has been stopped, the github repo
archived.
2019-12-26 16:06:25 -05:00
Maximilian Bosch 645d99ecc3 cargo-expand: 0.4.16 -> 0.4.17
https://github.com/dtolnay/cargo-expand/releases/tag/0.4.17
2019-12-26 21:40:20 +01:00
Maximilian Bosch 1ea4896ae9 bpftool: fix build
https://hydra.nixos.org/build/108688065
2019-12-26 21:07:51 +01:00
Maximilian BoschandGitHub fa28c7750a Merge pull request #76442 from r-ryantm/auto-update/tigervnc
tigervnc: 1.10.0 -> 1.10.1
2019-12-26 20:31:01 +01:00
Maximilian Bosch b43892e767 python3Packages.pytesseract: 0.3.0 -> 0.3.1
https://github.com/madmaze/pytesseract/releases/tag/v0.3.1
2019-12-26 20:16:16 +01:00
Maximilian Bosch 6f802abc13 nexus: 3.19.1-01 -> 3.20.1-01
https://help.sonatype.com/repomanager3/release-notes/2019-release-notes#id-2019ReleaseNotes-RepositoryManager3.20.1
https://help.sonatype.com/repomanager3/release-notes/2019-release-notes#id-2019ReleaseNotes-RepositoryManager3.20.0
2019-12-26 20:04:11 +01:00
Silvan Mosberger 4b193d7f7c maintainer-list: Update infinisil 2019-12-26 19:22:31 +01:00
Maximilian BoschandGitHub 466921c46f Merge pull request #74072 from mayflower/tests-python-nginx
nixosTests.nginx*: port to python
2019-12-26 19:07:26 +01:00
Maximilian BoschandGitHub 70564f31b4 Merge pull request #76543 from mpickering/wip/branca
Python: Add missing setuptools dependency to branca
2019-12-26 19:01:14 +01:00
Matthew Bauer 6689a385d1 nvidia: fix $ substitution in udev rules
This fixes a harmless error from systemd-udevd that looks like:

  Dec 23 15:35:23 dellbook systemd-udevd[696]:
  /nix/store/iixya3ni5whybpq9zz1h7f4pyw7nhd19-udev-rules/99-local.rules:25
  Invalid value "..." for RUN (char 101: invalid substitution type),
  ignoring, but please fix it.

Using $$ fixes it using the escaping documented at https://www.freedesktop.org/software/systemd/man/udev.html.
2019-12-26 12:54:43 -05:00
Maximilian Bosch c5c7ccf022 nixos/nginx: fix test
When using format-strings, curly brackets need to be escaped using `{{`
to avoid errors from python.

And apparently, Perl's `==` is used to compare substrings[1] which is why
the translation to `assert http_code == "304"` failed as the string
contains several headers from curl.

[1] Just check `perl <(echo 'die "alarm" if "foo\n304" == 304')`
2019-12-26 18:50:38 +01:00
Lorenzo Manacorda 4b456387e2 solc: 0.5.12 -> 0.5.15
Also removes patchset for shared library use, since usage of this
feature was rare and maintenance costly.
See https://github.com/NixOS/nixpkgs/pull/39852#issuecomment-568474864
for a discussion.
2019-12-26 18:43:08 +01:00
Dmitry KalinkinandGitHub 984ceb1092 Merge pull request #76541 from veprbl/pr/root_python_wrap
root: wrap python executables
2019-12-26 12:29:12 -05:00
Matthew Pickering b9fafdc475 Python: Add missing setuptools dependency to branca 2019-12-26 17:05:10 +00:00
Maximilian Bosch 495b0b581c nixos/tests/nginx-sso: add subtests for each assertion 2019-12-26 17:59:25 +01:00
abbce768dc nixosTests.nginx*: review fixes
Co-Authored-By: Florian Klink <flokli@flokli.de>
2019-12-26 17:59:25 +01:00
Robin GlosterandMaximilian Bosch 1c2781d39c nixosTests.nginx*: port to python 2019-12-26 17:59:25 +01:00
Oleksii FilonenkoandLassulus debc253bf3 ueberzug: init at 18.1.5 2019-12-26 17:49:35 +01:00
Michael Raskin 0b85ab2686 python2Packages.marionette-harness: fix build by bumping dependencies 2019-12-26 17:54:47 +01:00
Dmitry Kalinkin 0b28198f23 root: wrap python executables
In normal use of ROOT the PYTHONPATH is intended to be set when user
sources the thisroot.{,s}sh. We do that in the setupHook. This covers
the case when thisroot.sh was not sourced.
2019-12-26 11:49:12 -05:00
Maximilian Bosch 5e35713702 bctoolbox: fix build w/gcc9 2019-12-26 17:29:16 +01:00
Ryan MulliganandGitHub 264f44b1d0 Merge pull request #76355 from r-ryantm/auto-update/pdns-recursor
pdns-recursor: 4.2.0 -> 4.2.1
2019-12-26 07:56:25 -08:00
Franz Pletz fac07ceb2a pbis-open: fix build with gcc9 2019-12-26 16:52:02 +01:00
Alyssa RossandGitHub 106d0920d9 bundlerEnv: fix for Ruby 2.7
Setting a Bundler version with GEM_PATH doesn't seem to work in Ruby
2.7, so we need to use the LOAD_PATH instead.  Without this,
bundlerEnv environments will always use the version of Bundler that
comes with Ruby, which won't necessarily work because it isn't the
version that was used to generate the bundle.

For example, building ronn with Ruby 2.7 without this change results
in a broken executable, but it works (when built with all packaged
Ruby versions) after this change.
2019-12-26 15:49:04 +00:00
Franz Pletz 9ce51b64bf sipp: 3.5.1 -> 3.6.0 2019-12-26 16:48:11 +01:00
Franz Pletz c601d7835f commoncpp2: remove, obsoleted by ucommon 2019-12-26 16:25:50 +01:00
Franz Pletz 0c64a9ad5b ccrtp_1_8: remove, unmaintained and unused 2019-12-26 16:24:39 +01:00
Mario RodasandGitHub 7c0bc04420 Merge pull request #76287 from r-ryantm/auto-update/klaus
klaus: 1.5.0 -> 1.5.1
2019-12-26 10:08:43 -05:00