Commit Graph

24334 Commits

Author SHA1 Message Date
Shea Levy
9b111955ec
nix-plugins: 5.0.0 -> 6.0.0 2018-10-28 00:25:39 -04:00
Pierre-Etienne Meunier
ae3b4655a4 Carnix: 0.7.2 -> 0.8.10 (#40587)
Carnix: splits input into two parts: creates from creates.io and local ones
2018-10-28 00:06:29 +01:00
Daiderd Jordan
f4927a34e7
rust-cbindgen: fix darwin build 2018-10-27 18:21:15 +01:00
Nikita Voloboev
dd9e60f75e
goku: init 0.1.11 2018-10-27 16:15:36 +01:00
Renaud
0e416d7e6b
Merge pull request #48318 from cryptix/add/go-junit-report
go-junit-report: init at 2018-06-14 (385fac0ce9a)
2018-10-27 16:03:46 +02:00
Henry
219c77bf9b go-junit-report: init at 2018-06-14 (385fac0ce9a) 2018-10-27 14:40:40 +01:00
Daiderd Jordan
450d33fc5b
Merge pull request #49081 from LnL7/darwin-wxmac
wxmac: 3.0.2 -> 3.0.4 (darwin)
2018-10-27 10:27:13 +01:00
lewo
fa5343be6c
Merge pull request #47967 from xtruder/pkgs/kind/init
kind: init at 2ae73f8e
2018-10-27 09:00:22 +02:00
adisbladis
1a1aa4d4d5
Merge pull request #49052 from etu/init-dmrconfig
dmrconfig: init at 2018-10-20
2018-10-26 23:12:52 +01:00
Jaka Hudoklin
6124447a54
kind: init at 2ae73f8e 2018-10-26 23:05:15 +02:00
Jan Tojnar
df9290f2fb
Merge pull request #49183 from jtojnar/gusb
gusb: 0.2.11 → 0.3.0
2018-10-26 22:54:04 +02:00
Jan Tojnar
6b5571b9e8 gusb: 0.2.11 → 0.3.0 2018-10-26 22:16:43 +02:00
lewo
e87de3f6f2
Merge pull request #48868 from flosse/featherpad
featherpad: init at 0.9.1
2018-10-26 21:24:27 +02:00
Elis Hirwing
21390ed5ec
dmrconfig: init at 2018-10-20 2018-10-26 19:47:31 +02:00
Jan Tojnar
82218835c5
Merge pull request #43133 from worldofpeace/gsignond
gsignond: init at 1.0.7
2018-10-26 19:29:56 +02:00
Tim
8d49637658 apt-dater: init at 1.0.3 (#32175)
* apt-dater: init at 1.0.3

* apt-dater: use autoreconfHook
2018-10-26 19:16:44 +02:00
Daiderd Jordan
1b47b95638
cargo: fix darwin build
It depends the Security framework now.
2018-10-26 16:06:56 +01: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
Daiderd Jordan
0df3d8d6c4
wxmac: include cf-private
Fixes build failure because CoreFoundation doesn't include
CFURLGetFSRef anymore.

    clang++ -mmacosx-version-min=10.7 -c -o basedll_filefn.o  -D__WXOSX_COCOA__      -DWXBUILDING      -I./src/regex  -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -dynamic -fPIC -DPIC -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual -Wno-deprecated-declarations -D_FILE_OFFSET_BITS=64 -I/private/tmp/nix-build-wxmac-3.0.2.drv-0/wxWidgets-3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I./include -O2 -fno-strict-aliasing -fno-common  ./src/common/filefn.cpp
    ./src/common/filefn.cpp:849:18: error: use of undeclared identifier 'CFURLCreateFromFSRef'
        fullURLRef = CFURLCreateFromFSRef(NULL, fsRef);
                     ^
    ./src/common/filefn.cpp:875:14: error: use of undeclared identifier 'CFURLGetFSRef'
            if ( CFURLGetFSRef(url, fsRef) == false )
2018-10-24 12:07:50 +02: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
Mateusz Kowalczyk
0479354e0c QuadProgpp: Remember to add to all-packages.nix 2018-10-24 11:21:22 +09: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
Rob Vermaas
87de9f7e89 opentracing-cpp: init 1.5.0
(cherry picked from commit f49df04c02d083395957fc85e12d231bb536e451)
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