Commit Graph

217848 Commits

Author SHA1 Message Date
Stig Palmquist
a6e4aca950
perlPackages.ModuleInstallRepository: init at 0.06 2020-09-30 14:48:04 +02:00
Stig Palmquist
f926d0567a
perlPackages.ModuleInstallReadmeMarkdownFromPod: init at 0.04 2020-09-30 14:47:30 +02:00
Stig Palmquist
300835cf3e
perlPackages.ModuleInstallReadmeFromPod: init a 0.30 2020-09-30 14:46:07 +02:00
Stig Palmquist
b6dc723213
perlPackages.ModuleInstallGithubMeta: init at 0.30 2020-09-30 14:45:40 +02:00
Stig Palmquist
e6df1220eb
perlPackages.TestInDistDir: init at 1.112071 2020-09-30 14:45:07 +02:00
Thibault Gagnaux
e749451470 python3Packages.fsspec: fix tests on darwin
Disables the `test_touch` test which fails with the following assertion error on hydra darwin only:
```
tmpdir = local('/private/tmp/nix-build-python3.8-fsspec-0.8.3.drv-0/pytest-of-nixbld3/pytest-0/test_touch0')

    def test_touch(tmpdir):
        import time

        fn = tmpdir + "/in/file"
        fs = fsspec.filesystem("file", auto_mkdir=False)
        with pytest.raises(OSError):
            fs.touch(fn)
        fs = fsspec.filesystem("file", auto_mkdir=True)
        fs.touch(fn)
        info = fs.info(fn)
        time.sleep(0.2)
        fs.touch(fn)
        info2 = fs.info(fn)
        if not WIN:
>           assert info2["mtime"] > info["mtime"]
E           assert 1601358357.0 > 1601358357.0

fsspec/implementations/tests/test_local.py:322: AssertionError
```
2020-09-29 05:53:10 -07:00
Robert Scott
9f65c524bb minizinc: fix build against bison 3.7
fixed in upstream development branch

enable for darwin
2020-09-29 05:47:46 -07:00
Enno Richter
5b65d3e7bc iptraf: mark as broken 2020-09-29 05:45:04 -07:00
Tim Steinbach
47ed7fa4e9
Merge pull request #99041 from srid/patch-1
linux: 5.9-rc6 -> 5.9-rc7
2020-09-29 08:38:11 -04:00
Tim Steinbach
8f469ec488
oh-my-zsh: 2020-09-20 -> 2020-09-29 2020-09-29 08:36:32 -04:00
Tim Steinbach
9109a8fcd5
linux/hardened/patches/5.8: 5.8.11.a -> 5.8.12.a 2020-09-29 08:35:57 -04:00
Christoph Hrdinka
7201e03a07
Merge pull request #98792 from NixOS/kevincox-b2
backblaze-b2: 1.3.8 -> 2.0.2
2020-09-29 13:21:38 +02:00
Michael Weiss
0d2a73b5af
wayvnc: 0.2.0 -> 0.3.1 2020-09-29 12:48:46 +02:00
Michael Weiss
2866c05fb4
neatvnc: 0.3.1 -> 0.3.2 2020-09-29 12:48:43 +02:00
Mario Rodas
a1148801cd
Merge pull request #99055 from marsam/update-act
act: 0.2.13 -> 0.2.15
2020-09-29 05:14:11 -05:00
Mario Rodas
77cf8388be
Merge pull request #93733 from lilyball/macvim-plugins
macvim: add configuration similar to vim_configurable and neovim
2020-09-29 05:13:35 -05:00
Mario Rodas
e2ef48c483
Merge pull request #99045 from lilyball/macvim
macvim: 8.2.539 -> 8.2.1719
2020-09-29 05:12:14 -05:00
Peter Simons
518338f7f7 ghc: add alpha-1 release of version 9.0.1 2020-09-29 12:06:53 +02:00
Lancelot SIX
5542b84aee
Merge pull request #99068 from r-ryantm/auto-update/python3.7-aioftp
python37Packages.aioftp: 0.17.2 -> 0.18.0
2020-09-29 09:01:03 +01:00
R. RyanTM
8ed3178bc2 python37Packages.cmd2: 1.3.8 -> 1.3.10 2020-09-28 23:57:43 -07:00
R. RyanTM
09a8ab526d python27Packages.braintree: 4.3.0 -> 4.4.0 2020-09-28 23:53:17 -07:00
R. RyanTM
b8b2a51fef python37Packages.aioftp: 0.17.2 -> 0.18.0 2020-09-29 06:42:08 +00:00
Gabriel Ebner
92da99b415
Merge pull request #98982 from valencik/blender-2.90.1
blender: 2.90.0 -> 2.90.1
2020-09-29 08:17:33 +02:00
Emery Hemingway
e7d0500cb3 nixos/rsyncd: convert module to an INI generator 2020-09-29 08:07:53 +02:00
pacien
b3f8642587 gscan2pdf: 2.8.1 -> 2.9.1 2020-09-29 06:55:49 +02:00
Mario Rodas
bc43719f7c
Merge pull request #99026 from sternenseemann/mirage-3.8.1
ocamlPackages.mirage-runtime: 3.8.0 → 3.8.1
2020-09-28 23:49:13 -05:00
Mario Rodas
2f1d44bf07
Merge pull request #99046 from marsam/update-git-absorb
gitAndTools.git-absorb: 0.6.3 -> 0.6.4
2020-09-28 23:47:10 -05:00
Ryan Mulligan
3c672fa551
Merge pull request #99054 from redvers/pony-corral_init
pony-corral: init 0.4.0
2020-09-28 21:27:16 -07:00
John Ericson
cffc0eaa98
Merge pull request #99050 from lopsided98/buildrustcrate-cross
buildRustCrate: support cross compilation
2020-09-29 00:13:26 -04:00
Ryan Mulligan
ea43b22d38
Merge pull request #82224 from caadar/ssh-askpass-fullscreen
ssh-askpass-fullscreen: init at 1.2
2020-09-28 20:43:05 -07:00
Ryan Mulligan
990af061bc
Merge pull request #82175 from tckmn/add-qxw
qxw: init at 20190909
2020-09-28 20:34:11 -07:00
Benjamin Hipple
7d25e5144b
Merge pull request #99024 from jonringer/bump-nixpkgs-review
nixpkgs-review: 2.4.0 -> 2.4.1
2020-09-28 21:31:31 -04:00
Redvers Davies
ef71bc461d pony-corral: init 0.4.0 2020-09-29 01:14:12 +00:00
Ben Wolsieffer
a0e7613509 defaultCrateOverrides: move pkgconfig to nativeBuildInputs
This fixes cross-compiling.
2020-09-28 19:47:52 -04:00
Ben Wolsieffer
295a6690f9 buildRustCrate: support cross compilation 2020-09-28 19:46:04 -04:00
Mario Rodas
09eb860c99
Merge pull request #98900 from r-ryantm/auto-update/tegola
tegola: 0.12.0 -> 0.12.1
2020-09-28 18:37:22 -05:00
Mario Rodas
031b9c172f gitAndTools.git-absorb: 0.6.3 -> 0.6.4 2020-09-28 18:20:00 -05:00
Tim Steinbach
6fb0a4dd2a
linux-hardened: 5.7 -> 5.8 2020-09-28 19:09:10 -04:00
Tim Steinbach
9c9054ca4f
linux/hardened/patches/5.4: 5.4.67.a -> 5.4.68.a 2020-09-28 19:09:10 -04:00
Tim Steinbach
ab9dc67ac7
linux/hardened/patches/4.19: 4.19.144.a -> 4.19.148.a 2020-09-28 19:09:09 -04:00
Tim Steinbach
d131435103
linux/hardened/patches/4.14: 4.14.197.a -> 4.14.199.a 2020-09-28 19:09:09 -04:00
Tim Steinbach
f498bbe473
linux_latest-libre: 17624 -> 17688 2020-09-28 19:09:08 -04:00
Tim Steinbach
b3a202e255
linux: 5.8.11 -> 5.8.12 2020-09-28 19:09:08 -04:00
Tim Steinbach
8684358830
linux: 5.4.67 -> 5.4.68 2020-09-28 19:09:07 -04:00
Tim Steinbach
494a0b998a
linux: 4.19.147 -> 4.19.148 2020-09-28 19:09:07 -04:00
Lily Ballard
72e3217bf1 macvim: add configuration similar to vim_configurable and neovim
vim_configurable and neovim have both supported a mechanism to build
them with a custom vimrc that supports plugins from Nix. This updates
MacVim to support the same sort of configuration using an expression
like

  macvim.configure {
    customRC = ''
      # custom configuration goes here
    '';
    packages.myVimPackage = with pkgs.vimPlugins; {
      start = [ youcompleteme fugitive ];
      opt = [ phpCompletion elm-vim ];
    }
  }

Once configured, .override will allow for editing the configuration.

Like vim_configurable and neovim, configuring macvim does not require
rebuilding it. Also like them, configuring macvim turns off the user
vimrc file.
2020-09-28 16:03:34 -07:00
Lily Ballard
9daf3b994b macvim: 8.2.539 -> 8.2.1719 2020-09-28 15:33:36 -07:00
Sridhar Ratnakumar
6fb67d3e83
linux: 5.9-rc6 -> 5.9-rc7 2020-09-28 18:13:37 -04:00
Lily Ballard
d3b1d59d84 macvim: Properly link against Nix ncurses
Since we're not using the Nix compiler, our buildInputs aren't
automatically exposed to the compiler, which means it was actually
compiling against system libncurses instead of Nix libncurses.

Also remove the `-Wno-error` from the make flags (and the unnecessary
`PREFIX` definition) in favor of using a much more targeted error
suppression at the configure flags. This works around an issue where
implicit function definitions are considered an error and the configure
script was trying to compile a file tht invoked an ncurses function
without including the relevant header.
2020-09-28 15:12:07 -07:00
Redvers Davies
046c6a7038
ponyc: update 0.38.1 (#98598)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-09-28 17:40:58 -04:00