1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00
Commit graph

33596 commits

Author SHA1 Message Date
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
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
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
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
Samuel Leathers efdb0983da
Merge pull request #34199 from arcadio/kallisto
kallisto: init at 0.43.1
2018-01-24 20:43:24 -07:00
Jan Tojnar 9b245b565e
Merge pull request #34185 from jonafato/gnome-shell-extension-pixel-saver
gnome-shell-extension-pixel-saver: init at 1.10
2018-01-24 20:22:16 +01:00
Will Dietz f9238bf19f ipvsadm: init at 1.29
Fixes #34226.
2018-01-24 10:43:32 -06:00
Arcadio Rubio García a7333e9ced kallisto: init at 0.43.1 2018-01-24 16:16:46 +00:00
Arcadio Rubio García 72d675b23c star: init at 2.5.3a 2018-01-24 16:07:15 +00:00
Frederik Rietdijk e9794d5a38 python.pkgs.backports_ssl_match_hostname: set to null conditionally 2018-01-24 14:18:19 +01:00
Frederik Rietdijk 769342b37b Merge remote-tracking branch 'upstream/master' into HEAD 2018-01-24 14:17:49 +01:00
Frederik Rietdijk 25e3e2d69d
Merge pull request #33626 from thanegill/rxpy-init
pythonPackages.rx: init at 1.6.0
2018-01-24 08:27:15 +01:00
Jon Banafato d48e704e38 gnome-shell-extension-pixel-saver: init at 1.10 2018-01-23 21:17:19 -05:00
Jan Tojnar c7dc968721
Merge pull request #34186 from jonafato/gnome-shell-extension-nohotcorner
gnome-shell-extension-nohotcorner: init at 16.0
2018-01-23 23:18:01 +01:00
Robert Helgesson c73a140573
perl-Log-Any: 1.704 -> 1.705 2018-01-23 20:36:19 +01:00
Thane Gill df43f58dc6 pythonPackages.rx: init at 1.6.0 2018-01-23 10:03:17 -08:00
Frederik Rietdijk baaf8fd2b8
Merge pull request #33495 from magnetophon/faust2
faust2: 2.1.0 -> 2.5.10
2018-01-23 17:56:42 +01:00
Frederik Rietdijk 8510550b77
Merge pull request #34169 from Infinisil/add/almonds
almonds: init at 2015-12-27
2018-01-23 17:37:54 +01:00
Silvan Mosberger 8e8a259df4
almonds: init at 2015-12-27 2018-01-23 14:16:28 +01:00
Jon Banafato 6e862fb43b gnome-shell-extension-nohotcorner: init at 16.0 2018-01-23 00:48:27 -05:00
adisbladis 62c52955fc
Merge pull request #33863 from adisbladis/tsclient-qt59
teamspeak_client: Re-link with qt 5.9
2018-01-23 09:31:20 +08:00
Ben Gamari 0235539dfe po4a: Docbook dependencies are nativeBuildInputs 2018-01-22 20:25:43 -05:00
Bart Brouns ad566a0c57 faust2: 2.1.0 -> 2.5.10 2018-01-23 00:42:37 +01:00
Michael Raskin beb70f1370
Merge pull request #34107 from mnacamura/cdda-darwin
cataclysm-dda{,-git}: build on Darwin
2018-01-22 22:47:25 +00:00
John Ericson ec0c4802ae
Merge pull request #26799 from obsidiansystems/cross-haskell
haskell infra: Fix cross compilation to work with new system
2018-01-22 15:31:19 -05:00
Ertugrul Söylemez cf3ada04a7
perlPackages.MailPOP3Client: init at 2.19 2018-01-22 21:17:19 +01:00
Jörg Thalheim ebd2a8b165
Merge pull request #34100 from jokogr/pkg/xmonad-log
xmonad-log: init at 0.1.0
2018-01-22 19:15:32 +00:00
John Ericson 13739e6b9e release-cross: Try building on Windows too 2018-01-22 11:29:15 -05:00
Frederik Rietdijk 4c88132d25 Merge commit 'a0f8e3a' into HEAD 2018-01-22 16:08:37 +01:00
Vladimír Čunát 246ba46db7
Merge older staging (finished on Hydra)
https://hydra.nixos.org/eval/1427837?filter=&compare=1427817
Fixes #34087.
2018-01-22 08:54:37 +01:00
John Ericson b612597c3d release-cross: Add a test for Haskell on Raspberry Pi and "Android"
Hello World with ghcHEAD. ghc822 to come after some patches.

Android will be turned into real Android...later.
2018-01-21 23:31:04 -05:00