Dennis Gosnell
0127170fed
Merge pull request #108780 from cideM/unbreak-co-log
...
co-log, chronos: unmarkBroken by disabling tests for chronos
2021-01-09 23:27:08 +09:00
Florian Beeres
39476955ed
co-log, chronos: unmarkBroken
...
co-log fails to compile due to its dependency on chronos, which fails to
compile because the doctests fail with newer GHC versions. So we just
disable the doctests and thus unbreak both.
https://github.com/andrewthad/chronos/issues/62
2021-01-09 13:28:53 +01:00
Dennis Gosnell
cd4e0674e2
Merge pull request #108828 from expipiplus1/joe-dsp
...
haskellPackages.derive-storable-plugin: remove from broken list
2021-01-09 15:53:19 +09:00
Joe Hermaszewski
cade44d2f7
haskellPackages.derive-storable-plugin: remove from broken list
2021-01-09 12:57:50 +08:00
Dennis Gosnell
6e80b3b7ae
Merge pull request #108788 from expipiplus1/joe-nothunks
...
haskellPackages.nothunks: jailbreak to fix tests
2021-01-09 11:13:31 +09:00
Dennis Gosnell
fcbb15272c
Merge pull request #108765 from cideM/haskell-updates
...
dhall-json: fix to work with newer tasty
2021-01-09 10:32:59 +09:00
Peter Simons
3cb9768557
all-cabal-hashes: update to Hackage at 2021-01-07T20:56:37Z
2021-01-08 21:38:20 +01:00
Peter Simons
c25fc73a81
Merge pull request #108252 from NixOS/haskell-updates
...
Update Haskell package set to Stackage Nightly 2021-01-02 (plus other fixes)
2021-01-08 21:36:14 +01:00
Timo Kaufmann
05983b1825
Merge pull request #98969 from xwvvvvwx/lndconnect
...
lndconnect: init at 0.2.0
2021-01-08 21:13:33 +01:00
Peter Simons
9a61689a31
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.6 from Hackage revision
545d5cafa7
.
2021-01-08 21:12:14 +01:00
Peter Simons
7e26c12a6d
hackage2nix: update list of broken builds
...
Ping @jb55 for 'elm-export-persistent'.
2021-01-08 21:11:15 +01:00
Peter Simons
4c161903f4
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.6 from Hackage revision
545d5cafa7
.
2021-01-08 21:01:32 +01:00
Peter Simons
063a71690d
Merge pull request #108807 from maralorn/hls
...
haskelPackages.haskell-language-server: 0.7.1 -> 0.8.0
2021-01-08 21:00:36 +01:00
Peter Simons
8e68a5e5c3
Merge branch '2020-12-31-upd-haskell-packages' of git://github.com/Anton-Latukha/nixpkgs into Anton-Latukha-2020-12-31-upd-haskell-packages.
2021-01-08 20:58:50 +01:00
Malte Brandy
7829f94244
haskelPackages.haskell-language-server: 0.7.1 -> 0.8.0
2021-01-08 20:57:02 +01:00
Niklas Hambüchen
22b9910f4e
Merge pull request #108804 from ketzacoatl/amazon-ec2-utils
...
Amazon ec2 utils
2021-01-08 20:43:12 +01:00
Domen Kožar
d2f8eca2e8
fix cachix build
2021-01-08 20:42:50 +01:00
Peter Simons
896e8ee2c6
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.6 from Hackage revision
545d5cafa7
.
2021-01-08 20:32:46 +01:00
Peter Simons
9aad7ef67a
hackage2nix: update list of broken builds to avoid evaluation errors
...
Ping @sorki for broken update-nix-fetchgit package.
2021-01-08 20:30:28 +01:00
Anderson Torres
e49e3a756b
Merge pull request #108357 from r-ryantm/auto-update/python3.7-msal
...
python37Packages.msal: 1.6.0 -> 1.8.0
2021-01-08 16:26:36 -03:00
Anderson Torres
d54d5f6602
Merge pull request #108194 from Vonfry/fix/emacs/gnuplot
...
emacsPackages.gnuplot: autoreconf is not needed any longer.
2021-01-08 16:25:28 -03:00
Anderson Torres
69534f39a7
Merge pull request #106985 from Technical27/master
...
auto-cpufreq: init at 1.5.1
2021-01-08 16:16:45 -03:00
Ketzacoatl
630d0163ae
amazon-ec2-utils: init at 1.3
2021-01-08 14:14:38 -05:00
Ketzacoatl
563ed90da5
maintainers: add ketzacoatl
2021-01-08 14:13:22 -05:00
Peter Simons
0e48e5ceb4
haskeline: fix overrides for the latest release
2021-01-08 20:12:50 +01:00
Yannick Markus
09b6ca477e
ckan 1.16.1 -> 1.29.2
2021-01-08 10:46:17 -08:00
Bjørn Forsman
72d906a0ea
nixos: fix "nixos-rebuild build-vm-with-bootloader" for EFI systems
...
(The first version of this change, in commit 39fad297fd
, broke
`nix-build -A nixosTests.installer.simpleUefiSystemdBoot`. This is the
2nd version, which hopefully does not break anything.)
`nixos-rebuild build-vm-with-bootloader` currently fails with the
default NixOS EFI configuration:
$ cat >configuration.nix <<EOF
{
fileSystems."/".device = "/dev/sda1";
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}
EOF
$ nixos-rebuild build-vm-with-bootloader -I nixos-config=$PWD/configuration.nix -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-20.09.tar.gz
[...]
insmod: ERROR: could not insert module /nix/store/1ibmgfr13r8b6xyn4f0wj115819f359c-linux-5.4.83/lib/modules/5.4.83/kernel/fs/efivarfs/efivarfs.ko.xz: No such device
mount: /sys/firmware/efi/efivars: mount point does not exist.
[ 1.908328] reboot: Power down
builder for '/nix/store/dx2ycclyknvibrskwmii42sgyalagjxa-nixos-boot-disk.drv' failed with exit code 32
[...]
Fix it by setting virtualisation.useEFIBoot = true when needed.
Before:
* release-20.03: successful build, unsuccessful run
* release-20.09 (and master): unsuccessful build
After:
* Successful build and run.
Fixes #107255
2021-01-08 19:36:10 +01:00
Mario Rodas
40842049e8
Merge pull request #108784 from 1000101/tsdb
...
postgresqlPackages.timescaledb: 1.7.4 -> 2.0.0
2021-01-08 12:48:51 -05:00
Sandro
85b2053a31
Merge pull request #108755 from rhoriguchi/vscode-extensions/bracket-pair-colorizer-2
...
vscode-extensions.bracket-pair-colorizer-2: init at 0.2.0
2021-01-08 18:41:07 +01:00
Joe Hermaszewski
2a9c1eb91e
haskellPackages.nothunks: jailbreak to fix tests
2021-01-09 00:45:59 +08:00
Linus Heckemann
c7e546aea1
Merge pull request #108748 from 3noch/eac/fix-vtk-png-aarch64
...
vtk: use system png on aarch
2021-01-08 17:09:51 +01:00
Mario Rodas
422659123e
Merge pull request #108764 from xwvvvvwx/lieer-1.3
...
lieer: 1.2 -> 1.3
2021-01-08 11:09:05 -05:00
Mario Rodas
473f34534f
Merge pull request #108757 from oxzi/golangci-lint-v1.35.0
...
golangci-lint: 1.33.0 -> 1.35.0
2021-01-08 11:07:43 -05:00
Mario Rodas
3f45221a23
Merge pull request #108767 from madjar/bump-pijul
...
pijul: 1.0.0-alpha.24 -> 1.0.0-alpha.31
2021-01-08 11:07:16 -05:00
Michael Weiss
95dc08e972
Merge pull request #73277 from robashton/master
...
Initial stab at making X11 a configurable dependency of intel-media-drivers
2021-01-08 17:06:13 +01:00
Sandro
71e0289f37
Merge pull request #108715 from figsoda/master
...
vscode-extensions.jnoortheen.nix-ide: init at 0.1.7
2021-01-08 16:39:03 +01:00
Sandro
8459558130
Merge pull request #108736 from lukegb/factorio
...
factorio-experimental, factorio-headless-experimental: 1.1.7 -> 1.1.8
2021-01-08 16:38:21 +01:00
Sandro
ff7731d6aa
Merge pull request #108735 from rhoriguchi/vscode-extensions/output-colorizer
...
vscode-extensions.ibm.output-colorizer: init at 0.1.2
2021-01-08 16:29:56 +01:00
Sandro
1171348ebe
Merge pull request #108734 from rhoriguchi/vscode-extensions/sort-lines
...
vscode-extensions.tyriar.sort-lines: init at 1.9.0
2021-01-08 16:29:39 +01:00
Sandro
b9cee566c4
Merge pull request #108733 from rhoriguchi/vscode-extensions/auto-rename-tag
2021-01-08 16:29:16 +01:00
Elliot Cameron
26dedb8398
vtk: use system png
...
VTK doesn't seem produce png symbols on aarch64. We could probably
figure out how to fix that but we can also just tell it to use the
libpng we already have, which already works on aarch64.
2021-01-08 10:25:37 -05:00
Sandro
97acd4c9e4
Merge pull request #108732 from rhoriguchi/vscode-extensions/highlight-matching-tag
...
vscode-extensions.vincaslt.highlight-matching-tag: init at 0.10.0
2021-01-08 16:19:25 +01:00
Sandro
e90b05bfd8
Merge pull request #108729 from sikmir/mtpaint
...
mtPaint: 3.49.12 → 3.50.01
2021-01-08 16:18:59 +01:00
Florian Beeres
5ab7854fbd
dhall-json: skip tests to skip tasty 1.4 dependency
...
dhall-json has a dependency on tasty-silver and this in turn only
compiles if we supply a newer version of tasty. We can get around this
issue until stackage has caught up to tasty 1.4 by skipping tests
2021-01-08 16:08:17 +01:00
Sandro
a98302aa9b
Merge pull request #108728 from rhoriguchi/vscode-extensions/nixfmt-vscode
...
vscode-extensions.brettm12345.nixfmt-vscode: init at 0.0.1
2021-01-08 16:00:11 +01:00
Sandro
40bfa03257
Merge pull request #108722 from jlesquembre/vim-capslock
...
vimPlugins.vim-capslock: init at 2021-01-07
2021-01-08 15:59:47 +01:00
Tim Steinbach
f621108dbc
oh-my-zsh: 2021-01-05 → 2021-01-07
2021-01-08 14:03:10 +00:00
Tim Steinbach
137859bc9d
awscli: 1.18.210 -> 1.18.211
2021-01-08 09:00:19 -05:00
Tim Steinbach
583bde3965
python3Packages.boto3: 1.16.50 -> 1.16.51
2021-01-08 08:59:33 -05:00
Tim Steinbach
63d40a90c9
python3Packages.botocore: 1.19.50 -> 1.19.51
2021-01-08 08:59:23 -05:00