1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-15 17:25:11 +00:00
Commit graph

134984 commits

Author SHA1 Message Date
Silvan Mosberger 3f9876a253
rocksdb_lite: Fix 2018-04-04 03:23:24 +02:00
Tim Steinbach 5a53b98248
openjdk10: Use included cacerts 2018-04-03 19:17:35 -04:00
Michael Raskin 713b0f77fb
Merge pull request #38077 from nyarly/create-cycle-app
(create-cycle-app): init at 4.0.0
2018-04-03 22:57:37 +00:00
Tim Steinbach 3bd496faa8
git: 2.16.3 -> 2.17.0 2018-04-03 18:16:27 -04:00
Silvan Mosberger 4645b12e03
xburst-tools: Fix build 2018-04-03 23:32:46 +02:00
Ryan Mulligan b705ac629f sysvinit: 2.88dsf -> 2.89
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/sysvinit/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/n54idc6ddkgkwnbbg8y6avb5wvzb5s34-sysvinit-2.89/bin/last help` got 0 exit code
- ran `/nix/store/n54idc6ddkgkwnbbg8y6avb5wvzb5s34-sysvinit-2.89/bin/utmpdump -h` got 0 exit code
- ran `/nix/store/n54idc6ddkgkwnbbg8y6avb5wvzb5s34-sysvinit-2.89/bin/wall help` got 0 exit code
- found 2.89 with grep in /nix/store/n54idc6ddkgkwnbbg8y6avb5wvzb5s34-sysvinit-2.89
- directory tree listing: https://gist.github.com/6fdc40b90f12b6caa767385d367da4d9
2018-04-03 16:03:43 -05:00
Piotr Bogdan a1fec88085 libqtxdg: fix pkgconfig files
Without this change pkgconfig files contain incorrect values for libdir and
includedir in the form of:

prefix: /nix/store/...liblibqtxdg
libdir: ${prefix}//nix/store/.../libqtxdg/lib
includedir: ${prefix}//nix/store/.../libqtxdg/include
2018-04-03 21:54:38 +01:00
Guillaume Maudoux f338e4c3db cups-filters: remove myself from maintainers 2018-04-03 22:46:27 +02:00
nyanloutre 172ca5884b
transmission: settings doc location changed 2018-04-03 22:32:36 +02:00
Daiderd Jordan cc1d4addc5
Merge pull request #38384 from mbode/tectonic_darwin
tectonic: fix darwin build
2018-04-03 21:10:26 +02:00
Will Dietz 0086036141 Machine.pm: tweak to look for graphical target in waitForX
Current message may not be printed
(nothing in systemd contains that string,
 it comes from elsewhere)
2018-04-03 13:59:16 -05:00
Alexander Krupenkin d305c24b8d parity: new release 1.10.0 (#37618)
* parity: 1.8.11 -> 1.9.5

* parity-beta: 1.9.4 -> 1.10.0

* parity: patch fixes
2018-04-03 13:23:46 -05:00
Matthew Justin Bauer b8420be125
Merge pull request #37603 from limeytexan/perlPackages.perlldap
perlPackages.perlldap: init at 0.65
2018-04-03 13:23:05 -05:00
Matthew Justin Bauer b3788ffcb0
Merge pull request #38046 from ryantm/auto-update/urlwatch
urlwatch: 2.8 -> 2.9
2018-04-03 13:21:39 -05:00
Matthew Justin Bauer 60f8df20ae
Merge pull request #38164 from r-ryantm/auto-update/pmd
pmd: 6.1.0 -> 6.2.0
2018-04-03 13:21:00 -05:00
Matthew Justin Bauer 3bbea5c65b
Merge pull request #38381 from xeji/p/mailutils
mailutils: disable parallel building
2018-04-03 13:20:30 -05:00
Will Dietz 8422a14493
Merge pull request #37810 from dtzWill/update/udisks2-2.1.8
udisks2: 2.1.6 -> 2.1.8, extend workaround to include musl
2018-04-03 13:20:09 -05:00
John Ericson adaa110a72 binutils: No more darwin conditionals
Since at least d7bddc27b2, we've had a
situation where one should depend on:

 - `stdenv.cc.bintools`: for executables at build time
 - `libbfd` or `libiberty`: for those libraries
 - `targetPackages.cc.bintools`: for exectuables at *run* time
 - `binutils`: only for specifically GNU Binutils's executables,
   regardless of the host platform, at run time.

and that commit cleaned up this usage to reflect that. This PR flips the
switch so that:

 - `binutils` is indeed unconditionally GNU Binutils
 - `binutils-raw`, which previously served that role, is gone.

so that the correct usage will be enforced going forward and everything
is simple.

N.B. In a few cases `binutils-unwrapped` (which before and now was
unconditionally actual GNU binutils), rather than `binutils` was used to
replace old `binutils-raw` as it is friendly towards some cross
compilation usage by avoiding a reference to the next bootstrapping
change.
2018-04-03 13:34:52 -04:00
Peter Simons 97e891aee0
Merge pull request #38314 from ElvishJerricco/fix-ghcjs-7.10
Fix GHCJS 7.10
2018-04-03 18:15:44 +02:00
Jan Tojnar e362dd6d4c
gnomeExtensions.dash-to-dock: 62 → 63 2018-04-03 18:13:25 +02:00
Jan Tojnar 817c086642
Merge pull request #38392 from hedning/gvfs-fix
gvfs: fix non-deterministic build failure
2018-04-03 18:03:54 +02:00
adisbladis 729cd0352d
Merge pull request #38294 from r-ryantm/auto-update/cups-filters
cups-filters: 1.20.1 -> 1.20.2
2018-04-03 23:56:07 +08:00
Jan Tojnar 74839720f9
Merge pull request #38375 from hedning/webkitgtk-fix-build-failure
webkitgtk: fix non-deterministic build failure
2018-04-03 17:20:15 +02:00
Jan Tojnar 317567e017
Merge pull request #38390 from hedning/gnome-shell-extensions
Fix gnome-shell-extensions-3.28.0
2018-04-03 17:06:54 +02:00
adisbladis 6a6bdca507
Merge pull request #38322 from rvl/buildkite-agent
buildkite-agent: 2.6.9 -> 2.6.10
2018-04-03 22:44:57 +08:00
Ben Gamari ef3c42b9c4 pythonPackages.vxi11: init at 0.9 2018-04-03 16:39:17 +02:00
Ricardo M. Correia 9c5f79d2ab
Merge pull request #38347 from r-ryantm/auto-update/icedtea-web
icedtea8_web: 1.6.2 -> 1.7.1
2018-04-03 16:33:44 +02:00
Michael Bishop 3c9e579d1e
make-system-tarball: allow alternate compression methods 2018-04-03 11:30:43 -03:00
Tor Hedin Brønner 7f3e2f62c1 gnome3.gnome-tweaks: make tweaks aware of gnome-shell-extensions
This makes it possible to use the `user-theme` extension.
2018-04-03 16:12:18 +02:00
Tor Hedin Brønner 43ce9b93f5 gnome3.gnome-shell-extensions: let apps-menu know about gnome-menus 2018-04-03 16:10:23 +02:00
Tor Hedin Brønner 1661e88e82 gnome3.gnome-shell-extensions: build schema files 2018-04-03 16:10:12 +02:00
adisbladis f379933672
Merge pull request #38358 from samueldr/dbeaver/5.0.2
dbeaver: 5.0.0 -> 5.0.2
2018-04-03 21:58:57 +08:00
Will Dietz 9714501256
Merge pull request #38385 from dtzWill/update/mesa-17.3.7
mesa: 17.3.6 -> 17.3.7, use llvm6
2018-04-03 08:45:31 -05:00
adisbladis 3593d19a64
Merge pull request #38379 from andrestylianos/joker
joker: 0.8.9 -> 0.9.1
2018-04-03 21:37:17 +08:00
Tor Hedin Brønner ebda67e15f gvfs: fix non-deterministic build failure 2018-04-03 15:29:24 +02:00
Will Dietz 1d16384bb6 mesa: use llvm6 2018-04-03 08:11:27 -05:00
Will Dietz 231cdaf159 mesa: 17.3.6 -> 17.3.7 2018-04-03 08:11:26 -05:00
Will Dietz 08b299abea
Merge pull request #38389 from dtzWill/fix/gnumakeHEAD-remove
gnumake42HEAD: remove attribute to fix eval
2018-04-03 08:06:00 -05:00
Will Dietz 4cee817a31 gnumake42HEAD: remove attribute to fix eval
This was removed as part of
519f0b8db2
but is still present for whatever reason.

Remove since the file no longer exists.
2018-04-03 08:04:25 -05:00
Will Dietz 8515a1a50e
Merge pull request #38387 from NixOS/revert-38354-update/git-2.17.0
Revert "git: 2.16.3 -> 2.17.0"
2018-04-03 07:56:48 -05:00
Will Dietz 2b29239eff
Revert "git: 2.16.3 -> 2.17.0" 2018-04-03 07:52:38 -05:00
Maximilian Bosch a770159b76
Revert "dlib: 19.9 -> 19.10"
This reverts commit 7ec4573f4c.
2018-04-03 14:45:54 +02:00
Maximilian Bosch 6df74adb14
pythonPackages.face_recognition: 1.2.1 -> 1.2.2
The following fixes have been applied according to the changelog (https://github.com/ageitgey/face_recognition/releases)

- Added the face_detection CLI command
- Removed dependencies on scipy to make installation easier
- Cleaned up KNN example and fixed a bug with drawing fonts to label detected faces in the demo

Furthermore the maintainer switched to actual GIT tags for PyPI releases
as discussed in ageitgey/face_recognition#417 and #37566
2018-04-03 14:45:53 +02:00
Michael Weiss 38d0e1ddf5 androidStudioPackages.{dev,canary}: 3.2.0.7 -> 3.2.0.8 2018-04-03 14:45:40 +02:00
Maximilian Bode 8f2102def6 tectonic: fix darwin build 2018-04-03 14:33:19 +02:00
Will Dietz fd1b47a47c
Merge pull request #38217 from r-ryantm/auto-update/libdrm
libdrm: 2.4.90 -> 2.4.91

Release announcement: https://lists.freedesktop.org/archives/dri-devel/2018-March/168156.html

libdrm newer than 2.4.90 (or older, actually) is required for pending mesa bump.
2018-04-03 07:32:56 -05:00
adisbladis 57ce94c971
Merge pull request #38350 from r-ryantm/auto-update/criu
criu: 3.8 -> 3.8.1
2018-04-03 19:57:19 +08:00
adisbladis 8a69ebd5f1
Merge pull request #38380 from andrestylianos/fix/nox-review-instructions
nixos/doc: fix instructions for nox-review usage
2018-04-03 19:52:24 +08:00
Thomas Tuegel 140f2a3584
tex-gyre-*-math: Move to tex-gyre-math package set
The `tex-gyre-*-math` fonts are moved to the `tex-gyre-math` set for consistency
with `tex-gyre` and to allow them to be easily installed together. Aliases are
created for backwards-compatibility.
2018-04-03 06:32:02 -05:00
Thomas Tuegel 87c12bda03
tex-gyre: use callPackages
Using `callPackages` instead of `callPackage` adds an `override` attribute to
each individual package instead of the set. Each member of the set is then just
a package so that `lib.attrValues tex-gyre` gives a list of packages that can be
installed.
2018-04-03 06:26:18 -05:00