Joachim F
7badb92629
Merge pull request #26404 from ambrop72/kdevelop-511
...
kdevelop: 5.0.4 -> 5.1.1
2017-06-09 08:44:01 +01:00
Simon Lackerbauer
63e967a33a
lbreakout2: init at 2.6.5
2017-06-09 09:25:28 +02:00
Peter Simons
fbb5b2ef01
multi-ghc-travis: update to latest git version
2017-06-09 09:23:36 +02:00
Simon Lackerbauer
d6138238e3
add package for lbreakout2, a breakout clone from the popular lgames
...
series
2017-06-09 09:21:17 +02:00
Michał Pałka
965668903a
xen: fix pygrub by making sure it is wrapped
...
Recent commit #c10af9e744c91dff1ccc07a52a0b57d1e4d339f3 changed the
behaviour of wrapPythonPrograms, which caused pygrub to no longer
being wrapped. This commit fixes this.
2017-06-09 06:22:03 +00:00
Peter Hoeg
bcf9af560a
ncmpc: 0.24 -> 0.27
...
Upstream has moved to github as well.
2017-06-09 12:55:20 +08:00
Peter Hoeg
207ac3c7b8
mpd_clientlib: 2.10 -> 2.11
...
Upstream has moved to github as well.
2017-06-09 12:55:20 +08:00
Peter Hoeg
c87f034977
mpd: 0.20.6 -> 0.20.9
...
Upstream has also moved to github.
2017-06-09 12:04:58 +08:00
Peter Hoeg
292f121fb2
mpc: 0.27 -> 0.28
...
Upstream has also moved to github
2017-06-09 12:04:58 +08:00
Tuomas Tynkkynen
2bfc977b6e
ethtool: 4.10 -> 4.11
2017-06-09 01:58:23 +03:00
Joachim Fasting
8e706b051e
tor: 0.3.0.7 -> 0.3.0.8
...
Of particular note are fixes for hidden service crashing bugs
(TROVE-2017-004 and TROVE-2017-005).
See https://blog.torproject.org/blog/tor-0308-released-fix-hidden-services-also-are-02429-02514-02612-0278-02814-and-02911
2017-06-09 00:40:25 +02:00
Tim Jäger
cfe23e19ab
buck: build buckd as well
...
buck tries to launch buckd to run in the background. While not neccessary, it
does speed up builds.
2017-06-08 15:36:30 -07:00
André-Patrick Bubel
55f0f9e1a4
profanity: enable tray icon support
...
Profanity can show a tray icon, e.g. showing that messages were received.
This enables support for the feature.
2017-06-08 22:55:42 +02:00
Jörg Thalheim
ffdfa662fc
Merge pull request #26476 from romildo/upd.jetbrains
...
jetbrains.clion: 2017.1.1 -> 2017.1.3, jetbrains.idea-community: 2017.1.3 -> 2017.1.4, jetbrains.idea-ultimate: 2017.1.3 -> 2017.1.4
2017-06-08 21:35:24 +01:00
Jörg Thalheim
ff139c49f7
Merge pull request #26438 from jgertm/jgertm/buck
...
buck: init at v2017.05.31.01
2017-06-08 21:27:33 +01:00
Jörg Thalheim
211736fabf
Merge pull request #26472 from romildo/upd.colordiff
...
colordiff: 1.0.16 -> 1.0.18
2017-06-08 21:25:06 +01:00
Mathias Schreck
9540cc4645
nodejs: 8.0.0 -> 8.1.0
2017-06-08 22:15:57 +02:00
Daiderd Jordan
e88a89ad33
erlang: use makeOverridable for customizations
2017-06-08 22:13:30 +02:00
Tuomas Tynkkynen
69901f16c9
yle-dl: 2.15 -> 2.16
2017-06-08 23:13:06 +03:00
Tuomas Tynkkynen
211c55b247
strace: 4.16 -> 4.17
2017-06-08 23:13:06 +03:00
Tuomas Tynkkynen
97d29ffbfd
nano: 2.8.3 -> 2.8.4
2017-06-08 23:13:06 +03:00
Tuomas Tynkkynen
cd46df3a1e
fio: 2.19 -> 2.20
2017-06-08 23:13:06 +03:00
Tuomas Tynkkynen
9e41ba6e96
bastet: 0.43.1 -> 0.43.2
2017-06-08 23:13:06 +03:00
Tuomas Tynkkynen
399afc13e4
afl: 2.41b -> 2.42b
2017-06-08 23:13:06 +03:00
romildo
277b562324
jetbrains.idea-community: 2017.1.3 -> 2017.1.4
2017-06-08 16:57:50 -03:00
romildo
bc1f59fb4f
jetbrains.idea-ultimate: 2017.1.3 -> 2017.1.4
2017-06-08 16:45:14 -03:00
John Ericson
2f348884b8
Merge pull request #26471 from obsidiansystems/gcc7-no-cross-arg
...
gcc 7: Remove `cross` arguments and don't use stdenv.is*
2017-06-08 15:40:35 -04:00
Vladimír Čunát
2993b7e096
Merge branch 'master' into staging
...
>10k of rebuilds from master
2017-06-08 20:56:22 +02:00
romildo
b57a14810b
jetbrains.clion: 2017.1.1 -> 2017.1.3
2017-06-08 15:54:51 -03:00
Vladimír Čunát
8b49936ad4
vboot_reference: fix evaluation after 1aac1fe5dd
2017-06-08 20:53:20 +02:00
Jörg Thalheim
e2197465c1
cc-wrapper: externalize default_cxx_stdlib_compile
...
This value is require to get c++ std include path for libclang based tools (vim plugins in my case).
I currently extract it this with this rather command:
```
eval echo $(nix-instantiate --eval --expr 'with (import <nixpkgs>) {}; clang.default_cxx_stdlib_compile')
```
it did not trigger any recompilation on my system.
2017-06-08 19:50:40 +01:00
Vladimír Čunát
10f9fb63f1
nfs-utils: fixup setuid/setgid build problems, hopefully
2017-06-08 20:43:04 +02:00
Tim Jäger
926f3eada8
buck: cleanup
2017-06-08 11:26:42 -07:00
John Ericson
7a13457253
gcc 7: Remove cross
arguments and don't use stdenv.is*
...
These changes were already done for the older GCCs, but 7 slipped
through the cracks.
2017-06-08 14:08:31 -04:00
romildo
146ac9c771
qt5ct: 0.32 -> 0.33
2017-06-08 15:07:12 -03:00
romildo
b5fc15610a
colordiff: 1.0.16 -> 1.0.18
2017-06-08 14:57:22 -03:00
James Kent
3cb5d52dac
pkgs.python.astropy: init at 1.3.3
2017-06-08 17:50:22 +02:00
Frederik Rietdijk
50103e9c08
Merge pull request #26467 from ericsagnes/pkg-update/theano
...
pythonPackages.Theano: 0.8.1 -> 0.9.0
2017-06-08 16:55:08 +02:00
Rok Garbas
a0afc4f0d1
firefox-*-bin: updates ( #26462 )
...
* firefox-beta-bin: 51.0b8 -> 54.0b13
* firefox-devedition-bin: init at 54.0b14
Firefox DevEdition became a new product of Mozilla and is "repackaged"
Firefox Beta with its own release channel and six weeks release cycle as
other channels. It is no longer being built on nightly basis
* updated the update.nix script to facilitata firefox-devedition-bin
* disabling automatic updates by pointing to non existing channel
* f firefoxWrapper looks for gtk3 attribute to wrap the executable gtk3 to wrap the binary with needed ``XDG_DATA_DIRS``
2017-06-08 15:33:24 +02:00
Jörg Thalheim
451de09f51
autorandr: fix python shebang
2017-06-08 12:11:43 +01:00
Gleb Peregud
3426c88bff
erlang: Generalize Erlang/OTP derivations.
...
Switch official Erlang versions to use a common builder.
2017-06-08 11:29:47 +02:00
Gleb Peregud
96f4cac659
erlang: Move all BEAM packages into beam-packages.
...
This applies to Erlang, Elixir and LFE packages.
beam-packages provides interpreters and packages sets separately. This
is in preparation of generalizing BEAM interpreters definitions.
2017-06-08 11:28:44 +02:00
Jörg Thalheim
340b3148c6
Merge pull request #26425 from uskudnik/idea-ultimate-minor-2017.1.3
...
idea.idea-ultimate: 2017.1.2 -> 2017.1.3
2017-06-08 09:32:02 +01:00
Jörg Thalheim
dffbe98dd6
buck: make propagatedBuildInputs runtime deps
2017-06-08 08:36:59 +01:00
Frederik Rietdijk
a051c75e6f
Merge pull request #26466 from ericsagnes/pkg-update/Fab
...
pythonPackages.Fabric: 1.10.2 -> 1.13.2
2017-06-08 09:36:15 +02:00
Tim Jäger
0576bda744
vagrant: against libffi ( #26440 )
...
* Link vagrant against libffi
Vagrant requires libffi to run
with (vagrant-fsnotify)[https://github.com/adrienkohlbecker/vagrant-fsnotify ].
* vagrant: nitpick
2017-06-08 07:20:10 +01:00
Jörg Thalheim
0d437af073
Merge pull request #26465 from sigma/pr/fzf-0.16.8
...
fzf: 0.16.7 -> 0.16.8
2017-06-08 07:10:42 +01:00
Eric Sagnes
a8b9b9b0d8
pythonPackages.Theano: 0.8.1 -> 0.9.0
2017-06-08 14:16:40 +09:00
Eric Sagnes
4f4ba1186e
pythonPackages.Fabric: 1.10.2 -> 1.13.2
2017-06-08 13:26:37 +09:00
Yann Hodique
3ac67c1482
fzf: 0.16.7 -> 0.16.8
2017-06-07 17:53:20 -07:00