Commit Graph
159693 Commits
Author SHA1 Message Date
Sander van der Burg 226c3e11a0 nodePackages: move alloy and titanium to node-packages-v8 because they are not compatible with 10.x 2018-11-17 22:51:24 +01:00
Jörg ThalheimandGitHub 1186d42a17 Merge pull request #50526 from symphorien/short-test-name
nixos/tests/installer.nix: shorten test name to fit length limit
2018-11-17 21:48:41 +00:00
Jörg ThalheimandGitHub cdd02bac85 Merge pull request #50525 from Mic92/nixops
nixopsUnstable: 1.6.1pre2622_f10999a -> 1.6.1pre2706_d5ad09c
2018-11-17 21:40:51 +00:00
Symphorien Gibol 2dbed7e726 nixos/tests/installer.nix: shorten test name to fit length limit
previously one of the tests would fail with

boot-after-install: starting vm
Path length (109) is longer than maximum supported length (108) and will be truncated at /nix/store/0ingn8cwwnl84i374hcl6nafsm2c5m2p-perl-5.28.0/lib/perl5/5.28.0/x86_64-linux-thread-multi/Socket.pm line 872, <__ANONIO__> line 268.
boot-after-install# qemu-system-x86_64: -monitor unix:./monitor: Failed to connect socket ./monitor: No such file or directory
error: QEMU died prematurely
QEMU died prematurely
vde_switch: EOF on stdin, cleaning up and exiting
cleaning up
builder for '/nix/store/zbpxwwxwy7f6z5z3kg4nf5mjqsywzjvx-vm-test-run-installer-filesystemEncryptedWithKeyfile.drv' failed with exit code 4

Shortening the test name fixes the issue.
2018-11-17 22:30:29 +01:00
Svein Ove AasandRenaud a88fcebc6f speedometer: init at 2.8 (#33627)
* speedometer: init at 2.8
2018-11-17 22:27:52 +01:00
Jörg Thalheim cbea2201db nixopsUnstable: 1.6.1pre2622_f10999a -> 1.6.1pre2706_d5ad09c
This fixes evaluation with the latest master.
2018-11-17 21:24:42 +00:00
Jan Tojnar 04016f3076 ostree: 2018.8 → 2018.9 2018-11-17 22:03:49 +01:00
Jörg ThalheimandGitHub 1156427ac0 Merge pull request #50513 from layer-3-communications/add-openconnect-pa
Add openconnect pa
2018-11-17 20:41:39 +00:00
Jörg ThalheimandGitHub f97d9d1e9e Merge pull request #50515 from Tomahna/graalvm8Home
graalvm8: add passthru.home
2018-11-17 20:39:37 +00:00
Jan Tojnar d561b17695 librepo: 1.8.1 → 1.9.2 2018-11-17 21:35:33 +01:00
Jörg ThalheimandGitHub 9ba5ad5d0b Merge pull request #50509 from Mic92/netdata
netdata: fix python plugins
2018-11-17 20:33:54 +00:00
chessaiandGitHub 88eb07017f remove unnecessary whitespace 2018-11-17 15:11:59 -05:00
Kier Davis df462d09e4 hashcat: 4.2.1 -> 5.0.0
This introduces a dependency on xxHash. Unfortunately, hashcat's
build system wants to rebuild xxHash from the source code located
in `<hashcat source root>/deps/git/xxHash`, a Git submodule whose
contents are not included in the source tarball we currently
download.

This could be fixed by either using a recursive git clone instead
a tarball download, or patching the build files to use an existing
installation of xxHash (i.e. the one already provided by Nix). I
believe the latter is preferable since it avoids the situation in
which the xxHash version used by hashcat is different to the xxHash
version used by all other Nix packages.

Fortunately, this situation has been greatly improved [1] since
release 5.0.0; the next release of hashcat should drop usage of
git submodules and provide better support for using existing
installations of dependencies.

[1] https://github.com/hashcat/hashcat/commit/4177e1ee286f80c344f7bae6a65c40192f523e0a
2018-11-17 20:10:52 +00:00
chessaiandGitHub 5b0f33a8ab use rec instead of let ... in 2018-11-17 15:08:41 -05:00
86dc05c920 Apply suggestions from code review
Co-Authored-By: chessai <chessai@users.noreply.github.com>
2018-11-17 15:03:53 -05:00
Daiderd Jordan 942d90b282 qt5.qtmacextras: include cf-private on darwin
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSData", referenced from:
          objc-class-ref in qmacfunctions.o
      "_OBJC_CLASS_$_NSMutableArray", referenced from:
          objc-class-ref in qmactoolbar.o
          objc-class-ref in qmactoolbardelegate.o
    ld: symbol(s) not found for architecture x86_64
2018-11-17 21:02:22 +01:00
chessai 2517ca5488 add outsputs 'out' and 'dev' 2018-11-17 15:01:18 -05:00
b8ff9f5cf1 Update pkgs/tools/networking/openconnect_pa/default.nix
Co-Authored-By: chessai <chessai@users.noreply.github.com>
2018-11-17 14:57:26 -05:00
chessaiandchessai d79d7fbde9 add missing unstable 2018-11-17 14:57:25 -05:00
chessaiandchessai d812e296b6 change version to unstable-YYYY-MM-DD as per policy 2018-11-17 14:57:25 -05:00
b3525cd210 Apply suggestions from code review
Co-Authored-By: chessai <chessai@users.noreply.github.com>
2018-11-17 14:57:25 -05:00
chessaiandchessai b3ce4cd77f remove unused postInstall 2018-11-17 14:57:25 -05:00
e5df59548e Apply suggestions from code review
Co-Authored-By: chessai <chessai@users.noreply.github.com>
2018-11-17 14:57:25 -05:00
chessai 978272e8a9 maintainers: add chessai 2018-11-17 14:56:57 -05:00
RenaudandGitHub 41391e9cd8 Merge pull request #50334 from c0bw3b/pkg/opengrok
opengrok: 0.12.1.5 -> 1.0
2018-11-17 19:37:55 +01:00
RenaudandGitHub f98c31d0f5 Merge pull request #50506 from c0bw3b/pkg/stressng
stress-ng: 0.06.14 -> 0.09.46
2018-11-17 19:36:48 +01:00
Vladyslav MandGitHub 5cb6cbeeeb Merge pull request #50439 from marsam/feature/add-git-absorb
gitAndTools.git-absorb: init at 0.3.0
2018-11-17 20:35:02 +02:00
c0bw3b e76c6e280c stress-ng: 0.06.14 -> 0.09.46 2018-11-17 19:16:27 +01:00
Kevin Rauscher 27157e364a graalvm8: add passthru.home
jre.home is required by other derivations like sbt
2018-11-17 19:12:53 +01:00
Carles Pagès 864e943ece unity3d: add missing libGL 2018-11-17 18:08:07 +01:00
Michael RaskinandGitHub 355aa4e9ca Merge pull request #50484 from taku0/firefox-bin-63.0.3
firefox, firefox-bin: 63.0.1 -> 63.0.3
2018-11-17 16:54:35 +00:00
chessai 5da470d9fd openconnect_pa: init at 7.08 2018-11-17 11:41:20 -05:00
chessai 528b4d8727 add openconnect fork that has support for Palo Alto Network's globalprotect protocol 2018-11-17 11:26:43 -05:00
Charles DuffyandJörg Thalheim 9eefb443f3 squashfsTools: incorporate 4k-alignment option patch (#49200) 2018-11-17 15:44:19 +00:00
Jörg Thalheim 31d2593ced netdata: fix python plugins
fixes #33366
2018-11-17 15:38:15 +00:00
RenaudandGitHub c102306c1f Merge pull request #50435 from c0bw3b/pkg/procdump
procdump: init at 1.0.1
2018-11-17 16:25:45 +01:00
c0bw3b b6c830d2fe procdump: init at 1.0.1 2018-11-17 16:11:53 +01:00
Andrei LapshinandTimo Kaufmann a1b8fe8c8f skrooge: 2.13.0 -> 2.16.2 (#50498)
Update to new upstream version.
Had to re-introduce QtWebkit dependency because it is used in *.ui
files.
2018-11-17 16:03:44 +01:00
Jörg ThalheimandGitHub dfd77bc26f Merge pull request #50459 from marsam/feature/netdata-darwin
netdata: 1.10.0 -> 1.11.0
2018-11-17 15:01:06 +00:00
Bart BrounsandRenaud 2d96b9a294 liquidsoap: make it find ladspa plugins (#49891)
* liquidsoap: make it find ladspa plugins

* liquidsoap: cleanup
Moved makeWrapper and pkgconfig to nativeBuildInputs
Refreshed meta.homepage
2018-11-17 15:25:23 +01:00
Jörg ThalheimandGitHub 756fcf6ac4 Merge pull request #50470 from ejpcmac/update-erlangR21
erlangR21: 21.1.1 -> 21.1.2
2018-11-17 14:21:03 +00:00
Bjørn Forsman 1be626afba pythonPackages.musicbrainzngs: remove breaking tests
Some tests rely on networking, breaking sandboxed builds. Remove them.

Fixes: b8e0a873c1 ("python36Packages.musicbrainzngs: 0.5 -> 0.6")
2018-11-17 14:30:48 +01:00
RenaudandGitHub 93b68639f8 Merge pull request #50493 from michaelpj/imp/desktop-file-utils-patch
desktop-file-utils: use patch for font media type
2018-11-17 14:27:20 +01:00
Jörg ThalheimandGitHub a91a1eede5 Merge pull request #50495 from zimbatm/nixos-move-autoupgrade
nixos: move system.autoUpgrade
2018-11-17 13:08:27 +00:00
zimbatm 7b9a553e21 nixos: move system.autoUpgrade
This is not installer-specific
2018-11-17 14:05:30 +01:00
Michael Peyton Jones a953f01cd2 desktop-file-utils: use patch for font media type
Upstream seems to release very slowly - this commit has been in for some
time, but they haven't cut a new release.

Fixes #50402.
2018-11-17 12:08:50 +00:00
Jörg ThalheimandGitHub 31adf33217 Merge pull request #50473 from Ma27/package-python-nose-cov
pythonPackages.nose-cov: init at 1.6
2018-11-17 11:55:19 +00:00
RenaudandGitHub 44f24a1b8c Merge pull request #50474 from Pneumaticat/boinc-update
boinc: 7.8.0 -> 7.14.2
2018-11-17 12:03:09 +01:00
RenaudandGitHub 9f1779e187 Merge pull request #50488 from kalbasit/nixpkgs_update-corgi
corgi: 0.2.3 -> 0.2.4
2018-11-17 11:52:26 +01:00
Jörg ThalheimandGitHub 55992b07a5 Merge pull request #50487 from gnidorah/pakcs
pakcs: 2.0.2-b9 -> 2.0.2
2018-11-17 10:35:01 +00:00