Commit Graph

153000 Commits

Author SHA1 Message Date
R. RyanTM
57062f9072 riot-web: 0.16.0 -> 0.16.2 (#46190)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
riot-web
2018-09-18 17:58:57 +02:00
R. RyanTM
b6a21f6288 varnish6: 6.0.0 -> 6.0.1 (#46170)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
varnish
2018-09-18 17:57:10 +02:00
Graham Christensen
11c76c932f
Merge pull request #46834 from grahamc/check-outputs-in-meta
stdenv: Validate meta.outputsToInstall
2018-09-18 11:08:08 -04:00
Graham Christensen
301109a2dd
elf-header-real: fixup outputsToInstall 2018-09-18 10:51:47 -04:00
Graham Christensen
b80c9ce4a9
stdenv: Validate meta.outputsToInstall
If meta.outputsToInstall is set to include absent outputs, various
tools break including channel updates and nix-env.

    grahamc@Morbo> nix-env -i -f . -A elf-header-real
    installing 'elf-header'
    error: this derivation has bad 'meta.outputsToInstall'

This patch verifies each value in meta.outputsToInstall is a valid
output. It validates this condition only if checkMeta is true.

    grahamc@Morbo> nix-build . -A elf-header-real
    error: Package ‘elf-header’ in /home/grahamc/projects/nixpkgs/pkgs/development/libraries/elf-header/default.nix:36 has invalid meta.outputsToInstall, refusing to evaluate.

    The package elf-header has set meta.outputsToInstall to: bin

    however elf-header only has the outputs: out

    and is missing the following ouputs:

      - bin

    (use '--show-trace' to show detailed location information)

Note, now the nix-env experience is decidedly worse for users who have
checkMeta set to true:

    grahamc@Morbo> nix-env -i -f . -A elf-header-real; echo $?
    0

though since this is already an issue for unfree, broken, unsupported,
and insecure validity problems I'm not sure we should do something
different here.
2018-09-18 10:38:44 -04:00
Nathan van Doorn
d6dc56180b
haskellPackages.JuicyPixels: re-enable Haddock
This was made to avoid an issue which was fixed in `3.2.9.3`. The version currently in `nixpkgs 18.03` is `3.2.9.4`, which includes this fix.
2018-09-18 15:29:58 +01:00
Bas van Dijk
0a30853461
Merge pull request #46512 from michaelpj/imp/haskell-benchmarks
haskell lib: add --enable-benchmarks in doBenchmark
2018-09-18 14:57:03 +02:00
Jörg Thalheim
ad11711387
Merge pull request #46829 from adamtulinius/patch-3
pythonPackages.gmpy: update homepage
2018-09-18 13:55:02 +01:00
Jörg Thalheim
73ef166d80
Merge pull request #46831 from adamtulinius/patch-4
pythonPackages.gmpy2: update homepage
2018-09-18 13:53:44 +01:00
Adam Finn Tulinius
c7e35b256c
pythonPackages.gmpy2: update homepage 2018-09-18 14:29:48 +02:00
Jörg Thalheim
96757b7181
Merge pull request #46279 from r-ryantm/auto-update/godot
godot: 3.0.4 -> 3.0.6
2018-09-18 13:27:00 +01:00
Jörg Thalheim
efeea06ca1
Merge pull request #46283 from r-ryantm/auto-update/frostwire
frostwire-bin: 6.7.1 -> 6.7.2
2018-09-18 13:25:50 +01:00
Adam Finn Tulinius
74d1f4c20b
pythonPackages.gmpy: update homepage 2018-09-18 14:25:28 +02:00
Jörg Thalheim
99d05a6a6f
Merge pull request #46287 from r-ryantm/auto-update/flow
flow: 0.79.0 -> 0.80.0
2018-09-18 13:23:51 +01:00
Jörg Thalheim
06a45d6b33
Merge pull request #46823 from dywedir/pgcli
pgcli: 1.6.0 -> 1.10.3, pythonPackages.pgspecial: 1.8.0 -> 1.11.2
2018-09-18 13:19:44 +01:00
Jörg Thalheim
4a527bc601
Merge pull request #46825 from adamtulinius/patch-2
OVMF: update homepage
2018-09-18 13:16:26 +01:00
Jörg Thalheim
57da7993e3
Merge pull request #46824 from borisbabic/update/gitAndTools.pre-commit-1.11.0
gitAndTools.pre-commit: 1.10.4 -> 1.11.0
2018-09-18 13:15:52 +01:00
José Romildo Malaquias
1944defa4c greybird: remove license cc-by-nc-sa-30 (#46802)
Greybird is dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later.
The first is free, and the second is unfree in nixpkgs. Currently both
licenses are listed in the package derivation. And nix takes that it is
unfree. If one of the licenses in the list is unfree. nix consider
that the software is unfree. Remove the unfree one.
2018-09-18 13:29:28 +02:00
Adam Finn Tulinius
8b8474b1b5
OVMF: update homepage
Tianocore was apparently moved from SourceForge to GitHub.
2018-09-18 13:18:41 +02:00
Vladyslav Mykhailichenko
56b59b250f pgcli: 1.6.0 -> 1.10.3 2018-09-18 14:08:26 +03:00
Boris Babic
9f25c99cb1 gitAndTools.pre-commit: 1.10.4 -> 1.11.0 2018-09-18 13:06:50 +02:00
Sarah Brofeldt
ffaaac7f94
Merge pull request #46821 from adamtulinius/patch-1
coreclr: update homepage
2018-09-18 13:05:35 +02:00
Vladyslav Mykhailichenko
336a913f42 pythonPackages.pgspecial: 1.8.0 -> 1.11.2 2018-09-18 14:00:59 +03:00
Adam Finn Tulinius
b3bb82c186
coreclr: update homepage
Repology reports the current homepage down for more than a month. Link to the GitHub repo instead.
2018-09-18 12:47:37 +02:00
Jörg Thalheim
83d89edc6e
Merge pull request #46336 from Infinisil/overrideExisting
lib: Improve overrideExisting implementation
2018-09-18 11:37:30 +01:00
Jörg Thalheim
7d39e99a1e
Merge pull request #46316 from erosennin/psycopg-2.7.5
pythonPackages.psycopg2: 2.7.1 -> 2.7.5
2018-09-18 11:33:06 +01:00
Jörg Thalheim
947ae71dce
Merge pull request #46547 from ivanbrennan/r-devtools
git2r: add SSH support
2018-09-18 10:10:29 +01:00
Jörg Thalheim
baa8dc35d5
Merge pull request #46736 from clefru/mpack
mpack: Invoke /run/wrappers/bin/sendmail via execvp
2018-09-18 10:01:00 +01:00
Clemens Fruhwirth
6d97096d8b mpack: Invoke /run/wrappers/bin/sendmail via execvp
Calling /run/current-sw/bin/sendmail fails under postfix because
setgid bits are not set. Switching the hardcoded path to an invocation
via execvp should cover both cases, when the sendmail binary is
setgid-wrapped and when it is not.
2018-09-18 10:48:55 +02:00
xeji
874b045cc8
Merge pull request #46809 from romildo/upd.elementary-xfce
elementary-xfce-icon-theme: 0.12 -> 0.13
2018-09-18 10:14:38 +02:00
Sarah Brofeldt
108de377d2
Merge pull request #46781 from vdemeester/new-git-appraise
git-appraise: init unstable at 2018-02-26
2018-09-18 10:04:54 +02:00
Roger Qiu
9f3c27a104 makefile2graph: init at 2018-01-03 (#46136) 2018-09-18 08:03:14 +00:00
Sarah Brofeldt
e433f1cbf9
Merge pull request #46800 from pacien/exim-package-lmtp
exim: enable LMTP support
2018-09-18 09:50:56 +02:00
Vincent Demeester
69f028ea01
git-appraise: init unstable at 2018-02-26
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-09-18 09:48:33 +02:00
Sarah Brofeldt
7d19aaddbc
Merge pull request #46815 from romildo/upd.efl
efl: 1.21.0 -> 1.21.1
2018-09-18 09:43:25 +02:00
Jörg Thalheim
4aaf4d5660
Merge pull request #46794 from vbgl/compcert-3.4
compcert: 3.3 -> 3.4
2018-09-18 08:23:50 +01:00
Jörg Thalheim
f8b2c1318c
Merge pull request #46634 from mdorman/airsonic-parameters
airsonic: provide additional jvm configuration
2018-09-18 08:20:53 +01:00
Jörg Thalheim
5b38f33481
Merge pull request #46640 from vbgl/ocaml-mlgmpidl-1.2.7
ocamlPackages.mlgmpidl: 1.2.6 -> 1.2.7
2018-09-18 08:19:54 +01:00
Jörg Thalheim
da5329b8ec
Merge pull request #46808 from mayflower/update-krakenx
krakenx: 0.0.1 -> 0.0.3
2018-09-18 08:14:56 +01:00
Jörg Thalheim
080b3ef0b5 python2.pkgs.mypy_extensions: also enable python2 2018-09-18 08:05:02 +01:00
Jörg Thalheim
bab28c26f1
Merge pull request #46788 from teto/mypy630
python3Packages.mypy: 0.620 -> 0.630
2018-09-18 08:01:53 +01:00
Jörg Thalheim
8c242f596e
Merge pull request #46799 from dywedir/git-lfs
git-lfs: 2.4.2 -> 2.5.2
2018-09-18 07:58:23 +01:00
Jörg Thalheim
cb293ec416
Merge pull request #46638 from ryantm/aliases
vimPlugins: warn if alias is used inside overrides
2018-09-18 07:54:38 +01:00
Vincent Laporte
66842c9a72 ocamlPackages.ppx_import: 1.4 -> 1.5 2018-09-18 05:00:51 +00:00
Michael Raskin
134a83ac70
Merge pull request #46811 from dtzWill/update/libreoffice-2018-09-16
libreoffice-fresh: 6.1.0.3 -> 6.1.1.2
2018-09-18 04:36:28 +00:00
John Ericson
4923ad3694
Merge pull request #46817 from obsidiansystems/darwin-android-ndk-for-master
androidndk: Add Darwin support
2018-09-17 23:01:36 -04:00
John Ericson
226d574870 Merge remote-tracking branch 'upstream/master' into darwin-android-ndk-for-master 2018-09-17 22:48:25 -04:00
John Ericson
6769437186 androidndk: Add Darwin support
Also switch Linux to using the official sha1 hashes for consistency.
They are gotten from https://developer.android.com/ndk/downloads/.
2018-09-17 22:34:37 -04:00
José Romildo Malaquias
5f1c33efce efl: 1.21.0 -> 1.21.1 2018-09-17 22:12:42 -03:00
Will Dietz
ca46876774 libreoffice-fresh: 6.1.0.3 -> 6.1.1.2 2018-09-17 18:23:58 -05:00