1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 15:11:35 +00:00
Commit graph

40023 commits

Author SHA1 Message Date
Chris Ostrouchov 0a4f70663e pythonPackages.uproot-methods: init at 0.2.5 2018-10-26 16:37:52 +02:00
Chris Ostrouchov a19b12e797 pythonPackages.awkward: init at 0.3.0 2018-10-26 16:37:52 +02:00
Chris Ostrouchov 2854322cb8 pythonPackages.ifaddr: init at 0.1.4 2018-10-26 16:37:52 +02:00
zimbatm 2337c7522a
openssh: 7.7p1 -> 7.9p1 (#48784)
added openssh_gssapi to make it easier to test the patched version

the HPN edition isn't available on top of 7.9p1 yet

fix-host-key-algorithms-plus.patch didn't apply anymore, assuming it's
fixed.

release notes: https://www.openssh.com/txt/release-7.9
2018-10-26 01:17:55 +02:00
Profpatsch 2cc4200de0 cdb: init at 0.75
We check in the docs from a mirror repository, because the upstream
release doesn’t provide them.
2018-10-25 21:49:37 +02:00
Richard Lupton b28552d58f signify: init at 24 (#48927) 2018-10-25 19:08:49 +00:00
Orivej Desh d09961c22b openjpeg_2: rename from openjpeg_2_1 at 2.3.0 2018-10-25 17:46:48 +00:00
Ingo Blechschmidt 2595be06af tikzit: init at 2.0 (#48479)
* tikzit: init at 2.0

* tikzit: Parallel building and qualification
2018-10-25 19:04:14 +02:00
Jörg Thalheim 926d6c0bad
Merge pull request #42371 from Mic92/nix-breakpoints
breakpointHook: add for debugging failing builds
2018-10-25 10:38:29 +01:00
Jörg Thalheim f10b935f84
breakpointHook: add for debugging failing builds
Usuage: Add breakpointHook to your `buildInputs` like this:

  stdenv.mkDerivation rec {
    # ...
    buildInputs = [ breakpointHook ];
  });

When the build fails as show in this example:

  pkgs.hello.overrideAttrs (old: {
    buildInputs = [ breakpointHook ];
    postPatch = ''
      false
    '';
  });

It will halt execution printing the following message:

build failed in patchPhase with exit code 1
To attach to this build run the following command as root:

   cntr attach -t command cntr-/nix/store/ynyb4n82x2r7sldd58pbb405jdqh5f00-hello-2.10

Installing cntr and running the command will provide shell access to the
build sandbox of failed build:

sudo cntr attach -t command cntr-/nix/store/ynyb4n82x2r7sldd58pbb405jdqh5f00-hello-2.10
WARNING: bad ownership on /nix/var/nix/profiles/per-user/root, should be 1000
[nixbld@localhost:/var/lib/cntr]$

At /var/lib/cntr the sandbox filesystem is mounted. All commands and
files of the system are still accessible within the shell.
To execute commands from the sandbox use the `cntr exec` subcommand.
2018-10-25 10:19:41 +01:00
Jörg Thalheim 84e915a779
cntr: init at 1.2.0 2018-10-25 10:19:41 +01:00
Peter Simons c66c169f81 stack: fix the ghc 8.4.x build 2018-10-25 11:12:38 +02:00
Mateusz Kowalczyk 02fb26136c or-tools: new package (v6.9.1) 2018-10-25 14:15:13 +09:00
worldofpeace 923e2af1d4 libsignon-glib: init at 2.0 2018-10-24 14:45:43 -04:00
Renaud 9b2059f077
Merge pull request #48843 from JohnAZoidberg/rng-tools-6.6
rng-tools: 5 -> 6.6, jitterentropy: init at 2.1.2
2018-10-24 20:11:10 +02:00
Frederik Rietdijk 5db047243c python: pytest: 3.7.4 -> 3.9.2 2018-10-24 20:05:44 +02:00
Frederik Rietdijk 6825495caf python.pkgs.tensorflow: disable for python37
because there are no binaries available.
2018-10-24 20:05:44 +02:00
Frederik Rietdijk 0f38d9669f python3 is now python37 instead of python36
With Python 3.7 now at 3.7.1, and Python 3.6 at it's final maintenance
mode release, it is time to move on to 3.7 as the default interpreter.
2018-10-24 20:05:44 +02:00
volth 716cfab34e Merge master into staging-next 2018-10-24 17:37:47 +00:00
John Ericson 7d96d15020
Merge pull request #46534 from obsidiansystems/darwin-to-linux-cross
misc pkgs: Darwin -> Linux cross compilation
2018-10-24 10:35:52 -04:00
John Ericson bbd12f5583 Merge remote-tracking branch 'upstream/master' into darwin-to-linux-cross 2018-10-24 08:20:53 -04:00
Markus Kohlhase 039f9fbb5b featherpad: init at 0.9.1 2018-10-24 11:47:43 +02:00
Timo Kaufmann e89b422114
Merge pull request #48921 from timokau/r8168
r8168: init at 8.046.00
2018-10-24 11:47:28 +02:00
Timo Kaufmann c8b5deae19 r8168: init at 8.046.00 2018-10-24 11:46:10 +02:00
John Ericson 22df9423cd release-cross: Cross compile from all 3 supported platforms 2018-10-23 23:20:48 -04:00
Mateusz Kowalczyk d3f328e592 Merge remote-tracking branch 'origin/master' 2018-10-24 11:21:46 +09:00
Mateusz Kowalczyk 0479354e0c QuadProgpp: Remember to add to all-packages.nix 2018-10-24 11:21:22 +09:00
John Ericson b71389aefb
Merge pull request #47430 from roberth/nixpkgs-extend
pkgs.extend for adding overlays
2018-10-23 20:21:48 -04:00
John Wiegley 3c4c4ff051
coqPackages.Velisarios: New expression 2018-10-23 17:09:35 -07:00
Daniel Schaefer 6ffdf5a39f rng-tools: Rename attribute rng_tools -> rng-tools
Comply with naming guidelines
2018-10-24 00:49:46 +02:00
Daniel Schaefer 8ada6f6c46 jitterentropy: init at 2.1.2 2018-10-23 23:36:57 +02:00
Austin Seipp 46dc76b60b cloudflared: init at 2018.10.3
'cloudflared' is a multi-purpose client-side tool for CloudFlare Argo
Tunnel, CloudFlare Access, as well as including a simple DNS-over-HTTP
(DoH) proxy tool as well.

However, 'cloudflared' is NOT available under an open source license.
Furthermore, the exact terms of redistribution (namely, if we are able
to redistribute binaries at all) are not entirely clear to me. As a
result, I have filed the following bug report concerning the terms of
redistribution for the source code and binaries:

  https://github.com/cloudflare/cloudflared/issues/53

'cloudflared' does have source code available, however, and it
encourages users to use 'go install' in order to set it up, in fact (or
download their prebuilt, compiled binaries). So using the source seems
to be encouraged. Even then, I'm still not sure if Hydra can serve these
binaries.

In lieu of a more pointed answer regarding source/binary licensing, and
to avoid keeping this expression in my private tree, I've marked it as
'unfree' (to avoid Hydra serving it in any way) as well as compiled from
source (to avoid any 'redistribution allowed while unmodified' terms
that may crop up).

The dependencies for this build were generated using 'dep2nix'.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-10-23 15:20:35 -05:00
Vladyslav M f7a785fbd1 mako: init at 1.1 (#46606) 2018-10-23 22:12:44 +02:00
lewo f3f155023c
Merge pull request #48578 from vdemeester/init-skaffold
skaffold: init at 0.16.0
2018-10-23 20:55:16 +02:00
Michael Weiss 2eb372d59d
nixos/rootston: Remove the module and the package (#48905)
Rootston is just a reference compositor so it doesn't make that much
sense to have a module for it. Upstream doesn't really like it as well:

"Rootston will never be intended for downstream packages, it's an
internal thing we use for testing." - SirCmpwn [0]

Removing the package and the module shouldn't cause much problems
because it was marked as broken until
886131c243. If required the package can
still be accessed via wlroots.bin (could be useful for testing
purposes).

[0]: https://github.com/NixOS/nixpkgs/issues/38344#issuecomment-378449256
2018-10-23 20:38:33 +02:00
Patrick Hilhorst d8d8a0ba14 sway-beta: init at 1.0-beta1 (#48829)
* sway-beta: init at 1.0-beta1

* sway, sway-beta: use https url
2018-10-23 20:34:59 +02:00
Alyssa Ross 0db57307e6 perlPackages.XMLFeedPP: init at 0.95 (#48816) 2018-10-23 19:50:21 +02:00
Rob Vermaas 87de9f7e89 opentracing-cpp: init 1.5.0
(cherry picked from commit f49df04c02)
2018-10-23 18:04:01 +02:00
Joachim F 48fd1fb0d7
Merge pull request #48794 from markuskowa/fix-samba-ib
samba: remove defunct infiniband support
2018-10-23 14:38:41 +00:00
Théo Zimmermann cea4806bc5 ocamlformat: init at 0.8 2018-10-23 14:22:59 +00:00
Rob Vermaas debbed29d1 datadog-agent: add option to enable trace agent 2018-10-23 12:30:06 +02:00
Jörg Thalheim e82af6003c
Merge pull request #48821 from nyanloutre/jackett-10-365
jackett: 0.10.304 -> 0.10.365
2018-10-23 10:42:48 +01:00
nyanloutre 7a44e6e365 jackett: update mono version to 5.14
See details here : https://github.com/NixOS/nixpkgs/pull/48821#issuecomment-431837095
2018-10-23 10:59:32 +02:00
Michael Raskin 16c329f3da visidata: init at 1.3.1 2018-10-23 12:00:11 +03:00
Michael Raskin acb7d85993 lrs: init at 7.0 2018-10-23 11:41:29 +03:00
lewo 1a840f6fb4
Merge pull request #48614 from vdemeester/init-kube-prompt
kube-prompt: init at 1.0.4
2018-10-23 09:49:58 +02:00
Benjamin Hipple f65afcb4c3 pythonPackages.bitarray: init at 0.8.3 2018-10-22 17:23:05 -04:00
Jörg Thalheim 0a9bfd69ec
Merge pull request #48818 from jokogr/u/lxd-3.0.2
lxd: 3.0.0 -> 3.0.2
2018-10-22 21:07:52 +01:00
Sarah Brofeldt 9de8d713dd
Merge pull request #48482 from Lassulus/ttyplot
ttyplot: init at 1.0
2018-10-22 21:54:36 +02:00
Tim Steinbach 2bb68c7017
linux: Add 4.19 2018-10-22 09:40:22 -04:00
Ioannis Koutras 891277e6a9 dqlite: initialize at 0.2.4 2018-10-22 13:07:15 +03:00
Ioannis Koutras bf39304e53 sqlite-replication: initialize at 3.24.0+replication3 2018-10-22 13:07:14 +03:00
Jörg Thalheim 119d539d72
Merge pull request #47864 from uskudnik/add-brave-browser
brave: init at 0.24.0
2018-10-22 11:01:22 +01:00
adisbladis 5f33fbbc7b
vgo2nix: init at unstable-2018-10-14 2018-10-22 17:21:49 +08:00
Léo Gaspard 5cd6c65054 wasm: remove alias to unbreak the channel
Nixpkgs' channel currently can't move forward so long as there is a
trace in evaluating the top-level arguments. Which means that it isn't
possible to add a warning message to warn users of future package
removal.

So the only way forward appears to be just removing the alias
altogether.

(cherry picked from commit b4133ebc17)
2018-10-22 09:58:00 +02:00
Mateusz Czapliński 98d4e42145 ocamlPackages.zmq: init at 20180726 2018-10-22 06:51:17 +00:00
Vincent Demeester 10e029829c kube-prompt: init at 1.0.4
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-22 07:39:15 +02:00
Markus Kowalewski 8d7870d6c5
samba: remove defunct infiniband support
Even if infiniband support is enabled the option
is ignored by the configure script and no depencies
to libibverbs.so or librdmacm.so is contained in
the output.
2018-10-21 22:35:21 +02:00
Renaud f94947f311
Merge pull request #48338 from unode/libaosd
libaosd: init at 0.2.7-9-g177589f
2018-10-21 22:03:23 +02:00
Renato Alves 232b2d7bc0
libaosd: init at 0.2.7-9-g177589f 2018-10-21 21:43:54 +02:00
Jan Tojnar 4341e830e5 phpPackages.php-cs-fixer: 2.12.2 → 2.13.1 2018-10-21 19:44:03 +02:00
Jörg Thalheim 2b25e95e23
Merge pull request #48725 from volth/pp-cleanup
perlPackages: fix evaluate with allowAliases=false
2018-10-21 18:34:20 +01:00
Renaud 0cc07aeee6
Merge pull request #48172 from jluttine/cholmod-extra-1.2.0
cholmod-extra: init at 1.2.0
2018-10-21 17:28:30 +02:00
Chris Ostrouchov 4bb06d7be7 pythonPackages.BoltzTraP2: init at 18.9.1 2018-10-21 14:37:22 +02:00
Jörg Thalheim ec488f6f5f
Merge pull request #48444 from Ekleog/wasm-alias
wasm: add as temporary alias to proglodyte-wasm
2018-10-21 12:05:31 +01:00
Frederik Rietdijk a4c0cdd466
Merge pull request #46564 from jluttine/nikola-8.0.0
pythonPackages.Nikola: 7.8.15 -> 8.0.1
2018-10-21 11:01:36 +02:00
Renaud d88d0127f7
Merge pull request #48148 from peterhoeg/p/scummvm_games
scummvm: add several ScummVM supported games
2018-10-21 09:50:13 +02:00
Frederik Rietdijk b737416019 Merge master into staging 2018-10-21 08:38:08 +02:00
Frederik Rietdijk 86c7662be0 Merge staging-next into master 2018-10-21 08:37:30 +02:00
volth 04ce4c3e42 perlPackages.NetSSHPerl: init at 2.14 (#48729)
dependencies:
perlPackages.AlienBuild: init at 1.48
perlPackages.AlienGMP: init at 1.14
perlPackages.CryptCurve25519: init at 0.06
perlPackages.CryptIDEA: init at 1.10
perlPackages.FFICheckLib: init at 0.20
perlPackages.MathGMP: init at 2.19
2018-10-21 01:44:46 +02:00
Jaka Hudoklin 8ff3df3eef
Merge pull request #48736 from mayflower/pkg/minishift
minishift: init at 1.25.0
2018-10-20 22:14:06 +02:00
volth d1325d0a64 [cpan2nix] perlPackages.CatalystRuntime: 5.90119 -> 5.90120 2018-10-20 16:46:01 +00:00
volth b5dca8b173 [cpan2nix] perlPackages.X11XCB: 0.17 -> 0.18 2018-10-20 16:45:45 +00:00
volth c2a4c66720 [cpan2nix] perlPackages.AppSqitch: 0.9997 -> 0.9998 2018-10-20 16:45:44 +00:00
volth 8875406f0a [cpan2nix] perlPackages.DateTimeLocale: 1.22 -> 1.23 2018-10-20 16:45:02 +00:00
volth 7e0af9707b [cpan2nix] perlPackages.DateTimeTimeZone: 2.19 -> 2.20 2018-10-20 16:44:55 +00:00
volth 176cd21ced [cpan2nix] perlPackages.WWWMechanize: 1.88 -> 1.89 2018-10-20 16:44:44 +00:00
volth c79446b3a0 [cpan2nix] perlPackages.FileChangeNotify: 0.28 -> 0.29 2018-10-20 16:44:37 +00:00
volth a09be0f2f2 [cpan2nix] perlPackages.XMLXPath: 1.42 -> 1.44 2018-10-20 16:44:32 +00:00
volth 55a3d2f3ca [cpan2nix] perlPackages.LWP: 6.35 -> 6.36 2018-10-20 16:44:21 +00:00
volth fa34a0dc92 [cpan2nix] perlPackages.ParallelForkManager: 1.20 -> 2.02 2018-10-20 16:44:11 +00:00
volth 73d5e8d47a [cpan2nix] perlPackages.MojoliciousPluginStatus: cleanup 2018-10-20 16:44:03 +00:00
volth 7b4b958df6 [cpan2nix] perlPackages.IOHandleUtil: 0.01 -> 0.02 2018-10-20 16:44:03 +00:00
volth 4e56c21ede [cpan2nix] perlPackages.TestScript: 1.23 -> 1.25 2018-10-20 16:43:43 +00:00
volth 99bff69a76 [cpan2nix] perlPackages.TemplateToolkit: 2.27 -> 2.28 2018-10-20 16:43:43 +00:00
volth 3febbe2cce [cpan2nix] perlPackages.Sereal: cleanup 2018-10-20 16:43:42 +00:00
volth 6880f3c45c [cpan2nix] perlPackages.MailDKIM: 0.53 -> 0.54 2018-10-20 16:43:41 +00:00
volth fc29c47490 [cpan2nix] perlPackages.SerealEncoder: cleanup 2018-10-20 16:43:38 +00:00
volth 9f4987e031 [cpan2nix] perlPackages.SerealDecoder: cleanup 2018-10-20 16:43:30 +00:00
volth 6356fd7ff3 [cpan2nix] perlPackages.ModuleExtractUse: 0.342 -> 0.343 2018-10-20 16:42:47 +00:00
volth 813e3aa2b2 [cpan2nix] perlPackages.CGISimple: 1.16 -> 1.21 2018-10-20 16:42:41 +00:00
volth 35ac53fb9c [cpan2nix] perlPackages.Glib: 1.327 -> 1.328 2018-10-20 16:42:10 +00:00
volth 94895aacd1 [cpan2nix] perlPackages.ForksSuper: 0.96 -> 0.97 2018-10-20 16:42:09 +00:00
volth 319820a65a [cpan2nix] perlPackages.bignum: 0.50 -> 0.51 2018-10-20 16:41:58 +00:00
volth 7b0a0f69ba [cpan2nix] perlPackages.TestTrap: v0.3.3 -> v0.3.4 2018-10-20 16:41:53 +00:00
volth 2ab10ed627 [cpan2nix] perlPackages.TermVT102Boundless: 0.04 -> 0.05 2018-10-20 16:41:49 +00:00
volth 5c56e45bc0 [cpan2nix] perlPackages.NetIDNEncode: 2.401 -> 2.500 2018-10-20 16:41:46 +00:00
volth f548db6382 [cpan2nix] perlPackages.MathBigIntGMP: 1.6005 -> 1.6006 2018-10-20 16:41:42 +00:00
volth 1a3f71f24f [cpan2nix] perlPackages.IOPager: 0.39 -> 0.40 2018-10-20 16:41:36 +00:00
volth f61ccea0dd [cpan2nix] perlPackages.CryptEd25519: cleanup 2018-10-20 16:41:20 +00:00