Marek Mahut
7b466774e9
Merge pull request #78896 from drewrisinger/dr-pr-lib-scs
...
lib.science.math.scs: 2.0.2 -> 2.1.1
2020-01-31 23:06:39 +01:00
Marek Mahut
fcd46443df
Merge pull request #78800 from yurrriq/update-scc
...
scc: 2.10.1 -> 2.11.0
2020-01-31 23:03:05 +01:00
Marek Mahut
25b0834b3d
Merge pull request #78888 from r-ryantm/auto-update/vnstat
...
vnstat: 2.4 -> 2.6
2020-01-31 23:02:44 +01:00
zowoq
eaea88814f
buildah: 1.13.1 -> 1.13.2
...
https://github.com/containers/buildah/blob/v1.13.2/CHANGELOG.md#v1132-2020-01-29
2020-02-01 07:44:44 +10:00
Daiderd Jordan
9078ca6c01
Merge pull request #78820 from kirelagin/macos-gettext-warn
...
gettext: Add macOS warning patch
2020-01-31 22:34:43 +01:00
Daiderd Jordan
6f38c93e3c
Merge pull request #77632 from LnL7/darwin-macos-version-min
...
stdenv: make darwin builds reproducable
2020-01-31 22:34:20 +01:00
Peter Simons
f206eea2cf
ghc-8.10.x: add a bunch of jailbreaks to fix builds
2020-01-31 22:13:06 +01:00
Drew Risinger
c13bf84d45
libraries.science.math.scs: 2.0.2 -> 2.1.1
2020-01-31 16:05:05 -05:00
Drew Risinger
74a0d4dc3c
python3Packages.cirq: init at 0.6.1
...
Add Google's Cirq package.
Uses: Quantum information science.
2020-01-31 16:02:21 -05:00
Daiderd Jordan
68513e4071
cmake: move CMAKE_OSX_ARCHITECTURES out of the stdenv
...
This was initially introduced in 92188d9d1751892ddbf8913da73dfc150d18fadb,
not clear how relevant this still is but i686 isn't supported anymore so
disable it explicitly.
2020-01-31 21:52:13 +01:00
Daiderd Jordan
b984c227d2
cmake: remove CMAKE_OSX_DEPLOYMENT_TARGET overrides
...
We _do_ want minimum versions in our packages.
2020-01-31 21:52:12 +01:00
Daiderd Jordan
9b579843d4
treewide: use stdenv.macosVersionMin
2020-01-31 21:52:12 +01:00
Daiderd Jordan
6567823996
stdenv: introduce appleSdkVersion and macosVersionMin
2020-01-31 21:52:11 +01:00
Daiderd Jordan
a826b49c97
stdenv: make darwin builds reproducable
...
Fixes #21629
Passing these extra linker flags removes both the semi-random uuid
included in most binaries as well as making the sdk version consistent
instead of based on the current os version.
Load command 8
cmd LC_UUID
cmdsize 24
uuid 70FAF921-5DC8-371C-B814-4F121FADFDF4
Load command 9
cmd LC_VERSION_MIN_MACOSX
cmdsize 16
version 10.12
sdk 10.13
The -macosx_version_min flag isn't strictly necessary since that's
already handled by MACOSX_DEPLOYMENT_TARGET.
2020-01-31 21:52:07 +01:00
Kirill Elagin
c0d1f26d42
gettext: Remove the rebuild optimisation hack
2020-01-31 15:49:26 -05:00
Peter Simons
bf4169178e
Merge pull request #78906 from NixOS/haskell-updates
...
Update Haskell package set to LTS 14.22 (plus other fixes)
2020-01-31 21:40:50 +01:00
Peter Simons
a7712a1a31
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.0-16-g2971916 from Hackage revision
d77d0f7de2
.
2020-01-31 21:39:55 +01:00
Peter Simons
5e90d04ee7
haskell-bustle: simplify the override now that those changes are in cabal2nix
...
Might be of interest to @jtojnar.
2020-01-31 21:38:10 +01:00
Silvan Mosberger
0a351c3f65
dockerTools.*: Assertion against building for Darwin ( #77952 )
...
dockerTools.*: Assertion against building for Darwin
2020-01-31 21:17:40 +01:00
Peter Simons
6d068993b5
haskell-relude-6.0.0.0 does not pass its doctest suite
2020-01-31 21:05:56 +01:00
Peter Simons
6516c12dbe
haskell-policeman: add overrides to provide newer versions of dependencies
2020-01-31 21:05:56 +01:00
Silvan Mosberger
8d4509e34d
haskell generic-builder: Fix package conf handling
...
Previously the package conf files were handled without paying attention
to the fact that it's pretty-printed output. One problem was discovered
with GHC 8.8.1 on Darwin, where the dynamic-library-dirs first field
seems to have increased in length, meaning while before it was
dynamic-library-dirs: some-small-directory-name
some-more-directories
Now it is
dynamic-library-dirs:
some-larger-directory-name
some-more-directories
Which breaks the code installed for https://github.com/NixOS/nixpkgs/pull/25537 ,
because that assumed the former format, resulting in the reoccurence of
the bug in https://github.com/NixOS/nixpkgs/issues/22810 , see
https://github.com/Infinisil/all-hies/issues/43
This commit fixes this by "unprettyfying" the package conf files before
processing them.
Closes https://github.com/NixOS/nixpkgs/pull/78738 .
2020-01-31 21:05:56 +01:00
Peter Simons
2b10aed0d7
ghc-8.8.x: update version overrides for microlens packages
2020-01-31 21:05:56 +01:00
Gabor Greif
6bedeceb8a
ghc: update 8.10.1 pre-release to announced rc1
...
https://mail.haskell.org/pipermail/ghc-devs/2020-January/018530.html
The version previously fetched was `8.10.0.20200108`.
2020-01-31 21:05:55 +01:00
Peter Simons
135cc0c58d
haskell-cabal-plan: update overrides for new version of base-compat
2020-01-31 21:05:55 +01:00
Jan Tojnar
4141619331
haskellPackages.bustle: fix building on Hydra
...
Bustle is proclaiming OtherLicense even though the code is licensed under LGPL 2.1+. This causes cabal2nix to set hydraPlatforms = stdenv.lib.platforms.none in hackage-packages.nix for the package.
Lets let's unset the attribute and fix the license.
2020-01-31 21:05:55 +01:00
Jan Tojnar
3430ded6c8
haskellPackages.bustle: clean up with lib.pipe
2020-01-31 21:05:55 +01:00
Peter Simons
8e8b8a5b6c
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.0-14-gb942b6a from Hackage revision
5556d14668
.
2020-01-31 21:05:44 +01:00
Peter Simons
78d58f61c5
hackage2nix: update list of broken packages
2020-01-31 21:05:39 +01:00
Peter Simons
3b5f3d1cb1
LTS Haskell 14.22
2020-01-31 21:05:38 +01:00
worldofpeace
aeec2e7a3a
Merge pull request #78949 from kjuvi/ephemeral
...
ephemeral: 6.1.1 -> 6.2.0
2020-01-31 14:42:28 -05:00
Julien Moutinho
1a1e5f7be5
nsd: use types.lines where appropriate
2020-01-31 20:40:48 +01:00
worldofpeace
51b95565a6
Merge pull request #78713 from vcunat/p/linux_5_4-default
...
linuxPackages: 4.19 -> 5.4
2020-01-31 14:32:10 -05:00
Peter Simons
ced62b07ba
Merge pull request #78955 from ijaketak/dhall-json_1_6_1
...
haskellPackages.dhall-json_1_6_1: prettyprinter_1_6_0
2020-01-31 20:30:30 +01:00
Aaron Andersen
bf348f07d7
Merge pull request #78902 from aanderse/duo-unix
...
nixos/duosec: fix configuration issue with "groups" option
2020-01-31 14:19:54 -05:00
Tom Hall
eb0c48b1c2
mynewt-newt: patch to fix failure running upgrade on mcuboot
2020-01-31 17:58:05 +00:00
Tom Hall
9a205f8ab6
mynewt-newt: 1.3.0 -> 1.7.0, use buildGoModule
2020-01-31 17:58:05 +00:00
José Romildo Malaquias
b8a86eb5cb
canta-theme: init at 2020-01-31
2020-01-31 14:51:27 -03:00
Marek Mahut
aada254bc8
Merge pull request #78948 from mmahut/vegeta
...
vegeta: init at 12.7.0
2020-01-31 18:30:47 +01:00
Mario Rodas
ce1ad7654b
endlessh: 1.0 -> 1.1
...
https://github.com/skeeto/endlessh/releases/tag/1.1
2020-01-31 12:00:00 -05:00
R. RyanTM
ac1b7a2528
ansifilter: 2.15 -> 2.16
2020-01-31 16:55:09 +00:00
Ryan Mulligan
1144ee5538
Merge pull request #78946 from r-ryantm/auto-update/krohnkite
...
krohnkite: 0.5 -> 0.6
2020-01-31 07:47:54 -08:00
Peter Simons
05620d62dc
maude: update from version 2.7.1 to 3.0 (including full-maude)
2020-01-31 16:25:40 +01:00
Aaron Andersen
28bedc5f11
nixos/ldap: add CAP_SYS_RESOURCE capability to nslcd service
2020-01-31 10:12:41 -05:00
Maximilian Bosch
b7b7fdae78
Merge pull request #78804 from evanjs/cargo-geiger/0.9.1
...
cargo-geiger: 0.9.0 -> 0.9.1
2020-01-31 16:01:23 +01:00
Vladimír Čunát
bba954f34e
nixos release notes: document linuxPackages update
2020-01-31 15:58:46 +01:00
Aaron Andersen
90c96ec31d
nixos/ldap: remove redundant configuration options
2020-01-31 09:55:33 -05:00
Christian Kampka
032fddf103
drone-cli: 1.2.0 -> 1.2.1
2020-01-31 15:43:37 +01:00
Benjamin
5d2a7238df
nixos/jupyter: Fix documentation example for jupyter.kernels
( #56415 )
...
* Fix documentation example for `jupyter.kernels`
The environment variable loading fails when using the example for `kernels` config, due to incorrect syntax. The error being something along the lines of `path not found`.
Thanks to @Infinisil and @layus for suggestions.
2020-01-31 15:30:02 +01:00
Vladimír Čunát
02bf0557c0
nixos/kresd: add .instances option
2020-01-31 15:22:52 +01:00