108704 Commits

Author SHA1 Message Date
Jörg Thalheim
029125b973
postgresql: add man output
the doc output is not installed by default (where manpages where
included). This leads to manpages not present when enabling postgresql
service. fixes #25928
2017-05-20 07:07:12 +01:00
Peter Hoeg
28e05a0dfd keybase-gui: 1.0.18 -> 1.0.23 2017-05-20 12:14:04 +08:00
Patrick Callahan
42c768c8e8 fish: (NixOS only) source configuration sections anew in all child shells
this fixes issue #25800: https://github.com/NixOS/nixpkgs/issues/25800
2017-05-19 21:00:24 -07:00
Patrick Callahan
3f91e0dbae fish: source NixOS environment on non-login shells, when it hasn't been
sourced
(this fixes issue #25789:
https://github.com/NixOS/nixpkgs/issues/25789#issuecomment-301577290 and
the issue with git-annex mentioned here
https://github.com/NixOS/nixpkgs/pull/24314#issuecomment-301587124 )
2017-05-19 21:00:24 -07:00
romildo
58c17c75ba elementary-icon-theme: 4.0.3 -> 4.1.0 2017-05-19 20:48:31 -03:00
spamntaters
2f455390a5 Opera: 44.0.2510.857 -> 45.0.2552.812 2017-05-19 19:48:28 -04:00
John Ericson
7e096024d7 glibc: Fix for cross 2017-05-19 18:44:24 -04:00
John Ericson
b175feb8e1 Merge pull request #25875 from obsidiansystems/ncurses-cross
ncurses: Break hash to simplify derivation
2017-05-19 18:39:12 -04:00
Vladimír Čunát
9f6b1dca58
Merge #25708: fltk: 1.3.3 -> 1.3.4 2017-05-19 23:52:14 +02:00
Vladimír Čunát
dc8c798e5d
Merge #25538: haxe: 3.2.1 -> 3.4.2 2017-05-19 23:44:18 +02:00
Will Dietz
3d1c1c5af3 llvm-4/*: indicate which build inputs are nativeBuildInputs. 2017-05-19 15:38:00 -05:00
Will Dietz
9aa3548931 llvm-4/clang-4: Build and install man pages 2017-05-19 15:37:59 -05:00
Shea Levy
b71b7ee622 fetchFromGitHub: Allow private repos, hosted githubs 2017-05-19 15:38:01 -04:00
Jörg Thalheim
06767b81e0 Merge pull request #25924 from vdemeester/update-gogland
idea.gogland: 171.3780.106 -> 171.4424.55
2017-05-19 20:35:59 +01:00
Vladimír Čunát
9195672200
Merge #25918: firefox*: bugfix updates 2017-05-19 20:57:43 +02:00
Robert Helgesson
0fbc6630a3
perl-Socket6: 0.25 -> 0.28 2017-05-19 20:33:13 +02:00
Luke Gorrie
31e32f2809
perlPackages.NetPatricia and perlPackages.NetCIDRLite (new) 2017-05-19 20:16:08 +02:00
Michael Lieberman
d0d30df446 confluent-kafka: init at 0.9.4
Disabled tests for python 3 since the 0.9.4 release has failing tests
when run under python 3.
2017-05-19 13:58:57 -04:00
Martin Wohlert
b15baed9e7 gnupg: 2.1.20 -> 2.1.21 2017-05-19 19:38:33 +02:00
Stefan Lau
a3696aa090 networkmanager_fortisslvpn: init at 1.2.4 2017-05-19 19:18:30 +02:00
Vincent Demeester
f28f96b235
idea.gogland: 171.3780.106 -> 171.4424.55
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-05-19 17:19:54 +02:00
Jörg Thalheim
9f433595be Merge pull request #25886 from jdanekrh/jd_idea2017.1.3
idea-community: 2017.1.1 -> 2017.1.3
2017-05-19 16:00:58 +01:00
Niklas Hambüchen
13eefe13cd glusterfs: Upgrade to 3.10.2 2017-05-19 16:56:31 +02:00
Niklas Hambüchen
ff4eb1eaa6 glusterfs service: Copy hooks to /var at startup.
This is where glusterfs expects them; see also
https://github.com/gluster/glusterfs/blob/v3.10.1/extras/hook-scripts/Makefile.am#L4

Also see upstream bug https://bugzilla.redhat.com/show_bug.cgi?id=1452761
2017-05-19 16:56:31 +02:00
Niklas Hambüchen
01bbdae2fe glusterfs: Enable parallel building.
I checked for determinism with `nix-build --option build-repeat 10`.
2017-05-19 16:56:30 +02:00
Niklas Hambüchen
85f6ff48e1 glusterfs: Make commands that gluster calls work. Fixes #25620.
Done by setting PATH and PYTHONPATH appropriately.

Adds the following patches:

* One that removes hardcodes to /sbin, /usr/bin, etc.
  from gluster, so that programs like `lvm` and `xfs_info` can be
  called at runtime; see https://bugzilla.redhat.com/show_bug.cgi?id=1450546.
* One that fixes unsubstituted autoconf macros in paths (a problem
  in the 3.10 release); see https://bugzilla.redhat.com/show_bug.cgi?id=1450588.
* One that removes uses of the `find_library()` Python function that does
  not behave as expected in Python < 3.6 (and would not behave correctly
  even on 3.6 in nixpkgs due to #25763);
  see https://bugzilla.redhat.com/show_bug.cgi?id=1450593.

I think that all of these patches should be upstreamed.

Also adds tests to check that none of the Python based utilities
throw import errors, calling `--help` or equivalent on them.
2017-05-19 16:56:30 +02:00
Niklas Hambüchen
833acf9ff1 glusterfs: Use github instead of download.gluster.org to obtain source.
This is because the source tarball available on
  https://download.gluster.org/pub/gluster/glusterfs/3.10/3.10.1/glusterfs-3.10.1.tar.gz
has different contents than the v3.10.1 tag;
for example, it lacks the file `xlators/features/ganesha/src/Makefile.am`,
which the tag has.
This is because GluserFS's release process removes some unused files.

This made impossible to apply patches written by or for upstream, as those
are written against what's in upstream's git.

As a nice side effect, we no longer have to hardcode the "3.10" in the
`3.10/${version}` part of the URL.
2017-05-19 16:56:30 +02:00
Niklas Hambüchen
2f7152f997 glusterfs: Remove no longer needed subsitutions of DESTDIR.
They were made unnecessary in commit d07154b3bc8, which added
`makeFlags = "DESTDIR=$(out)";`.
2017-05-19 16:56:30 +02:00
Daniel Brockman
dd35dbcc27 solc: 0.4.8 -> 0.4.11 2017-05-19 16:34:10 +02:00
Jörg Thalheim
c1579f4863 Merge pull request #25913 from czyzykowski/bup-on-osx
bup: enable darwin build
2017-05-19 15:31:11 +01:00
Frederik Rietdijk
acd32a4caf Python: set DETERMINISTIC_BUILD and PYTHONHASHSEED in setupHook
The Python interpreters are patched so they can build .pyc bytecode free
of certain indeterminism.

When building Python packages we currently set

```
compiling python files.
in nix store.
DETERMINISTIC_BUILD=1;
PYTHONHASHSEED = 0;
```

Instead if setting these environment variables in the function that
builds the package, this commit sets the variables instead in the Python
setup hook. That way, whenever Python is included in a derivation, these
variables are set.

See also the issue https://github.com/NixOS/nixpkgs/issues/25707.
2017-05-19 16:28:11 +02:00
taku0
7868cb8ad4 common-updater-script: fix error handling
diffutils is required for cmp command
2017-05-19 17:14:43 +03:00
Eelco Dolstra
53cd7f3373 Merge pull request #25920 from volth/test-driver-send-capital-letters
test-driver: sendKeys() support for capital letters
2017-05-19 16:13:06 +02:00
Volth
e5fbeb2f11 test-driver: sendKeys() support for capital letters 2017-05-19 13:56:24 +00:00
Peter Simons
c1609e4a4d libqmi: enable MBIM support 2017-05-19 14:29:09 +02:00
Peter Simons
9b54745c61 libqmi: update to version 1.18.0
The new version adds a dependency in libgudev.
2017-05-19 14:29:09 +02:00
Jörg Thalheim
ccb850248f
bcachefs-tools: 2017-05-08 -> 2017-05-12 2017-05-19 13:24:50 +01:00
taku0
1b3f3f0f1f firefox-esr: 52.1.1esr -> 52.1.2esr 2017-05-19 21:22:05 +09:00
taku0
0460c77eb2 firefox: 53.0.2 -> 53.0.3 2017-05-19 21:20:36 +09:00
Jörg Thalheim
db70f2958a Merge pull request #25580 from davidak/bcachefs-tools
bcachefs-tools: init at a588eb0
2017-05-19 13:16:58 +01:00
taku0
b646ead557 firefox-bin: 53.0.2 -> 53.0.3 2017-05-19 21:12:33 +09:00
Lukasz Czyzykowski
4a9b30028d bup: enable darwin build
This package builds fine on macOS.
2017-05-19 13:54:28 +02:00
Andrew Miloradovsky
8633aba1e1 dale: 20170419 -> 20170519
Includes some stability/predictability and portability improvements.
2017-05-19 11:39:06 +00:00
Peter Hoeg
0f59c9ce83 libguestfs: fix build 2017-05-19 19:29:41 +08:00
Frederik Rietdijk
61451f1011 Merge pull request #25870 from risicle/pyproj-tests
pyproj: enable tests, use bundled proj by default
2017-05-19 12:46:10 +02:00
Jörg Thalheim
b321fdf8eb Merge pull request #25910 from aneeshusa/update-salt-to-2016.11.5
salt: 2016.11.4 -> 2016.11.5
2017-05-19 11:11:57 +01:00
Aneesh Agrawal
c392d1f9c9 salt: 2016.11.4 -> 2016.11.5 2017-05-19 05:05:14 -04:00
Jörg Thalheim
bde09a92c1 Merge pull request #25774 from matthewbauer/xapian-fixup
xapian: fixup darwin
2017-05-19 09:41:01 +01:00
Tristan Helmich
2b7eb321de matrix-synapse: 0.20.0 -> 0.21.0 2017-05-19 10:11:46 +02:00
Peter Simons
769e14a422 multi-ghc-travis: update to latest git version and install both scripts
We're using the names 'make-travis-yml' and 'make-travis-yml-2' now, which
feels more in-line'ish with the Cabal file hvr is distributing.
2017-05-19 09:26:28 +02:00