161869 Commits

Author SHA1 Message Date
Silvan Mosberger
42b9c0ddab
Merge pull request #50708 from r-ryantm/auto-update/libmicrohttpd
libmicrohttpd: 0.9.59 -> 0.9.60
2018-11-20 00:48:29 +01:00
Silvan Mosberger
badbfd9bfe
Merge pull request #50624 from r-ryantm/auto-update/python3.6-guessit
python36Packages.guessit: 3.0.0 -> 3.0.3
2018-11-20 00:30:31 +01:00
R. RyanTM
498fae6e48 culmus: 0.130 -> 0.133
* culmus: 0.130 -> 0.133 (#50759)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/culmus/versions

* culmus: fix hash
2018-11-20 00:14:14 +01:00
aszlig
503b41b9b2
doc/stdenv: Document autoPatchelfHook changes
First of all, this makes the existing documentation a bit more clear on
what autoPatchelfHook is all about, because after discussing with
@svanderburg - who wrote a similar implementation - the rationale about
autoPatchelfHook wasn't very clear in the documentation.

I also added the recent changes around being able to use autoPatchelf
manually and the new --no-recurse flag.

Signed-off-by: aszlig <aszlig@nix.build>
2018-11-20 00:11:31 +01:00
aszlig
3ca35ce0b2
autoPatchelfHook: Add --no-recurse flag
This is to be used with the autoPatchelf command and allows to only
patch a specific file or directory without recursing into
subdirectories.

Apart from being able to run the command in a standalone way, as
detailled in the previous commit this is also needed for the Android SDK
emulator, because according to @svanderburg there are subdirectories we
don't want to patch.

The reason why I didn't use GNU getopt is that it might not be available
on all operating systems and the getopts bash builtin doesn't support
long arguments. Apart from that, the implementation for recognizing the
flag is pretty trivial and it's also using bash builtins only, so if we
want to do something really fancy someday, we can still change it.

Signed-off-by: aszlig <aszlig@nix.build>
2018-11-20 00:11:29 +01:00
aszlig
e4fbb244ee
autoPatchelfHook: Allow to prevent automatic run
If you want to only run autoPatchelf on a specific path and leave
everything else alone, we now have a $dontAutoPatchelf environment
variable, which causes the postFixup hook to not run at all.

The name "dontAutoPatchelf" probably is a bit weird in conjunction with
putting "autoPatchelfHook" in nativeBuildInputs, but unless someone
comes up with a better name I keep it that way because it's consistent
with all the other dontStrip, dontPatchShebangs, dontPatchELF and
whatnot.

A specific example where this is needed is when building the Android SDK
emulator, which contains a few ARM binaries in subdirectories that
should not be patched. If we were to run autoPatchelf on all outputs
unconditionally we'd run into errors because some ARM libraries couldn't
be found.

Signed-off-by: aszlig <aszlig@nix.build>
2018-11-20 00:07:38 +01:00
Francois-Rene Rideau
bbd4888dc3 gambit: 4.9.0 -> 4.9.1 2018-11-19 18:04:51 -05:00
Ryan Mulligan
3ad838adcf
Merge pull request #50764 from r-ryantm/auto-update/f3
f3: 7.0 -> 7.1
2018-11-19 14:59:42 -08:00
R. RyanTM
7c4c370078 drumkv1: 0.9.2 -> 0.9.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/drumkv1/versions
2018-11-19 14:52:37 -08:00
Herwig Hochleitner
7c79a0d4ac chromium: 70.0.3538.102 -> 70.0.3538.110
CVE-2018-17479
2018-11-19 23:52:22 +01:00
Renaud
14f2488216
Merge pull request #50791 from r-ryantm/auto-update/deepin-terminal
deepin.deepin-terminal: 3.0.10 -> 3.0.10.2
2018-11-19 23:52:05 +01:00
Renaud
24967b2b0a
Merge pull request #50517 from c0bw3b/pkg/planner
planner: 20170425 -> unstable-2018-03-25
2018-11-19 23:51:07 +01:00
Renaud
c2f9aef286
Merge pull request #50648 from r-ryantm/auto-update/python3.6-breathe
python36Packages.breathe: 4.10.0 -> 4.11.0
2018-11-19 23:50:16 +01:00
R. RyanTM
b385719107 eccodes: 2.9.0 -> 2.9.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eccodes/versions
2018-11-19 14:27:20 -08:00
R. RyanTM
5beb37d258 elfutils: 0.174 -> 0.175
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/elfutils/versions
2018-11-19 14:21:00 -08:00
Matthew Bauer
285eb9a894 cmake: set CTEST_OUTPUT_ON_FAILURE globally
We should always use this.
2018-11-19 16:16:16 -06:00
Renaud
e3d9b0009a
Merge pull request #50777 from r-ryantm/auto-update/equilux-theme
equilux-theme: 20180927 -> 20181029
2018-11-19 23:11:41 +01:00
Matthew Bauer
5767ea8955 bc: flex is also a runtime dep
This is one of the rare times when flex is not just needed at build
time. When cross compiling, we will need 2 versions of flex - one for
the local system and one for the cross system.
2018-11-19 16:05:33 -06:00
Cole Mickens
719feb8f55 fmtlib: add pkgconfig
* fmtlib: add pkgconfig (#48960)
2018-11-19 23:02:21 +01:00
Renaud
f9bb8fbbd2
Merge pull request #50784 from r-ryantm/auto-update/dde-session-ui
deepin.dde-session-ui: 4.6.1 -> 4.6.2
2018-11-19 22:49:58 +01:00
Renaud
3c33d9a857
Merge pull request #50779 from r-ryantm/auto-update/flow
flow: 0.85.0 -> 0.86.0
2018-11-19 22:48:20 +01:00
R. RyanTM
db476e8f9d lmodern: 2.004.4 -> 2.004.5 (#50709)
* lmodern: 2.004.4 -> 2.004.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lmodern/versions

* lmodern: fix hash
2018-11-19 22:45:30 +01:00
Renaud
dbe12f7d48
Merge pull request #50783 from romildo/upd.materia-theme
materia-theme: 20180928 -> 20181115
2018-11-19 22:43:53 +01:00
R. RyanTM
996d07d1ac closurecompiler: 20180910 -> 20181008
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/closure-compiler/versions
2018-11-19 13:34:57 -08:00
Herwig Hochleitner
86ec6b14fc wine: correct comment in sources 2018-11-19 22:30:36 +01:00
Lengyel Balazs
34c09d9caa wine{Unstable,Staging}: 3.18 -> 3.20
close #50637
2018-11-19 22:30:36 +01:00
Renaud
e49c389b30
Merge pull request #50697 from erosennin/trojita-l10n
trojita: build translation files
2018-11-19 22:30:00 +01:00
R. RyanTM
1c3f747dcc deepin.deepin-terminal: 3.0.10 -> 3.0.10.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/deepin-terminal/versions
2018-11-19 13:29:12 -08:00
Renaud
3f137d8199
Merge pull request #50692 from r-ryantm/auto-update/mwic
mwic: 0.7.6 -> 0.7.7
2018-11-19 22:23:29 +01:00
Renaud
6550c0275e
Merge pull request #50703 from r-ryantm/auto-update/ltl2ba
ltl2ba: 1.2b1 -> 1.2
2018-11-19 22:21:52 +01:00
Renaud
93285ecbea
Merge pull request #50711 from r-ryantm/auto-update/librealsense
librealsense: 2.16.1 -> 2.16.4
2018-11-19 22:16:43 +01:00
R. RyanTM
97e90a4866 cni-plugins: 0.7.3 -> 0.7.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cni-plugins/versions
2018-11-19 13:10:48 -08:00
zimbatm
d979b8bec1
terragrunt: delete old versions
These are very old and blocking cleaning old terraform releases
2018-11-19 22:10:06 +01:00
R. RyanTM
f5464f9544 jdupes: 1.11 -> 1.11.1
* jdupes: 1.11 -> 1.11.1 (#50725)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jdupes/versions

* jdupes: fix hash
2018-11-19 21:58:19 +01:00
Renaud
90f81888f6
Merge pull request #50662 from r-ryantm/auto-update/padthv1
padthv1: 0.9.2 -> 0.9.3
2018-11-19 21:53:07 +01:00
Tad Fisher
5603017566 org-packages: 2018-11-19 2018-11-19 12:51:39 -08:00
Renaud
5a19d0ec2d
Merge pull request #50705 from r-ryantm/auto-update/libversion
libversion: 2.7.0 -> 2.8.1
2018-11-19 21:51:14 +01:00
Tad Fisher
030eda9395 melpa-stable-packages: 2018-11-19 2018-11-19 12:50:30 -08:00
Tad Fisher
1b490d1977 melpa-packages: 2018-11-19 2018-11-19 12:49:16 -08:00
R. RyanTM
c9cdb753ef deepin.dde-session-ui: 4.6.1 -> 4.6.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dde-session-ui/versions
2018-11-19 12:45:42 -08:00
José Romildo Malaquias
0b941d3856 materia-theme: 20180928 -> 20181115 2018-11-19 18:29:26 -02:00
Daiderd Jordan
13074b57cb
Merge pull request #49708 from periklis/nix-index-fix-darwin
nix-index: fix darwin build
2018-11-19 21:25:46 +01:00
Ryan Mulligan
135841f9cc
Merge pull request #50693 from r-ryantm/auto-update/now-cli
now-cli: 11.5.2 -> 12.1.3
2018-11-19 12:21:54 -08:00
Jan Tojnar
17b0974aa9
Merge pull request #50742 from worldofpeace/bookworm/2018-11-19
bookworm: 2018-10-21 -> unstable-2018-11-19
2018-11-19 21:17:15 +01:00
R. RyanTM
57fcacf214 flow: 0.85.0 -> 0.86.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flow/versions
2018-11-19 12:14:32 -08:00
Matthew Bauer
123da1f9c8
Merge pull request #50674 from matthewbauer/proofing
Doc clean up
2018-11-19 14:13:54 -06:00
R. RyanTM
c779ea7360 equilux-theme: 20180927 -> 20181029
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/equilux-theme/versions
2018-11-19 12:08:57 -08:00
R. RyanTM
67f829c284 font-awesome_5: 5.1.0 -> 5.5.0
* font-awesome_5: 5.1.0 -> 5.5.0 (#50756)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/font-awesome/versions

* font-awesome_5: fix hash
2018-11-19 20:57:14 +01:00
Tad Fisher
a79ba156f4 elpa-packages: 2018-11-19 2018-11-19 11:55:26 -08:00
Andreas Rammhold
99c1efa199
Merge pull request #46852 from dtzWill/update/sqlite-3.25
sqlite: 3.24.0 -> 3.25.3
2018-11-19 20:53:48 +01:00