Commit Graph
200407 Commits
Author SHA1 Message Date
Edmund WuandJon e6bb21812e vscode-extensions.ms-vscode.cpptools: 0.26.0 -> 0.26.1 2019-11-04 01:46:30 -08:00
R. RyanTMandProfpatsch cdc5bcdea5 rabbitmq-server: 3.8.0 -> 3.8.1 2019-11-04 10:18:11 +01:00
markuskowaandGitHub 12a9a4afa2 Merge pull request #72728 from Alkeryn/sdrangel
sdrangel: 4.11.7 -> 4.11.12
2019-11-04 09:36:23 +01:00
Keito KajitaniandFrederik Rietdijk b076565429 liberation-sans-narrow: fonttools requires python3 2019-11-04 09:20:50 +01:00
Sebastian JordanandFrederik Rietdijk d7a618ac01 pythonPackages.nix-prefetch-github: 2.3.1 -> 2.3.2 2019-11-04 09:14:00 +01:00
Sebastian JordanandFrederik Rietdijk 8db9c3ef45 nix-prefetch-github: Delete redundant source, build from python3Packages instead 2019-11-04 09:14:00 +01:00
Pierre BourdonandFrederik Rietdijk eb2aa009a3 pythonPackages.pyatmo: 2.3.2 requires requests 2019-11-04 09:06:48 +01:00
Vincent LaporteandVincent Laporte a2f7fc9a5c ocamlPackages.ocp-indent: 1.7.0 → 1.8.1 2019-11-04 07:32:17 +00:00
Wout MertensandGitHub 59e731b0ac Merge pull request #55645 from eonpatapon/qemu-vm-drives
nixos/qemu-vm: declarative drives
2019-11-04 08:30:37 +01:00
Michael RaskinandGitHub d690c20efd Merge pull request #71814 from puckipedia/frozen-bubble
frozen-bubble: init at 2.212
2019-11-04 06:00:43 +00:00
Mario RodasandGitHub 22378e6996 Merge pull request #70846 from athas/ispc-macos
ispc: add x86_64-darwin to platforms.

Closes https://github.com/NixOS/nixpkgs/pull/71134
2019-11-03 21:03:41 -05:00
Dmitry KalinkinandGitHub cf8a2d0225 Revert "stdenv/check-meta: getEnv if the attribute is unset (#72376)" (#72752)
This reverts commit 71184f8e15.
2019-11-03 20:38:35 -05:00
Mario RodasandGitHub f397750416 Merge pull request #72440 from marsam/update-timescaledb
postgresqlPackages.timescaledb: 1.4.2 -> 1.5.0
2019-11-03 20:00:04 -05:00
Léo GaspardandGitHub 3376fd9f43 Merge pull request #72202 from risicle/ris-koji-1.14.3
pythonPackages.koji: 1.13.0 -> 1.14.3, addressing CVE-2019-17109
2019-11-04 01:39:18 +01:00
Alyssa Rossandzimbatm 547b5b7a73 ruby.withPackages: preserve setup hooks (#72743)
This fixes

    nix-shell -p 'ruby.withPackages (const [])' ruby.devdoc

which otherwise wouldn't find documentation, unlike

    nix-shell -p ruby ruby.devdoc

which would, because ruby has setup hooks to accomodate for this, that
were being masked by the withPackages wrapper.
2019-11-03 22:09:44 +00:00
Mario Rodas b60853cdca ispc: only check on Linux
The test suite tries to execute `transcendentals` tests, which is not
expected to work anywhere except Linux.
2019-11-03 16:20:00 -05:00
Jan TojnarandGitHub 3df93dbe0e Merge pull request #72386 from jtojnar/gimp-2.10.14
gimp: 2.10.12 → 2.10.14
2019-11-03 21:48:13 +01:00
Marek MahutandGitHub 794c919765 Merge pull request #68327 from mmilata/moin
nixos/moinmoin: init module
2019-11-03 21:36:12 +01:00
John EricsonandGitHub d8cf78466e Merge pull request #72694 from kirelagin/gnu-efi-cross
gnu-efi: Use their crosscompilation support correctly
2019-11-03 15:14:29 -05:00
Jonathan RingerandJon deb201b311 update-python-libraries: update usage comments 2019-11-03 12:03:27 -08:00
worldofpeaceandGitHub 7c4f09f695 Merge pull request #72319 from gnidorah/mame
mame: init at 0.215
2019-11-03 19:18:53 +00:00
R. RyanTMandFrederik Rietdijk 049c47c6f6 wpgtk: 6.0.9 -> 6.0.11 2019-11-03 19:59:50 +01:00
R. RyanTMandFrederik Rietdijk 6ca77c43ae yq: 2.7.2 -> 2.8.1 2019-11-03 19:59:25 +01:00
worldofpeace dcd89d2c80 lollypop: 1.2.2 -> 1.2.5 2019-11-03 13:25:33 -05:00
worldofpeace fbbb67b858 quilter: 2.0.2 - 2.0.3 2019-11-03 13:25:33 -05:00
worldofpeaceandGitHub e43ab14fc9 Merge pull request #71287 from judaew/dep/keybase
keybase, keybase-gui, kbfs: 4.6.0 -> 4.7.2, added dependencies
2019-11-03 18:15:05 +00:00
Vadim-Valdis Yudaevandworldofpeace 3894ec0a50 keybase, keybase-gui, kbfs: 4.6.0 -> 4.7.2, added dependencies
all: update from 4.6.0 to 4.7.2

keybase:
- added gnupg as a dependency and patch fix-patch-keybase.patch

kbfs:
- added fuse as a dependency and patch fix-patch-kbfs.patch
2019-11-03 13:09:39 -05:00
Daiderd Jordan 80a5dd7f02 gegl: fix darwin build
../gegl/opencl/cl_gl.h:37:10: fatal error: 'OpenGL/CGLDevice.h' file not found
    #include <OpenGL/CGLDevice.h>
2019-11-03 18:59:24 +01:00
zimbatmandGitHub 71184f8e15 stdenv/check-meta: getEnv if the attribute is unset (#72376)
There were two issues:

* builtins.getEnv was called deep into the nixpkgs tree making it hard
  to discover. This is solved by moving the call into
  pkgs/top-level/impure.nix
* when the config was explicitly set by the user to false, it would
  still try and load the environment variable. This meant that it was
  not possible to guarantee the same outcome on two different systems.
2019-11-03 17:40:43 +00:00
worldofpeaceandGitHub 59edabf8ca Merge pull request #72375 from toonn/wire-desktop-bump
wire-desktop: linux 3.10.2904 -> 3.11.2912
2019-11-03 17:26:14 +00:00
Marek MahutandGitHub 084ae71601 Merge pull request #72725 from 1000101/dokuwiki
dokuwiki: init at 2018-04-22b
2019-11-03 18:20:48 +01:00
Matthew BauerandGitHub a6a3958c26 Merge pull request #72070 from graham33/fix/license_list
Fix handling of lists in whitelistedLicenses and blacklistedLicenses
2019-11-03 12:08:41 -05:00
worldofpeaceandGitHub c751f6000b Merge pull request #69052 from worldofpeace/elementary-updates-maybe-5.1
Pantheon 5.1
2019-11-03 17:03:04 +00:00
gnidorah cf17479caa sdlmame: drop
There are no longer separate programs called SDLMAME or SDLMESS. Instead, the SDL capability is included in MAME and MESS, and the makefile will auto-detect if you are on a non-Windows system and run accordingly.
2019-11-03 20:02:16 +03:00
gnidorah f73694a64a mess: drop
MAME and MESS are now combined as one distribution as of the 0.162 release and offered as a MAME binary (MESS is included in the build).
2019-11-03 20:02:16 +03:00
gnidorah d296e58f6d mame: init at 0.215 2019-11-03 20:02:11 +03:00
worldofpeaceandGitHub 7daa6ec9d4 Merge pull request #72726 from bandresen/calibre_bugfix_addmarkdown
calibre: bugfix: add markdown to inputs
2019-11-03 16:57:56 +00:00
worldofpeace d6cf4946da pantheon.elementary-gtk-theme: 5.2.5 -> 5.3.0
https://github.com/elementary/stylesheet/releases/tag/5.3.0
2019-11-03 11:41:01 -05:00
Matthew BauerandGitHub 88e69097fa Merge pull request #72664 from contrun/patch-2
pam_mount: change order of lines in pam_mount.conf
2019-11-03 11:31:39 -05:00
Matthew BauerandGitHub e569d1e99e Merge pull request #72683 from etu/emacs-latest-nox
emacs-nox: Add alias for emacs26-nox
2019-11-03 11:29:42 -05:00
Mario RodasandGitHub 9e33eb3359 Merge pull request #72519 from r-ryantm/auto-update/groonga
groonga: 9.0.8 -> 9.0.9
2019-11-03 11:14:09 -05:00
Mario RodasandGitHub f031658754 Merge pull request #72703 from r-ryantm/auto-update/x11docker
x11docker: 6.2.0 -> 6.3.0
2019-11-03 11:03:02 -05:00
Alkeryn 3f2bdec506 sdrangel: 4.11.7 -> 4.11.12 2019-11-03 17:02:02 +01:00
RenaudandGitHub 36c6d76db4 Merge pull request #57786 from Enteee/master
keepass-keepassotpkeyprov: init at 2.6
2019-11-03 16:59:05 +01:00
Ryan MulliganandGitHub 5d5dfbfb8a Merge pull request #72552 from danieldk/spacy-2.2.2
Update spacy to 2.2.2 + necessary dependency updates
2019-11-03 07:58:12 -08:00
Benjamin Andresen c4aff4c03a calibre: add markdown to inputs
fixes #72724
2019-11-03 16:54:46 +01:00
Jan Hrnko 4792479a41 dokuwiki: init at stable_2018-04-22b 2019-11-03 16:52:06 +01:00
Terje LarsenandFrederik Rietdijk 9a4ae42195 Revert "python: pg8000: 1.12.5 -> 1.13.2"
This reverts commit 35bdea0d6c.
2019-11-03 16:44:51 +01:00
RenaudandGitHub 73523e026e shellinabox: fix CVE-2018-16789
(#72620)
2019-11-03 16:44:17 +01:00
R. RyanTMandRenaud 7153c484cd smplayer: 19.5.0 -> 19.10.0
* smplayer: 19.5.0 -> 19.10.0 (#72660)
2019-11-03 16:33:19 +01:00