Commit graph

33939 commits

Author SHA1 Message Date
Robert Schütz 896ea4b731 qmediathekview: init at 2017-04-16 2018-02-09 23:37:58 +01:00
Jan Malakhovski a5227789d2 linuxPackages: add more predefined kernels with Xen Dom0 2018-02-09 19:50:05 +00:00
Jan Malakhovski ac073fe77a linuxPackages: point linux_hardened to the hardened default linux, not hardened linux_latest 2018-02-09 19:50:04 +00:00
Jan Malakhovski 3a2ee6e5c3 linuxPackages: introduce hardenedLinuxPackagesFor and cleanup some expressions using it 2018-02-09 19:50:04 +00:00
Frederik Rietdijk 9c105bdf8f Merge remote-tracking branch 'upstream/master' into HEAD 2018-02-09 20:02:53 +01:00
aszlig 1cba74dfc1
setup-hooks: Add autoPatchelfHook
I originally wrote this for packaging proprietary games in Vuizvui[1]
but I thought it would be generally useful as we have a fair amount of
proprietary software lurking around in nixpkgs, which are a bit tedious
to maintain, especially when the library dependencies change after an
update.

So this setup hook searches for all ELF executables and libraries in the
resulting output paths after install phase and uses patchelf to set the
RPATH and interpreter according to what dependencies are available
inside the builder.

For example consider something like this:

stdenv.mkDerivation {
  ...
  nativeBuildInputs = [ autoPatchelfHook ];
  buildInputs = [ mesa zlib ];
  ...
}

Whenever for example an executable requires mesa or zlib, the RPATH will
automatically be set to the lib dir of the corresponding dependency.

If the library dependency is required at runtime, an attribute called
runtimeDependencies can be used to list dependencies that are added to
all executables that are discovered unconditionally.

Beside this, it also makes initial packaging of proprietary software
easier, because one no longer has to manually figure out the
dependencies in the first place.

[1]: https://github.com/openlab-aux/vuizvui

Signed-off-by: aszlig <aszlig@nix.build>
Closes: #34506
2018-02-10 00:27:24 +05:30
Franz Pletz a51cda85ff
Merge pull request #34434 from markuskowa/uhd-fix-boost-pr
uhd: 3.10.2.0 -> 3.10.3.0
2018-02-09 18:33:11 +00:00
Jörg Thalheim 7d9313fff3
Merge pull request #34635 from zauberpony/hcloud-init-v1.3.0
hcloud: init at 1.3.0
2018-02-09 16:38:12 +00:00
Jörg Thalheim 807d76b30b
Merge pull request #34765 from greedy/fix/libproxy-darwin
libproxy: fix building on darwin
2018-02-09 16:02:42 +00:00
Geoffrey Reedy 7f6c4e2703 libproxy: fix building on darwin 2018-02-09 08:33:41 -07:00
Tim Steinbach 4ffe462b10
docker-edge: 18.01.0 -> 18.02.0 2018-02-09 10:25:58 -05:00
Frederik Rietdijk 669e03ecce
Merge pull request #34647 from jraygauthier/jrg/pythonnet-rebased
pythonnet: Init at 2.3.0
2018-02-09 15:20:25 +00:00
Will Dietz 2286c9b315 diffpdf: move to using qt5
Patch is used by Gentoo, Debian, etc.
2018-02-09 07:04:37 -06:00
Chris Hodapp c6bd327af8
darktable: Removed unneeded dependencies
Based on what LebedevRI told me on IRC and in
https://github.com/darktable-org/darktable/pull/1474
2018-02-09 13:13:31 +01:00
Sam Parkinson 8a7fd9d41f
spice-up: init at 1.2.1 2018-02-09 22:30:09 +11:00
Jörg Thalheim 3b9beaf842
Merge pull request #34658 from thorstenweber83/add-package-slic3r-prusa3d
slic3r-prusa3d: init at 1.38.7
2018-02-09 09:51:13 +00:00
Jörg Thalheim 5b247f741d
Merge pull request #34677 from dtzWill/feature/busybox-sandbox-shell
busybox-sandbox-shell: extract basic shell to new attribute
2018-02-09 09:32:55 +00:00
Jörg Thalheim a0a3298091
Merge pull request #34663 from bignaux/squashfuse
squashfuse: init at 0.1.101
2018-02-09 09:23:23 +00:00
Jörg Thalheim d0bac026ec
Merge pull request #34695 from woffs/uudeview
uudeview: init at 0.5.20
2018-02-09 09:11:08 +00:00
Matthieu Chevrier 00970f76f9 theharvester: init at 2.7.1 (#34704) 2018-02-09 09:00:15 +00:00
adisbladis d1c5b483d2
yaml2json: init at unstable-2017-05-03 2018-02-09 16:46:21 +08:00
Jörg Thalheim 7ca084292a
Merge pull request #34714 from vbgl/coq-default-to-8.7
coq: default to 8.7
2018-02-09 08:45:31 +00:00
mkgvt f41eb52bc9 rename: init at 1.9 (#34719) 2018-02-09 08:05:11 +00:00
Raymond Gauthier 1d1209381a pythonnet: Init at 2.3.0 2018-02-08 21:29:36 -05:00
Daniel Peebles d21a31f15c
Merge pull request #34750 from copumpkin/fix-pkgs-fedoraproject-org
treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/
2018-02-08 17:11:48 -05:00
Tim Steinbach 250df5c8fd
Merge pull request #34126 from nicknovitski/kubectl
init: kubectl at 1.7.9 (alias for kubernetes with only kubectl component)
2018-02-08 21:49:57 +00:00
Dan Peebles dfd300c81d treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/
Upstream killed the pkgs server but src continues to serve up the exact
same content, so we can just point there and all hashes should be unchanged.
2018-02-08 16:38:08 -05:00
Daiderd Jordan 693ab60bb4
Merge pull request #34685 from cransom/fix-darwin-v8_3_16_14
v8_3_16_14: fix on darwin
2018-02-08 21:53:22 +01:00
Robert Helgesson 76f3f22d27
perl-Encode: 2.93 -> 2.95 2018-02-08 21:01:12 +01:00
Robert Helgesson d3fc84de94
perl-Sub-Quote: 2.003001 -> 2.005000 2018-02-08 21:00:12 +01:00
Robert Helgesson c086125ce5
perl-Crypt-JWT: 0.019 -> 0.020 2018-02-08 20:21:54 +01:00
Robert Helgesson 6dfb0be3ce
perl-bignum: 0.47 -> 0.49 2018-02-08 20:07:50 +01:00
Graham Christensen a1383aa75f
Merge pull request #34571 from esoeylemez/ertes-slade
slade-git: init at 2018.01.29
2018-02-08 09:35:17 -05:00
Graham Christensen 6e782a0ef6
Merge pull request #34572 from esoeylemez/ertes-bcc
doom-bcc-git: init at 2018.01.04
2018-02-08 09:34:37 -05:00
Frederik Rietdijk 28e0126876
Merge pull request #34733 from geistesk/fpdf
fpdf: init at 1.7.2
2018-02-08 12:43:08 +00:00
geistesk 266292a4bc fpdf: init at 1.7.2 2018-02-08 13:39:10 +01:00
Frederik Rietdijk 50a9d51a09 Merge commit '30d031b5d8d05422586043c3f105f4d9110e4f59' into HEAD 2018-02-08 12:14:07 +01:00
Frederik Rietdijk 712c322122
Merge pull request #34532 from unode/pysam
pysam: init at 0.13
2018-02-08 11:02:32 +00:00
Frederik Rietdijk c0c366c8af
Merge pull request #34533 from unode/dendropy
dendropy: init at 4.3.0
2018-02-08 11:00:32 +00:00
Mitsuhiro Nakamura 18618fae96 cataclysm-dda: require ncurses5 2018-02-08 13:55:44 +09:00
sjau 0d65e2e0e5 zfs: add migration path for new crypto format
fixes #34559
2018-02-07 20:46:16 +00:00
Vincent Laporte 202fb6faea
coq: default to 8.7 2018-02-07 19:28:38 +00:00
Daiderd Jordan c0aa8f5fb8
Merge pull request #34630 from varunpatro/lsusb
lsusb for OSX
2018-02-07 18:34:41 +01:00
Elis Hirwing 9bbe112dc5
php: 7.1.14 -> 7.2.2 2018-02-07 18:31:29 +01:00
Graham Christensen c46c2e281b
Merge pull request #33237 from jluttine/add-diskrsync
diskrsync: init at 20170927
2018-02-07 08:15:20 -05:00
Frank Doepper ef727716cf uudeview: init at 0.5.20 2018-02-07 11:38:58 +01:00
Daniel Peebles 30d031b5d8
Merge pull request #34339 from bdarnell/curl-http2-darwin
curlFull: Add http2Support for darwin
2018-02-07 00:28:53 -05:00
Ben Darnell c6aa69f48c curl: Enable http2Support for darwin
http2Support was disabled due to a bootstrapping issue involving xz.
Now that xz is available in the bootstrap environment for all
platforms, http2Support can be enabled globally.
2018-02-06 21:50:28 -05:00
Peter Hoeg 237ae9a0d1
Merge pull request #34659 from peterhoeg/p/nmapsi4
nmapsi4: init at 0.5-alpha1
2018-02-07 10:14:53 +08:00
Tuomas Tynkkynen 4c6c919a31 Merge remote-tracking branch 'upstream/master' into HEAD
Conflicts:
	pkgs/os-specific/linux/kernel/generic.nix
2018-02-07 03:41:24 +02:00
Casey Ransom 72cd8c09ce v8_3_16_14: fix on darwin
This was switched to use gcc5 for all platforms due to a mkSnapshot
error, which fixes Linux but currently fails for Darwin. I'm unsure if
there are other runtime failures, but this hasn't been building for
quite some time.
2018-02-06 17:54:16 -05:00
Daiderd Jordan db7e0aeb42
llvm-packages: cleanup 2018-02-06 23:38:46 +01:00
Will Dietz 19d8850164
llvm-packages: update default 4 -> 5 2018-02-06 23:38:36 +01:00
Michael Raskin 907474e649
Merge pull request #33088 from exFalso/add-subdl
init subdl package
2018-02-06 21:32:53 +00:00
Michael Raskin fdcbb263ac
Merge pull request #32579 from leenaars/lwan
lwan: init -> 0.1
2018-02-06 21:26:18 +00:00
Michael Raskin 8eba2a5be8
Merge pull request #31312 from binarin/emacs-package-set-overrides
emacs-packages: Cleanup and document for overrides
2018-02-06 21:22:23 +00:00
Michael Raskin 5e8ae8d597
Merge pull request #34674 from dtzWill/feature/diff-pdf
diff-pdf: init at 2017-12-30.
2018-02-06 19:33:59 +00:00
Will Dietz b963f06f5a diff-pdf: init at 2017-12-30. 2018-02-06 11:57:55 -06:00
John Ericson 63b8175281
Merge pull request #34351 from teto/kernel_wip
[RDY] buildLinux: Add more overrides
2018-02-06 12:08:12 -05:00
Matthieu Coudron f620b1b693 kernel: buildLinux replaces import ./generic.nix
- defined buildLinux as generic.nix instead of manual-config.nix. This
makes kernel derivations a tad more similar to your typical derivations.
- moved $buildRoot to within the source folder, this way it doesn't have to be created before the unpackPhase
and make it easier to work on kernel source without running the unpackPhase
2018-02-07 10:07:13 +09:00
Frederik Rietdijk ec26c65bce
Merge pull request #34643 from dotlambda/dateparser
pythonPackages.dateparser: switch to parameterized and thereby fix Hydra test
2018-02-06 16:23:58 +00:00
Joachim F 97ab8d8981
Merge pull request #17106 from spacefrogg/openafs
openafs: Refactor and introduce server module
2018-02-06 14:43:55 +00:00
Bignaux Ronan 17210fee46 squashfuse: init at 0.1.101 2018-02-06 15:03:39 +01:00
Robert Schütz 029fa375c8 pythonPackages.nose-parameterized: uninit because deprecated 2018-02-06 13:16:30 +01:00
Thorsten Weber c055b010df slic3r-prusa3d: init at 1.38.7 2018-02-06 11:50:37 +01:00
Renato Alves a6ee80aa18
dendropy: init at 4.3.0 2018-02-06 10:06:12 +01:00
Peter Hoeg ae604faabb nmapsi4: init at 0.5-alpha1 2018-02-06 14:41:21 +08:00
Tuomas Tynkkynen 9548028a22 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/os-specific/linux/cpupower/default.nix
2018-02-06 04:11:23 +02:00
Renato Alves 37680b046c
pysam: init at 0.13.0
A python library to interact with SAM/BAM/CRAM files
2018-02-06 00:53:32 +01:00
Elmar Athmer 04769e898f hcloud: init at 1.3.0 2018-02-05 19:14:55 +01:00
Will Dietz 6ec60e8c44 busybox-sandbox-shell: extract basic shell to new attribute
Nix will use this shell if the attribute is present,
avoiding duplicating changes in the future.
2018-02-05 11:26:01 -06:00
Varun Patro db4e825619
Update darwin-packages.nix 2018-02-06 00:41:35 +08:00
Bignaux Ronan 65f90f9c67 assaultcube: init at official master branch , rev = "9f537b0876a39d7686e773040469fbb1417de18b" (#34623)
* assaultcube: init at official git master branch
2018-02-05 16:06:49 +01:00
Andreas Rammhold 03a13a2f0b
Merge pull request #34599 from Chiiruno/master
edid-decode: init at git-2017-09-18
2018-02-05 13:29:31 +00:00
Frederik Rietdijk 422f99b9a6
Merge pull request #34589 from Ma27/package-pybase64
pythonPackages.pybase64: init at 0.2.1
2018-02-05 13:13:12 +00:00
Maximilian Bosch 14da2e22b4
pythonPackages.pybase64: init at 0.2.1
`pybase64` is a tiny wrapper for `libbase64` written in python.

/cc @ironpinguin
2018-02-05 13:55:53 +01:00
Maximilian Bosch 9d188f908c
pythonPackages.nose-parameterized: create parameterized alias
`pythonPackages.parameterized` is the successor of `nose-parameterized`
as the authors of the module decided to support more testing frameworks
and stopped focusing on `noes` only. `nose-parameterized` is still
available in `pypi` with version `0.6.0`, but is officially deprecated.

However the renaming happened quite recently so it is possible that
there are still folks relying on `nose-parameterized`. Therefore I moved
the expression to provide a `pythonPackages.parameterized` derivation
and added a package override which builds `nose-parameterized` after
yielding a deprecation warning.
2018-02-05 13:55:52 +01:00
Frederik Rietdijk 030badc427
Merge pull request #34596 from dotlambda/aioimaplib
python3Packages.aioimaplib: init at 0.7.13
2018-02-05 09:08:05 +00:00
Andreas Rammhold b51454eb54
pythonPackages.github-cli: removed since upstream declared project non-functional
also does not work on python3 even thought we provide it there…

Note on the upstream repo [1]:
> IMPORTANT: github-cli does not function anymore since API v2 has been
> replaced by API v3 A possible alternative for github-cli that addresses
> API v3 is Stephen Celis' [ghi](https://github.com/stephencelis/ghi)

[1] https://github.com/jsmits/github-cli
2018-02-05 01:49:42 +01:00
Okina Matara e35ca9af50 edid-decode: init at git-2017-09-18 2018-02-04 16:49:16 -06:00
Robert Schütz 58e467c850 python3Packages.aioimaplib: init at 0.7.13 2018-02-04 22:47:01 +01:00
Robert Schütz 0cef410c08 pythonPackages.imaplib2: init at 2.45.0 2018-02-04 22:28:33 +01:00
Robert Schütz 988bec8774 python3Packages.asynctest: init at 0.11.1 2018-02-04 22:13:11 +01:00
Frederik Rietdijk c1d79509a0
Merge pull request #34553 from NixOS/python-unstable
Python package updates
2018-02-04 13:29:23 +00:00
Frederik Rietdijk 9ba4b1621d
Merge pull request #34473 from sorki/python-can-support
Python CAN support
2018-02-04 12:36:38 +00:00
Frederik Rietdijk 4cb79ee66e
Merge pull request #34573 from dotlambda/luftdaten
python3Packages.luftdaten: init at 0.1.4
2018-02-04 12:35:01 +00:00
Uli Schlachter 718552eca4 lgi: Fix cairo bindings search path
Since commit e44038bcca, cairo-1.0.typelib contains an absolute
path to cairo in the nix store so that no $LD_LIBRARY_PATH hacks are
needed. However, this did not yet work for lgi, because lgi does
dlopen("libcairo.so.2") without a full path, too.

To make this work, this commit ensures that lgi first uses
gobject-introspection to load libcairo. This uses the full path provided
by the typelib. Afterwards, dlopen("libcairo.so.2") does not hit the
filesystem anymore since the library is already loaded.

This commit adds a patch that reorders some code in lgi's cairo
initialisation. Previously, this started with core.module('cairo', 2),
which is where the dlopen happens. Now, this code is moved down and
instead core.gi.cairo.resolve is used to load the definitions of some
enums first. This part of the code goes through gobject-introspection
and causes libcairo to be loaded.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2018-02-04 11:23:35 +01:00
Jaakko Luttinen 9a5b545e86
diskrsync: init at unstable-2017-09-27 2018-02-04 12:02:30 +02:00
Frederik Rietdijk 7e0b231b53
Merge pull request #34567 from holidaycheck/add-grobi
grobi: init at 0.3.0
2018-02-04 08:04:42 +00:00
Ertugrul Söylemez 1394c852e2 doom-bcc-git: Attribute naming convention 2018-02-04 00:51:48 +01:00
Ertugrul Söylemez 5fecc07932 slade-git: Attribute naming convention 2018-02-04 00:48:06 +01:00
Ertugrul Söylemez 3a53aa0141 doom-bcc-git: init at 2018.01.04 2018-02-04 00:13:07 +01:00
Ertugrul Söylemez 6f76830639 slade-git: init at 2018.01.29 2018-02-04 00:06:36 +01:00
Jörg Thalheim 6580b18d3f cargo-vendor: move to all-packages 2018-02-03 22:35:27 +00:00
pe@pijul.org 8f20e7ce3a carnix: 0.6.0 -> 0.6.5 2018-02-03 22:31:54 +00:00
Robert Schütz 411cd15e59 python3Packages.luftdaten: init at 0.1.4 2018-02-03 23:22:26 +01:00
Tobias Pflug 32d4b018a7 grobi: init at 0.3.0 2018-02-03 22:54:18 +01:00
Graham Christensen 92b786a2fb
Merge pull request #30068 from mpickering/osm2xmap
libroxml: init at 2.3.0 and osm2xmap: init at 2.0 c1f7b68
2018-02-03 13:58:35 -05:00
Matthew Pickering c8763ddc87 Remove whitespace 2018-02-03 18:38:00 +00:00
Matthew Pickering 9c7c640ae4 osm2xmap: init at 2.0 2018-02-03 18:37:08 +00:00
Matthew Pickering 8b362957c7 libroxml: init at 2.3.0 2018-02-03 18:35:54 +00:00
Robert Schütz 66dc266530 python: typing: 3.5.3.0 -> 3.6.4 2018-02-03 17:43:31 +01:00
Frederik Rietdijk 4bd9faf288 python.pkgs.quantities: 0.10.1 -> 0.12.1 2018-02-03 17:43:31 +01:00
Frederik Rietdijk 7765bd928a python.pkgs.pygments_2_0: remove unused expression 2018-02-03 17:43:31 +01:00
Frederik Rietdijk 6a87242aeb python.pkgs.pybrain: remove broken and unmaintained package 2018-02-03 17:43:31 +01:00
Frederik Rietdijk 0821a22eba python.pkgs.ovh: 0.4.5 -> 0.4.8 2018-02-03 17:43:31 +01:00
Frederik Rietdijk f875b1083a python.pkgs.dicttoxml: 1.6.4 -> 1.7.4 2018-02-03 17:43:31 +01:00
Frederik Rietdijk 6fee9079aa python.pkgs.webcolors: 1.4 -> 1.7 2018-02-03 17:43:31 +01:00
Frederik Rietdijk 29e8365d2f python.pkgs.packet-python: move expression 2018-02-03 17:43:31 +01:00
Frederik Rietdijk 8e0a2b7a21 python.pkgs.sympy: move expression 2018-02-03 17:43:31 +01:00
Frederik Rietdijk b18a0f416d python.pkgs.simplegeneric: move expression 2018-02-03 17:43:31 +01:00
Robert Schütz 330cad0d36 python: pytz: 2017.2 -> 2017.3 2018-02-03 17:43:31 +01:00
Robert Schütz 7953e05672 pythonPackages.pyyaml: move derivation 2018-02-03 17:43:31 +01:00
Frederik Rietdijk bba1393361 python.pkgs.cryptography: move expression 2018-02-03 17:43:30 +01:00
Frederik Rietdijk 40aff3b912 python.pkgs.cryptography_vectors: move expression 2018-02-03 17:43:30 +01:00
Frederik Rietdijk 20d883917a python: pytest: 3.3.2 -> 3.4.0 2018-02-03 17:43:30 +01:00
Frederik Rietdijk ef93322407 python.pkgs.pyopenssl: move expression 2018-02-03 17:43:29 +01:00
Robert Helgesson cff5eec382
perl-CryptX: 0.055 -> 0.057 2018-02-03 17:06:13 +01:00
adisbladis c56b13a06f
Merge pull request #34496 from etu/php722
php: 7.2.1 -> 7.2.2, xdebug: 2.6.0beta1 -> 2.6.0
2018-02-03 22:32:42 +08:00
Jan Tojnar b994a6e6ff
phpPackages.php-cs-fixer: 2.10.0 → 2.10.2 2018-02-03 14:58:31 +01:00
Jörg Thalheim 401fd19bd6
Merge pull request #34539 from dtzWill/feature/retdec-smaller
retdec: split up, greatly reduce in size (by default)
2018-02-03 12:21:59 +00:00
Frederik Rietdijk fa71b1ab2f
Merge pull request #34079 from ixxie/oauthenticator
pythonPackages.oauthenticator & dependencies
2018-02-03 12:02:56 +00:00
Matan Shenhav ab4cd34077 pythonPackages.pytest-tornado: init at 0.4.5 2018-02-03 11:55:04 +00:00
Matan Shenhav e4718a81bf pythonPackages.oauthenticator: init at 0.7.2 2018-02-03 11:55:04 +00:00
Matan Shenhav e2487ba88d pythonPackages.mwoauth: init at 0.3.2 2018-02-03 11:55:04 +00:00
Matan Shenhav a67f4753ea pythonPackages.globus-sdk: init at 1.4.1 2018-02-03 11:55:04 +00:00
Michael Raskin 3753608dec
Merge pull request #34540 from razvan-panda/master
AntTweakBar: init at 1.16
2018-02-03 11:45:03 +00:00
Răzvan Flavius Panda 4a7ae5c6b7 AntTweakBar: init at 1.16 2018-02-03 13:31:10 +02:00
Elis Hirwing 52f68fec35
phpPackages.xdebug: 2.6.0beta1 -> 2.6.0, 2.5.0 -> 2.6.0 2018-02-03 11:14:55 +01:00
Vladimír Čunát dd57c63793
Merge branch 'staging'
There are some Darwin regressions and a mysterious Lisp issue,
but also a security update of curl...
2018-02-03 10:56:07 +01:00
Frederik Rietdijk 2564ea97c0
Merge pull request #33992 from lopsided98/buildbot-update
buildbot: 0.9.11 -> 0.9.15.post1
2018-02-03 09:05:16 +00:00
Richard Marko 305ed7e50b python-canopen: init at 0.5.1 2018-02-03 09:55:08 +01:00
Richard Marko 6c52f36468 python-canmatrix: init at 0.6 2018-02-03 09:55:08 +01:00
Nadrieril d1e2159638 serversyncstorage: move to python-modules 2018-02-03 09:52:15 +01:00
Nadrieril 5b2484ab86 syncserver: move to python-modules 2018-02-03 09:51:42 +01:00
Nadrieril 0c139e2186 tokenserver: move to python-modules 2018-02-03 09:51:42 +01:00
Nadrieril c8b6e1fa3c serversyncstorage: 1.5.13 -> 1.6.11 2018-02-03 09:51:42 +01:00
Nadrieril 757ec05d3b syncserver: 1.5.2 -> 1.6.0 2018-02-03 09:51:42 +01:00
Nadrieril 6f58503c1f tokenserver: 1.2.11 -> 1.2.27 2018-02-03 09:51:42 +01:00
Frederik Rietdijk 55e0f12761 Merge remote-tracking branch 'upstream/master' into HEAD 2018-02-03 09:48:42 +01:00
Matthias Beyer b99c86fde8 pythonPackages.vobject: 0.9.3 -> 0.9.5 2018-02-03 09:42:46 +01:00
Robert Helgesson 213ee4419e
perl-Cpanel-JSON-XS: 3.0237 -> 4.00 2018-02-03 09:41:41 +01:00
Frederik Rietdijk 54abfdc667 python.pkgs.rdflib: move expression 2018-02-03 09:35:36 +01:00
Frederik Rietdijk 274d4eaa00
Merge pull request #34493 from Gricad/udocker
udocker: init at 1.1.1
2018-02-03 08:07:35 +00:00
Frederik Rietdijk c2b84b27ec
Merge pull request #34528 from dotlambda/aiohttp
pythonPackages.aiohttp: 2.3.9 -> 2.3.10
2018-02-03 07:58:35 +00:00
Richard Marko 096a07f5e2 python-can: init at 2.0.0 2018-02-03 07:31:53 +01:00
Richard Marko da6b85be51 nixops-dns: init at 1.0 2018-02-03 07:28:28 +01:00
Tuomas Tynkkynen 10c8e6d0c5 Merge remote-tracking branch 'upstream/master' into staging 2018-02-03 02:50:21 +02:00
Bart Brouns 2e8d620f04 infamousPlugins: init at 0.2.03 2018-02-03 01:12:52 +01:00
Will Dietz 5a08309e8d retdec: separate "support", greatuly reduce size by default
Don't include PE signatures by default,
offer "full" variant containing them if desired.
2018-02-02 16:12:39 -06:00
Renato Alves 65ea5f8857
samtools_0_1_19: init at 0.1.19
samtools-1.5 already exists but some software requires the older version
2018-02-02 21:49:50 +01:00
Jörg Thalheim a4170403e6
Merge pull request #33897 from rnhmjoj/digits
Avoid package attributes starting with a digit
2018-02-02 19:30:23 +00:00
Markus Kowalewski d251a4b40b uhd: revert boost back standard version 2018-02-02 11:22:35 -08:00
Renato Alves 05889c52b9
RAxML: init at 8.2.11 (SSE3 & MPI)
This can potentially be extended to cover all the other compilation
targets. SSE3-PTHREADS and MPI being the most commonly used.
2018-02-02 18:31:40 +01:00
Robert Schütz b403a17db8 pythonPackages.idna-ssl: init at 1.0.0 2018-02-02 15:42:08 +01:00
Shea Levy 43f647e5b4
Merge branch 'dynamic-function-args' 2018-02-02 09:41:16 -05:00
Bruno Bzeznik b2cf8cff7d udocker: init at 1.1.1 2018-02-02 13:59:59 +01:00
Jörg Thalheim 2bd4820421
Merge pull request #33853 from tomberek/add_teleport
teleport: init at v2.4.0
2018-02-02 12:47:15 +00:00
Kranium Gikos Mendoza 35b8a406bb librarian-puppet-go: init at 0.3.9 2018-02-02 22:07:48 +11:00
Kevin Liu 93532b0d3a
looking-glass-client: init at a10 2018-02-02 01:46:00 +01:00
Jon Banafato c138308ec1
gnomeExtensions.clipboard-indicator: init at 30
Add the Clipboard Indicator GNOME Shell extension.
2018-02-02 00:26:49 +01:00
Jon Banafato d2e518c4c5
gnomeExtensions.icon-hider: init at 19
Add the Icon Hider GNOME Shell extension.
2018-02-02 00:16:11 +01:00
Jan Tojnar 01f07b2c72
pipewire: init at 0.1.8 2018-02-01 22:40:50 +01:00
Michael Raitza 44a4844744 openafs: Break into multiple packages with multiple outputs
Two packages:
- pkgs.linuxPackages.openafs (only kernel module)
- pkgs.openafs (client/server programs, manpages, docs)

Disable `ncurses` by default
- Only needed for debugging tools

Introduce but disable `tsmbac` by default
- IBM's on-site backup service called Tivoli Storage Manager Backup
  Client
- Make openafs ready to use tsmbac when supplied via local overlay
  (needs special patching)
- TSM is not in nixpkgs due to unclear/unfree licensing. (Binaries need
  to be modified to work with nixos)
2018-02-01 16:21:38 +01:00
Andreas Rammhold f92fd9554e
Merge pull request #34483 from andir/dovecot-cve-2017-15132
dovecot: fix CVE-2017-15132
2018-02-01 12:29:34 +00:00
Frederik Rietdijk 6aee1a81d2 python.pkgs.ptyprocess: move expression 2018-02-01 10:55:17 +01:00
adisbladis fab26c6c72
Merge pull request #34465 from steveeJ/steveej-attempt-qtile-bump-0.10.7
qtile: 0.10.4 -> 0.10.7
2018-02-01 17:35:39 +08:00
Frederik Rietdijk d30735f889
Merge pull request #34188 from dotlambda/home-assistant
home-assistant: init at 0.62.1
2018-02-01 08:44:48 +00:00
Vladimír Čunát 2fb4606f38
Merge branch 'master' into staging
Haskell rebuild.
Hydra: ?compare=1430378
2018-02-01 09:36:23 +01:00
adisbladis 1b0f730a73 pythonPackages.xcffib: 0.3.2 -> 0.5.1 2018-02-01 09:04:13 +01:00
Andreas Rammhold 4dd92c4466
dovecot_antispam: removed since upstream deprecated the package [1] and it fails to build anyway
[1] https://wiki2.dovecot.org/Plugins/Antispam
2018-02-01 04:51:07 +01:00
Shea Levy 943592f698
Add setFunctionArgs lib function.
Among other things, this will allow *2nix tools to output plain data
while still being composable with the traditional
callPackage/.override interfaces.
2018-01-31 14:02:19 -05:00
Guillaume Maudoux e565dd8f2c dafny: 1.9.8 -> 2.1.0 2018-01-31 13:52:43 +01:00
Tyson Whitehead fefa9ef756 top-level: Duplicate overlaying unless stdenvOverrides comes last
The stdenvOverrides overlay is used to bring packages forward during
bootstrapping via stdenv.overrides.  These packages have already had
the overlays applied to them in the previous boostrapping stage.  If
stdenvOverrides is not last in the overlays stack, all remaining
overlays will windup being applied again to these packages.

closes #34086
2018-01-31 00:16:27 -05:00
Vladimír Čunát c9171e5a4c
Merge branch 'master' into staging
Hydra: ?compare=1430035
2018-01-30 19:51:33 +01:00
Tim Steinbach 078fc69425
Merge pull request #33746 from NeQuissimus/docker_18_01
docker-edge: 17.12.0 -> 18.01.0
2018-01-30 14:06:19 +00:00
Gabriel Ebner 89d66b8419 pythonPackages.xdot: 0.7 -> 0.9 2018-01-30 14:20:55 +01:00
Tuomas Tynkkynen af38f1a5e7 seturgent: Move out from linuxPackages_*
It's not a kernel module at all!
2018-01-30 13:11:58 +02:00
Tuomas Tynkkynen ab5357b80d eternal-terminal: init at 4.1.2 2018-01-30 13:01:58 +02:00
Robert Schütz 5bf6d94473 home-assistant: init at 0.62.1 2018-01-30 11:23:24 +01:00
Robert Schütz 9d392684c2 pythonPackages.pytest-aiohttp: init at 0.3.0 2018-01-30 11:01:05 +01:00
Florian Klink ab02f5400e astral: init at 1.4 2018-01-30 11:01:05 +01:00
Stefan Frijters 6c744fc93d pyprof2calltree: init at 1.4.3 (#34379) 2018-01-30 09:09:36 +00:00
Daniel Peebles bf9eb10c04
Merge pull request #34398 from joncojonathan/keepass_mono54
keepass: change from mono40 to mono54
2018-01-29 16:42:44 -05:00
joncojonathan 609a86bbc3 keepass: change from mono40 to mono54
Issue #31859 (https://github.com/NixOS/nixpkgs/issues/31859) highlighted TLSv1.1 / TLSv1.2
support isn't available with older versions of Mono 4.  This change moves to use Mono 5.4.  Tested as working with Keepass v2.38 for which PR https://github.com/NixOS/nixpkgs/pull/34360 is already open.
2018-01-29 20:55:49 +00:00
Robert Helgesson 1066663653
perlPackages: bump some package versions
- Crypt-JWT: 0.018 -> 0.019
- DBIx-Class: 0.082840 -> 0.082841
- Getopt-Long-Descriptive: 0.100 -> 0.101
- SQL-Abstract: 1.81 -> 1.85
2018-01-29 21:47:07 +01:00
Pierre-Etienne Meunier 4b0000a1de Pyrseas: init at 0.8.0 (#34225)
* Pyrseas: init at 0.8.0

Pyrseas is a declarative tool for managing PostgreSQL schemas.

* Replacing python27Packages with python2Packages

* Explaining why the tests are disabled

* Pyrseas: updating after review
2018-01-29 17:17:04 +00:00
Tim Steinbach 9b7c2371f7
Fix kernelPackages for 4.15 2018-01-29 11:55:14 -05:00
Tim Steinbach 61043ad4d1
linux: Add 4.15 2018-01-29 11:52:50 -05:00
Frederik Rietdijk 4d9b5ede18
Merge pull request #33862 from dotlambda/pyhomematic
python3Packages.pyhomematic: init at 0.1.38
2018-01-29 16:52:32 +00:00
Frederik Rietdijk 1716bf7498
Merge pull request #34382 from teto/pulp
pulp: init at 1.6.0
2018-01-29 16:51:27 +00:00
Matthieu Coudron 04b45828c6 pulp: init at 1.6.0
A python Linear Programming API.
2018-01-30 08:56:09 +09:00
Robert Schütz 762b1bbcbd python3Packages.pyhomematic: init at 0.1.38 2018-01-29 15:47:57 +01:00
Frederik Rietdijk 79575ee9e1
Merge pull request #34278 from dotlambda/colorlog
pythonPackages.colorlog: 2.6.1 -> 3.1.0
2018-01-29 14:11:27 +00:00
Andreas Rammhold bc59ebd30e
Merge pull request #34322 from dotlambda/hbmqtt
pythonPackages.hbmqtt: init at 0.9.1
2018-01-29 11:51:06 +00:00
Moritz Ulrich f8c4ccd89b
ws: Init at 0.2.1 2018-01-29 10:23:07 +01:00
Jan Tojnar 47d0a11a60
Merge pull request #32016 from jtojnar/syncthing-gtk
syncthing-gtk: 0.9.2.3 → 0.9.2.7
2018-01-29 01:33:19 +01:00
Franz Pletz 4bb42d0561
Merge pull request #34235 from dtzWill/feature/ipvsadm
ipvsadm: init at 1.29
2018-01-28 22:41:35 +00:00
Franz Pletz 2b49df1741
Merge pull request #34344 from lheckemann/pmidi
pmidi: init at 1.7.1
2018-01-28 22:38:43 +00:00
Graham Christensen e2a54266c4
openssh: Build with Kerberos by default
This reverts commit 09696e32c390c232ec7ac506df6457fb93c1f536.
which reverted f596aa0f4a
to move it to staging
2018-01-28 16:36:01 -05:00
Graham Christensen 15a4977409
Revert "openssh: Build with Kerberos by default"
This reverts commit a232dd66ee.

Moving to staging
2018-01-28 16:36:01 -05:00
Aneesh Agrawal 716d1612af
openssh: Build with Kerberos by default
This can be disabled with the `withKerberos` flag if desired.
Make the relevant assertions lazy,
so that if an overlay is used to set kerberos to null,
a later override can explicitly set `withKerberos` to false.

Don't build with GSSAPI by default;
the patchset is large and a bit hairy,
and it is reasonable to follow upstream who has not merged it
in not enabling it by default.
2018-01-28 16:36:00 -05:00
Graham Christensen f596aa0f4a
Revert "openssh: Build with Kerberos by default"
This reverts commit a232dd66ee.

Moving to staging
2018-01-28 16:32:52 -05:00
Aneesh Agrawal a232dd66ee
openssh: Build with Kerberos by default
This can be disabled with the `withKerberos` flag if desired.
Make the relevant assertions lazy,
so that if an overlay is used to set kerberos to null,
a later override can explicitly set `withKerberos` to false.

Don't build with GSSAPI by default;
the patchset is large and a bit hairy,
and it is reasonable to follow upstream who has not merged it
in not enabling it by default.
2018-01-28 16:30:46 -05:00
Franz Pletz f8968a2a79
libstemmer: init at 2017-03-02 2018-01-28 18:52:26 +01:00
Franz Pletz c13ff49c4c
kea: 1.2.0 -> 1.3.0 2018-01-28 18:52:22 +01:00
Franz Pletz 9c6a17c524
uhd: fix build due to boost upgrade 2018-01-28 18:52:21 +01:00
rnhmjoj 05cb4dca11 monero-gui: init at 0.11.1.0 2018-01-28 10:17:36 -05:00
rnhmjoj 3979a20d74 monero: build libmonero-wallet 2018-01-28 10:17:36 -05:00
Michael Raskin e305380f0c
Merge pull request #34356 from dezgeg/mdadm4
mdadm: Make 4.0 the default
2018-01-28 14:43:07 +00:00
adisbladis 19c87f87fb
Merge pull request #33882 from tilpner/goxel-init
goxel: init at 0.7.2
2018-01-28 22:32:59 +08:00
adisbladis 7b5d9a2938
Merge pull request #29558 from teto/fctix_xkeyboard
[RDY] fcitx: fix keyboard not found
2018-01-28 22:19:16 +08:00
Matthieu Coudron bef69925e3 fcitx-libpinyin: 0.3.93 -> 0.5.3
Previously optional dependencies are now made mandatory like qtwebbrowser.dev .
In order to find these libraries, I used libsForQt5.callPackage.
2018-01-29 02:06:01 +09:00
Graham Christensen 140f0a802c
Merge pull request #34096 from scode/scode/flameshot
flameshot: init at 0.5.0
2018-01-28 07:44:12 -05:00
Sarah Brofeldt db00d2ea38
Merge pull request #34334 from unode/muscle
muscle: init at 3.8.31
2018-01-28 12:41:28 +01:00
Renato Alves b22e4976cb
muscle: init at 3.8.31 2018-01-28 12:32:46 +01:00
Tuomas Tynkkynen 2f39b19535 mdadm: Make 4.0 the default
4.0 has been out for a year without another upstream release, so
presumably 4.x's quite stable enough (and already in Arch & Debian
Buster for instance).
2018-01-28 13:31:50 +02:00
Markus Kowalewski ec6e7c6eeb
octopus: init at 7.2 2018-01-27 16:23:04 -08:00
adisbladis 41af33a039
mypy: 0.540 -> 0.560 2018-01-28 06:51:33 +08:00
Linus Heckemann 5ba11ca00e pmidi: init at 1.7.1 2018-01-27 22:24:58 +00:00
Franz Pletz 366136806b
hyx: init at 0.1.4 2018-01-27 22:59:19 +01:00
Michael Raskin 96be241536
Merge pull request #33070 from lheckemann/vdrift-fix
vdrift: fix build, allow parallel building
2018-01-27 21:54:52 +00:00
Tuomas Tynkkynen c3a658deb1 Merge remote-tracking branch 'upstream/master' into staging 2018-01-27 21:53:16 +02:00
Alexey Shmalko 38fbc93f46
Merge pull request #34156 from arcadio/star
star: init at 2.5.3a
2018-01-27 17:02:16 +02:00
Robert Schütz f2a5b2fd65 pythonPackages.hbmqtt: init at 0.9.1 2018-01-27 11:42:20 +01:00
Robert Schütz 2474e6e212 pythonPackages.transitions: init at 0.6.4 2018-01-27 11:42:13 +01:00
Vladimír Čunát 2d2dbe083f
Merge branch 'master' into staging
Hydra: ?compare=1429281
2018-01-27 09:14:22 +01:00
Vladimír Čunát ef60e41145
cmake: bring back 3.9 for Darwin bootstrap
Broken by ba6e0ae33df36; see e.g. https://hydra.nixos.org/build/68223628
2018-01-27 09:11:37 +01:00
John Ericson 16a50f5a07 lib: Remove examples platforms' bigEndian attr
They still have `parsed.cpu.significantByte` which has the same info.
2018-01-26 21:22:00 -05:00
Sarah Brofeldt 7f1c5a124c
Merge pull request #34093 from markuskowa/rdma-core-pr
rdma-core: init at 16.1
2018-01-27 02:17:10 +01:00
Graham Christensen b5dbc83b9c
Merge pull request #34299 from fgaz/meme
meme: init at 2017-09-10
2018-01-26 19:47:53 -05:00
Ben Wolsieffer 7c609d76b1 buildbot: make buildbot-pkg a real package, and add it as a build input of buildbot 2018-01-26 19:41:27 -05:00
Franz Pletz ed8e98f653
Merge pull request #34304 from mayflower/add-postfix-dovecot-exporters
add prometheus-{postfix,dovecot}-exporter
2018-01-26 23:11:07 +00:00
Francesco Gazzetta 056e74dd78 meme: init at 2017-09-10 2018-01-26 22:38:02 +00:00
Luke Adams 09fa345f20 sambaMaster: init at 4.8_2017-12-25 2018-01-26 22:37:17 +01:00
Luke Adams 710928cdd8 samba: remove comment 2018-01-26 22:37:17 +01:00
John Ericson 71f814a889 lib, glibc: Get rid of withTLS
glibc removed the underlying flag in 2011 in
83cd14204559abbb52635006832eaf4d2f42514a [1].

This gets us one step closer to fixing #34274: the cross stdenv for
aarch64-unknown-linux-gnu at least evals now.

Thanks to @Dezgeg for doing all the research for this.

[1]: https://sourceware.org/git/?p=glibc.git;a=commit;h=83cd14204559abbb52635006832eaf4d2f42514a
2018-01-26 23:29:06 +02:00
Francesco Gazzetta 314fb3d60a twemoji-color-font: init at 1.3 2018-01-26 20:09:27 +00:00
Linus Heckemann 49d4e6c018 otter-browser: use qt5.callPackage, fix licence 2018-01-26 19:52:34 +00:00
WilliButz 2f237868ab
prometheus-postfix-exporter: init at 2017-06-01 2018-01-26 20:07:01 +01:00
WilliButz a7a9653b06
prometheus-dovecot-exporter: init at 2018-01-18 2018-01-26 20:06:35 +01:00
Peter Simons 2ef24476f5 hledger-ui: create a top-level name for this Haskell executable 2018-01-26 19:42:04 +01:00
Francesco Gazzetta fd7acb9218 duktape: init at 2.2.0 2018-01-26 15:33:38 +00:00
Robert Schütz 9d196ef641 pythonPackages.colorlog: 2.6.1 -> 3.1.2 2018-01-26 13:27:59 +01:00
Peter Simons a45dfaa335 Drop broken Haskell compilers.
- ghc versions 6.10.4, 6.12.3, and 7.2.2 are broken, and 6.10.2-binary is no
   longer necessary after those versions have been dropped

 - halvm version 2.4.0 hasn't compiled in a long time

 - uhc version 1.1.9.4 hasn't compiled in a long time
2018-01-26 13:01:11 +01:00
Pierre-Etienne Meunier 6fbaa05dd1 Carnix 0.6 (#34238) 2018-01-26 10:53:18 +00:00
Jan Tojnar b02bf83a52
syncthing-gtk: clean up 2018-01-26 06:37:02 +01:00
Jan Tojnar 0bbde0f026
pythonPackages.syncthing-gtk: move to pkgs/applications/networking 2018-01-26 06:13:44 +01:00
Robert Schütz 1aa3efba39 you-get: 0.4.390 -> 0.4.1011 2018-01-26 04:05:32 +01:00
Linus Heckemann ed5064c6c5 otter-browser: init at 0.9.94 2018-01-25 23:39:22 +00:00