Commit Graph
190960 Commits
Author SHA1 Message Date
William Casarin 8d6cb26e41 all-packages: add blockchains section
Signed-off-by: William Casarin <jb55@jb55.com>
2019-08-29 05:06:05 -07:00
William Casarin 72682e4654 tree: rename altcoins to blockchains
Signed-off-by: William Casarin <jb55@jb55.com>
2019-08-29 05:01:42 -07:00
worldofpeaceandGitHub 58fd72f3e9 Merge pull request #67490 from kisik21/master
libargon2: fixed cross-compilation
2019-08-28 13:02:05 -04:00
Silvan MosbergerandGitHub 6233291d95 Merge pull request #64738 from rnhmjoj/magnetico
magnetico: init package and service
2019-08-28 18:39:21 +02:00
Silvan MosbergerandGitHub fb7611a496 Merge pull request #65661 from davidak/containers
nixos-containers: add TimeoutStartSec option
2019-08-28 18:37:30 +02:00
Vika 06073ae7df libargon2: fixed cross-compilation
Makefile had a hardcoded unprefixed ar. I wrote a patch (sending it
upstream) and added an optional make flag to override it in case we're
cross-compiling.

Unfortunately, this causes a rebuild of native packages.

This commit also fixes the pkg-config file to be generated correctly,
patch was provided by @worldofpeace.
2019-08-28 19:35:19 +03:00
Peter SimonsandGitHub 47391ab53b Merge pull request #67635 from NixOS/haskell-updates
LTS Haskell 14.3, cabal-install 3.0.0.0, ghc-8.8.1 fixes
2019-08-28 18:04:18 +02:00
Peter Simons 38a581902e hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.4-7-ga804c35 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/222d2ffb871617615c537b4f6fefcefc3d338e7a.
2019-08-28 15:52:04 +00:00
Peter Simons 995d0782f5 configuration-ghc-8.8.x.nix: cosmetic 2019-08-28 15:50:33 +00:00
Peter Simons 2e08ac73ca cabal-install: override native Cabal version on older compilers 2019-08-28 15:50:33 +00:00
Peter Simons 374a39e598 cabal-install: jailbreak build for ghc 8.8.x 2019-08-28 15:50:33 +00:00
Peter Simons a9dd9c7c2f haskell-resolv: add overrides for older compilers 2019-08-28 15:50:33 +00:00
Peter Simons 5137dc389a haskell-HTTP: drop obsolete patches for ghc 8.8.x 2019-08-28 15:50:33 +00:00
Peter Simons 7304dc1479 haskell-regex-base: jailbreak build for ghc 8.8.x 2019-08-28 15:50:33 +00:00
Peter Simons e2dfa9f721 haskell-QuickCheck: drop obsolete patches for ghc 8.8.x 2019-08-28 15:50:33 +00:00
Peter Simons 9d4300b4b2 haskell-resolv: drop obsolete patches for ghc 8.8.x 2019-08-28 15:50:33 +00:00
Peter Simons 83bc9776ca cabal-install: version 3.x is out officially 2019-08-28 15:50:33 +00:00
Peter Simons 0fc727c3e1 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.4-7-ga804c35 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/f3caaa39bd8e093c5142acad87b17c51fb7a207d.
2019-08-28 15:50:33 +00:00
Peter Simons 1b8e14b38d hackage2nix: keep resolv-0.1.1.2 around for ghc versions prior to 8.8.x 2019-08-28 15:50:32 +00:00
Peter Simons 034dcc2ab8 hackage2nix: disable builds depended on broken packages that break evaluation on Hydra 2019-08-28 15:50:32 +00:00
Andreas RammholdandGitHub ec3271cc15 Merge pull request #67623 from tokudan/patch-1
dovecot: 2.3.7.1 -> 2.3.7.2 (CVE-2019-11500)
2019-08-28 17:49:36 +02:00
Mario RodasandPeter Simons ecea5f4728 hackage2nix: unbreak dhall-json build 2019-08-28 15:47:05 +00:00
Mario RodasandPeter Simons 4792a6db4c haskell-dhall-json: disable broken test suite to fix the build 2019-08-28 15:47:05 +00:00
Peter Simons 30a31cc908 hackage2nix: keep ghc-lib-parser-8.8.0.20190723 until hlint updates its dependencies 2019-08-28 15:47:04 +00:00
Peter Simons c9c2aed2ac LTS Haskell 14.3 2019-08-28 15:47:04 +00:00
Matthew BauerandGitHub b8f9e09ad1 Merge pull request #67260 from pstch/fix/xsession-allow-session-choice
nixos/x11: provide selected session to custom session
2019-08-28 11:07:19 -04:00
Hugo Geoffroy a23798e478 nixos/x11: provide selected session to custom session
The custom session script is always executed (when it exists). This change
passes the selected session script and select session name to the custom session
script, so that it can defer to the selected session script based on the value
of the selected session name.
2019-08-28 16:58:12 +02:00
Ben WolsiefferandDmitry Kalinkin b6d906732c aggregateModules: use stdenvNoCC instead of stdenv (#67579) 2019-08-28 09:48:48 -04:00
Daniel FrankandGitHub d7582c994d dovecot: 2.3.7.1 -> 2.3.7.2 (CVE-2019-11500) 2019-08-28 15:01:36 +02:00
worldofpeaceandGitHub 4ae9d16c07 Merge pull request #67614 from alexarice/evtest-fix
evtest-qt: use qt5's mkDerivation
2019-08-28 09:00:00 -04:00
Alex Riceandworldofpeace fe213736e9 evtest-qt: use qt5's mkDerivation
See #65399
2019-08-28 08:59:08 -04:00
davidak eba686ddfa nixos-containers: add TimeoutStartSec option
Default is now 1m instead of global default of 15sec. It is also
configurable.

Fixes issue where start of many containers (40+) fail
https://github.com/NixOS/nixpkgs/issues/65001
2019-08-28 14:54:51 +02:00
José Romildo MalaquiasandGitHub be075ed348 Merge pull request #67586 from romildo/upd.efl
enlightenment.efl: 1.22.2 -> 1.22.3
2019-08-28 09:35:41 -03:00
adisbladisandGitHub eb0189c1dc Merge pull request #67402 from stigtsp/package/ripasso-cursive-unstable
ripasso-cursive: init unstable at 2019-08-27
2019-08-28 14:25:02 +02:00
rnhmjoj ea40c66bf5 nixos/magnetico: add test 2019-08-28 14:19:24 +02:00
rnhmjoj 182830f542 nixos/magnetico: init service 2019-08-28 14:19:24 +02:00
Graham ChristensenandGitHub 45b4ab4a58 Merge pull request #67609 from dywedir/kanshi
kanshi: 2019-02-02 -> 1.0.0
2019-08-28 08:00:23 -04:00
Chris Rendle-ShortandMatthieu Coudron 75214a9c8b qt5ct: fix missing app icon and name when running under Wayland
Patch has been upstreamed (https://sourceforge.net/p/qt5ct/code/549/)
and will be removed in the future.
2019-08-28 20:05:39 +09:00
Luka BlaskovicandMatthieu Coudron 4d11f5dabd ljsyscall: init at 20180515 2019-08-28 19:58:14 +09:00
Linus HeckemannandGitHub 5e2f89bbce Merge pull request #67394 from Ma27/drop-keys.target-dependency
nixos/treewide: drop dependencies to `keys.target`
2019-08-28 12:01:22 +02:00
Stig Palmquist 2d36aa63fd ripasso-cursive: init unstable at 2019-08-27 2019-08-28 11:56:04 +02:00
Michael FellingerandWilliButz 07054b42d8 wayback_machine_downloader: init at 2.2.1 (#67533)
* wayback_machine_downloader: init at 2.2.1
* Fix description
2019-08-28 11:37:54 +02:00
WilliButzandGitHub a377286c8f Merge pull request #67590 from basvandijk/thanos-0.6.1
thanos: 0.6.0 -> 0.6.1
2019-08-28 11:29:58 +02:00
Peter HoegandGitHub 73701a7a05 Merge pull request #67487 from dasJ/suspend-then-hibernate
nixos/systemd: Add suspend-then-hibernate units
2019-08-28 17:29:17 +08:00
Vladyslav M 83bac3d974 kanshi: 2019-02-02 -> 1.0.0 2019-08-28 11:44:57 +03:00
Marek MahutandGitHub a35400ffa2 Merge pull request #67599 from marsam/update-cadvisor
cadvisor: 0.33.1 -> 0.34.0
2019-08-28 10:08:47 +02:00
Marek MahutandGitHub aa92ed25c6 Merge pull request #67602 from marsam/update-wtf
wtf: 0.19.1 -> 0.20.0
2019-08-28 10:03:38 +02:00
Manuel MendezandDanylo Hlynskyi 0ecbc63bf0 zoom-us: 2.9.265650.0716 -> 3.0.285090.0826 (#67588) 2019-08-28 11:01:23 +03:00
Vincent LaporteandVincent Laporte f7387ad383 ocamlPackages.utop: 2.3.0 -> 2.4.1
ocamlPackages.zed: 1.6 -> 2.0.3

ocamlPackages.lambdaTerm: 1.13 -> 2.0.2
2019-08-28 06:36:57 +00:00
Vincent LaporteandVincent Laporte a86fe43558 ocamlPackages.lambdaTerm: remove at 1.6 2019-08-28 06:36:57 +00:00