Commit Graph

108149 Commits

Author SHA1 Message Date
Pascal Bach 1541140473 emby service: allow changing data directory 2017-05-20 09:56:06 +02:00
Jörg Thalheim ab21a2139e Merge pull request #25932 from romildo/upd.elementary-icon-theme
elementary-icon-theme: 4.0.3 -> 4.1.0
2017-05-20 08:55:32 +01:00
Jörg Thalheim 98fe402d93 Merge pull request #25933 from spamntaters/opera-update
Opera: 44.0.2510.857 -> 45.0.2552.812
2017-05-20 08:55:07 +01:00
Jens Binkert 72589c9d30 Typora: init at 0.9.29 (#25899)
* Typora: init at 0.9.29

* typora: adapt description
2017-05-20 08:52:11 +01:00
Unai Zalakain f76ce5983d rarfile: 2.6 -> 3.0 (#25885)
* rarfile: 2.6 -> 3.0

* rarfile: enable tests
2017-05-20 08:19:40 +01:00
Protean Security d89aaca611 tcpreplay: init at 4.2.5 (#25891)
* tcpreplay: init at 4.2.5

* fix the license meta info

* tcpreplay: use bsd3 license from lib.licenses
2017-05-20 07:51:36 +01:00
Jörg Thalheim 300b63c5ea Merge pull request #25911 from amiloradovsky/dale
dale: 20170419 -> 20170519
2017-05-20 07:41:29 +01:00
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
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
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
Vladimír Čunát 5aa530f2a8
Merge branch 'master' into staging
A few thousand rebuilds from master.
2017-05-19 08:57:59 +02:00