Joachim Fasting
fb3853cd71
Revert "guitarix: webkitgtk2 -> webkitgtk ( #23390 )"
...
This reverts commit 0e2a8cd01c
.
Per https://github.com/NixOS/nixpkgs/pull/23390#issuecomment-283994426
guitarix only works with webkit1; replacing it with webkit2 then
is equivalent to removing it outright.
2017-03-03 17:30:32 +01:00
Franz Pletz
4ffa5fa182
urh: 1.3.3 -> 1.5.5
2017-03-03 17:19:25 +01:00
Thomas Tuegel
eccc1fa9bb
mesa: allow overriding driver compilation
2017-03-03 10:01:34 -06:00
Bart Brouns
0e2a8cd01c
guitarix: webkitgtk2 -> webkitgtk ( #23390 )
2017-03-03 16:58:10 +01:00
Bart Brouns
3d3096b229
VoiceOfFaust: fix pitchTracker ( #23394 )
2017-03-03 16:52:55 +01:00
Thomas Tuegel
494dc2af2e
Merge pull request #23423 from ttuegel/fricas
...
fricas: 1.2.2 -> 1.3.1
2017-03-03 09:49:47 -06:00
Frederik Rietdijk
1039e60027
Merge pull request #23332 from teh/zbf-pandas
...
pandas: Mark broken in i686.See #23253 .
2017-03-03 16:34:48 +01:00
Ji-Haeng Huh
85d0348e2a
eflite: init at 0.4.1
...
fixes #23336
2017-03-03 16:33:16 +01:00
Jörg Thalheim
bcef9f83c0
Merge pull request #23444 from nand0p/pylint-1.6.5
...
Pylint 1.6.5
2017-03-03 15:52:32 +01:00
Robin Gloster
fc57e634f3
scid: fix build
2017-03-03 15:18:08 +01:00
Fernando J Pando
f40b0f5e37
astroid: 1.4.4 -> 1.4.9
2017-03-03 08:46:46 -05:00
Fernando J Pando
6be140d621
pylint: 1.5.4 -> 1.6.5
...
- tested on nixos
- tested on darwin
2017-03-03 08:37:42 -05:00
Domen Kožar
fb40889ddb
mk-python-derivation: remove me as maintainer
...
The time has come ...
2017-03-03 14:37:28 +01:00
goibhniu
175a58dc41
Merge pull request #23339 from magnetophon/yoshimi
...
yoshimi: 1.4.1 -> 1.5.0
2017-03-03 14:32:45 +01:00
Vladimír Čunát
da34670033
snappy: split into multiple outputs
...
Most of the size was documentation;
it got into many closures via mysql attribute.
2017-03-03 14:30:36 +01:00
Vladimír Čunát
d5d7fcb95f
snappy: performance update 1.1.3 -> 1.1.4
...
... and use release tarball instead of snapshot.
2017-03-03 14:27:48 +01:00
Vladimír Čunát
5060f22839
Merge branch 'master' into staging
2017-03-03 14:20:15 +01:00
Vladimír Čunát
913aae40ba
luajitPackages.mpack.meta.broken = true
...
It seems only to link succesfully to vanilla lua.
http://hydra.nixos.org/build/49554613
2017-03-03 14:10:18 +01:00
Robin Gloster
bb9a37a2a5
ikarus: remove
...
unmaintained, only works on 32 bit
2017-03-03 13:43:04 +01:00
Benno Fünfstück
ac592121b9
xrectsel: remove unnecessary DESTDIR=$out
...
This avoids files being installed to $out/nix/store
2017-03-03 12:59:54 +01:00
Benno Fünfstück
a8458bb506
ffcast: remove unnecessary DESTDIR=$out
...
This avoids files being installed to $out/nix/store
2017-03-03 12:58:43 +01:00
Benno Fünfstück
253d736398
boinc: fix location of /etc in $out
...
Looks like the latest version no longer requires the patch, and the patch instead resulted in
/etc files being installed to `$out/$out/etc` instead of `$out/etc`
2017-03-03 12:58:43 +01:00
Pradeep Chhetri
2ac1a1da8b
kafka: 0.10.1.1 -> 0.10.2.0
2017-03-03 17:11:31 +05:30
Robin Gloster
75c3f00971
libclc: fix evaluation
2017-03-03 12:39:39 +01:00
Benno Fünfstück
1f7fe3dc07
vbam: fix location of etc in output
...
Shell variables are not expanded in cmakeFlags, so the etc files ended up in
`$out/'$out'/etc` instead of the expected `$out/etc`.
2017-03-03 12:27:49 +01:00
Benno Fünfstück
410bba8f95
libbladeRF: fix udev rule location in $out
...
Shell variables in cmakeFlags are not expanded, so the rules instead ended up
in `$out/'$out'/etc/udev/rules.d`.
2017-03-03 12:27:49 +01:00
Carles Pagès
0f9517eb9e
hexen: mark as broken
...
Does not build and is not maintained.
2017-03-03 12:03:48 +01:00
Domen Kožar
a32a00eb81
haskellPackages.http-api-data: dontCheck
...
(cherry picked from commit 2f4003b561
)
Signed-off-by: Domen Kožar <domen@dev.si>
2017-03-03 11:46:09 +01:00
Eelco Dolstra
7174dcab91
Merge pull request #23435 from sometimes-i-send-pull-requests/pam_ssh_agent_auth-multiple-authorized-keys-files
...
pam_ssh_agent_auth: Re-allow multiple authorized keys files
2017-03-03 11:20:51 +01:00
Carles Pagès
86a1d6f4aa
pfixtools: fix build with unbound-1.6.1
2017-03-03 10:21:32 +01:00
Alexander Kirchhoff
3948891112
pam_ssh_agent_auth: Re-allow multiple authorized keys files
...
This functionality was initially introduced in
3644f9124a
to fix
https://github.com/NixOS/nixos/pull/52 , but was broken in the update from 0.9.5
to 0.10.3. The original patch does not cleanly apply due to reformatting and
parameter changes upstream, but the adaptations of the patch to the new version
are not too severe.
2017-03-03 01:11:53 -08:00
Lancelot SIX
a25c93994b
Merge pull request #23094 from veprbl/for_upstream
...
pythonPackages: add pyhepmc, graphviz; bump rootpy
2017-03-03 09:42:55 +01:00
Peter Simons
09a593b3de
Drop obsolete, unmaintained haskell.packages.lts-x_y package sets.
...
Stack no longer uses them since a long time: https://github.com/commercialhaskell/stack/issues/2259 .
2017-03-03 09:27:32 +01:00
Vladimír Čunát
92f454e73c
Merge #23408 : llvm: 4.0rc2 -> 4rc3
...
and rename attributes 4.0 -> 4
2017-03-03 08:15:35 +01:00
Frederik Rietdijk
a1f6b8b5fc
Python 3.6 fixup expat and libffi, fixes #23406
2017-03-03 07:46:52 +01:00
rnhmjoj
fc12998c3a
libchop: fix package
2017-03-03 04:56:57 +01:00
Clemens Manert
a391e8837c
Update 1.16 -> 1.17
2017-03-03 04:38:11 +01:00
Thomas Tuegel
28cb067600
fricas: 1.2.2 -> 1.3.1
2017-03-02 19:39:55 -06:00
Eric Sagnes
acb1032968
fcitx: fix fcitx-qt5 attribute path
2017-03-03 08:54:32 +09:00
Will Dietz
6f6c06adc1
llvm4.0: Rename "4.0" (and _40) to "4" (and _4).
...
This reflects upstream versioning change, and allows
us to replace 4.0 with 4.1 (which is now a minor revision)
without changing the attribute name.
Thanks to @vcunat for the idea.
2017-03-02 17:19:44 -06:00
Will Dietz
5e267f657d
llvm4.0: rc2 -> rc3
...
Also add myself to maintainers for LLVM.
2017-03-02 17:19:44 -06:00
Bart Brouns
33e23934a7
synthv1: 0.7.6 -> 0.8.0
2017-03-03 01:13:09 +02:00
Tuomas Tynkkynen
1254f1a46a
gf2x: Disable i686 build
...
http://hydra.nixos.org/build/49552136/nixlog/3/raw
2017-03-03 00:21:47 +02:00
Nikolay Amiantov
cb13a8c5f8
openspades: 0.0.12 -> 0.1.1b
...
Remove openspades-git, it's not needed now that there was a release.
2017-03-03 00:34:36 +03:00
Peter Simons
b923fd5253
git-annex 6.20170301.1 tarballs are no longer available anywhere; now we must use fetchgit
2017-03-02 22:11:58 +01:00
Peter Simons
090921fa5f
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.1-2-g3de0b84 from Hackage revision
163561eab9
.
2017-03-02 22:11:48 +01:00
Peter Simons
197236af88
hackage2nix: disable broken builds
2017-03-02 22:11:46 +01:00
Daiderd Jordan
423bab129a
Merge pull request #23330 from yurrriq/update/pkgs/development/interpreters/erlang/R19
...
erlangR19: 19.2 -> 19.2.3
2017-03-02 21:07:59 +01:00
Jörg Thalheim
0c24151731
Merge pull request #23398 from rnhmjoj/gitfs
...
gitfs: 0.2.5 -> 0.4.5.1
2017-03-02 20:52:43 +01:00
Daiderd Jordan
cd929804a3
Merge pull request #23380 from veprbl/fakeroot_darwin
...
fakeroot: add darwin support
2017-03-02 20:19:55 +01:00
Nikolay Amiantov
86a0a1eced
haskellPackages.lambdabot-haskell-plugins: remove overrides
2017-03-02 21:41:25 +03:00
Jörg Thalheim
53b059ade5
miniupnpc: switch to old version by default
...
miniupnpc 2.0.20161216 change its api
2017-03-02 19:30:37 +01:00
Renaud
b0ae3c14fb
httping 2.5: fetch over https + license
2017-03-02 19:20:26 +01:00
Peter Simons
027ffb6429
Merge pull request #23252 from ljli/ghc7103-pkgs-fixes
...
haskell ghc710x packages fixes
2017-03-02 19:07:12 +01:00
Alistair Bill
fa5ecc2d1a
msgpack-tools: fix sandbox build
2017-03-02 17:51:17 +00:00
3noch
4b77d425aa
Fix GHCJS HEAD patch; support GHCJS libdir link; use full ghcEnv for GHCJS
...
Original:
f3110651c8
(With some tweaks from @cstrahan)
closes #23199
2017-03-02 11:35:11 -05:00
3noch
7d356ff696
Disable large address space in GHC iOS X compiler
...
Original:
17cea33d1a
2017-03-02 11:34:15 -05:00
Franz Pletz
49bdf9803a
linux: IPV6_FOU_TUNNEL is available since 4.7
2017-03-02 17:19:55 +01:00
Franz Pletz
75e85cae42
linux: enable FOU tunnels and VRF interfaces
2017-03-02 17:19:55 +01:00
Jörg Thalheim
98523861f6
highlight: disable darwin build
...
https://hydra.nixos.org/build/49668465/nixlog/1
2017-03-02 16:39:12 +01:00
rnhmjoj
1b9875220f
gitfs: 0.2.5 -> 0.4.5.1
2017-03-02 16:35:33 +01:00
Joachim Fasting
c5785dc3eb
nvidiabl: mark as broken on kernels >4.4
...
All builds on kernels >4.4 fail.
2017-03-02 16:11:42 +01:00
Joachim Fasting
499f813ae8
nvidiabl: 0.85 -> 0.87
2017-03-02 16:11:18 +01:00
Joachim Fasting
7f31a8e359
cryptodev: mark as broken for kernels >4.4
...
All builds for kernels above 4.4 fail; there is no newer
upstream version.
2017-03-02 16:11:16 +01:00
ndowens
441ad3a804
amtterm: 1.4 -> 1.6-1
2017-03-02 08:51:13 -06:00
Graham Christensen
03549854ac
Merge pull request #23385 from izuk/bazel
...
bazel: add gcc to PATH and simplify patch
2017-03-02 08:59:45 -05:00
Franz Pletz
f4f0889131
Merge pull request #23365 from mguentner/ipfs_0_4_6
...
ipfs: 0.4.5 -> 0.4.6
2017-03-02 14:57:58 +01:00
Graham Christensen
7abda54bbb
kdeApplications.kdelibs: patch for insecure URL passing
2017-03-02 08:34:17 -05:00
Graham Christensen
5ce06263a3
kdeFrameworks.kio: patch for insecure URL passing
2017-03-02 08:26:25 -05:00
Tim Steinbach
45a86b0816
Merge pull request #23387 from Kendos-Kenlen/atom
...
atom: 1.14.3 -> 1.14.4
2017-03-02 08:25:15 -05:00
Thomas Tuegel
fc35453018
Emacs package updates
2017-03-02 07:24:21 -06:00
Thomas Tuegel
60d1915b61
melpa-stable-packages: 2017-03-01
2017-03-02 07:24:02 -06:00
Thomas Tuegel
00f28d74c9
melpa-packages: 2017-03-01
2017-03-02 07:23:49 -06:00
Robin Gloster
6034d429fc
btrfs-dedupe: dependency is broken on i686
2017-03-02 14:23:41 +01:00
Thomas Tuegel
b955f27ad9
elpa-packages: 2017-03-01
2017-03-02 07:23:19 -06:00
Robin Gloster
c1866cade9
libsForQt5.qmltermwidget: fix build
2017-03-02 14:13:35 +01:00
Gauthier POGAM--LE MONTAGNER
869bc1c07e
atom: 1.14.3 -> 1.14.4
2017-03-02 13:44:47 +01:00
Jörg Thalheim
d9b9f956c3
Merge pull request #23348 from Mounium/cytoscape
...
cytoscape: fixed issue with startup script
2017-03-02 13:44:46 +01:00
Anders Papitto
095cf1b903
Revert "buildRustPackage: fix deprecated use of registry.index config key"
...
This reverts commit e8aa8cc94b
.
2017-03-02 13:40:19 +01:00
Robin Gloster
306eb6ded0
d4x: remove
...
removed in debian in 2010
2017-03-02 13:20:59 +01:00
Frederik Rietdijk
b588ed95b9
Python 3.4: fixup expat and libffi, fixes #23325
2017-03-02 13:17:40 +01:00
Jörg Thalheim
12409e708b
Merge pull request #23353 from xwvvvvwx/update_vscode
...
vscode: 1.9.1 -> 1.10.0
2017-03-02 13:07:30 +01:00
Robin Gloster
feffa1aabf
cuter: fix build
2017-03-02 13:00:44 +01:00
Robin Gloster
eebb5f20a3
cuter: fix indentation
2017-03-02 13:00:44 +01:00
Domen Kožar
bfe15ec83f
electron: 1.4.13 -> 1.4.15
2017-03-02 12:56:05 +01:00
Joachim Fasting
c44a41c73f
tor: split out geoip data
...
Saves about 5.2 MiB.
To use geoip, add something like
```
GeoIPFile ${tor.geoip}/share/tor/geoip
GeoIPv6File ${tor.geoip}/share/tor/geoip6
```
to torrc
2017-03-02 12:40:33 +01:00
Cray Elliott
0b7861dc7f
obs-studio: 17.0.1 -> 18.0.0
2017-03-02 02:44:34 -08:00
Cray Elliott
d2aa1706bd
ffmpeg-full: 3.2.2 -> 3.2.4
2017-03-02 02:44:28 -08:00
Jörg Thalheim
4103fa5257
Merge pull request #23371 from ndowens/hans
...
hans: 0.4.4 -> 1.0
2017-03-02 11:43:52 +01:00
Andreas Herrmann
5a68d5484e
blitz: switch back to boost-1.60
...
The build fails with boost-1.62.
More specifically, the test of the boost-serialization integration fails
due to the protected destructor in the class template `MemoryBlock`.
2017-03-02 11:40:59 +01:00
Domen Kožar
4064889e96
Merge pull request #23377 from ndowens/connect
...
connect: 1.104 -> 1.105
2017-03-02 11:36:04 +01:00
Jörg Thalheim
0e07b7b6be
Merge pull request #23369 from ndowens/httping
...
httping: 2.4 -> 2.5
2017-03-02 11:27:11 +01:00
Jörg Thalheim
e867620d02
Merge pull request #23367 from ndowens/miniupnpc
...
miniupnpc: 1.9.20150430 -> 2.0.20161216
2017-03-02 11:20:48 +01:00
Robin Gloster
ec98c1d8f4
haskellPackages.cabal-lenses: add comment to upstream issue
2017-03-02 11:03:25 +01:00
ndowens
9addeafe1a
par2cmdline: 0.6.11 -> 0.6.13 ( #23361 )
...
* par2cmdline: 0.6.11 -> 0.6.13
* par2cmdline: add autoreconfHook to nativeBuildInputs
2017-03-02 11:02:08 +01:00
Jörg Thalheim
a9c0b0a754
Merge pull request #23356 from ndowens/speedtest-cli
...
speedtest-cli: 0.3.4 -> 1.0.2
2017-03-02 10:52:15 +01:00
Jörg Thalheim
15f1d84c88
Merge pull request #23343 from ndowens/augeas
...
augeas: 1.5.0 -> 1.7.0
2017-03-02 10:34:46 +01:00
ndowens
3806d47b49
uptimed: 0.3.18 -> 0.4.0 ( #23316 )
...
* uptimed: 0.3.18 -> 0.4.0
* uptimed: autoreconfHook belongs to nativeBuildInputs
2017-03-02 10:21:08 +01:00
Jörg Thalheim
b57861c30c
Merge pull request #23315 from ndowens/xe
...
xe: 0.5 -> 0.6.1
2017-03-02 09:57:56 +01:00
Jörg Thalheim
de90e320c8
Merge pull request #23314 from ndowens/ansifilter
...
Ansifilter: 1.15 -> 2.4
2017-03-02 09:54:44 +01:00
Jörg Thalheim
c5a1625f85
Merge pull request #23309 from ndowens/enca
...
enca: 1.16 -> 1.19
2017-03-02 09:51:31 +01:00
Jörg Thalheim
03a8db5cdc
Merge pull request #23308 from ndowens/highlight
...
highlight: 3.28 -> 3.35
2017-03-02 09:48:33 +01:00
Itai Zukerman
1f709ad136
bazel: add gcc to PATH and simplify patch
...
Removed patches that are purely for testing.
Removed dependencies that seemed to not be needed.
Expand all instances of #!/bin/bash, not just those at the start of scripts.
2017-03-02 00:09:10 -08:00
Peter Simons
9e72734826
haskell-yaml: build with bundled libyaml rather than our system version
...
It looks like the yaml package bundles an unreleased version of libyaml and
relies on particulars of that versions behavior. Therefore, the package no
longer works with the official libyaml 0.1.7 release, which is what we have.
https://github.com/snoyberg/yaml/issues/106
2017-03-02 09:05:07 +01:00
Peter Simons
2e5a4b1a38
haskell-lambdabot: fix evaluation
2017-03-02 09:05:07 +01:00
Peter Simons
53d55cbfe9
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.1 from Hackage revision
d654ea25e9
.
2017-03-02 09:05:06 +01:00
Peter Simons
eabf47b302
hackage2nix: disable builds that depend on broken webkitgtk-2.4.11
2017-03-02 09:05:00 +01:00
Peter Simons
86c51da755
LTS Haskell 8.3
2017-03-02 09:04:25 +01:00
Jörg Thalheim
85a1dd288b
Merge pull request #23306 from ndowens/kytea
...
kytea: 0.4.6 -> 0.4.7; source was still pointing to version 0.4.6
2017-03-02 08:44:14 +01:00
ndowens
021046a72e
swaks:20130209.0 -> 20170101.0
2017-03-02 08:19:41 +01:00
ndowens
d072ac28f8
quicktun: 2.2.4 -> 2.2.5
2017-03-02 08:19:25 +01:00
Dmitry Kalinkin
cb1b08a871
herwig: 7.0.3 -> 7.0.4
2017-03-01 22:53:41 -05:00
Dmitry Kalinkin
ac51822ee8
pythonPackages.python-sybase: init at 0.40pre2
2017-03-01 22:53:41 -05:00
Dmitry Kalinkin
2198a7c747
pythonPackages.graphviz: init at 0.5.2
2017-03-01 22:53:41 -05:00
Dmitry Kalinkin
e60805061b
pythonPackages.pyhepmc: init at 0.5.0
2017-03-01 22:53:40 -05:00
Peter Hoeg
1fbcce4448
dropbox: 19.4.13 -> 20.4.19
2017-03-02 11:45:19 +08:00
Dmitry Kalinkin
82d3f926a9
fakeroot: add darwin support
...
replace utillinux with getopt
Fixes #22773
2017-03-01 22:33:33 -05:00
ndowens
ad25011ba1
connect: 1.104 -> 1.105
2017-03-01 20:09:46 -06:00
rnhmjoj
83462da296
eztrace: add missing dependency
2017-03-02 04:00:36 +02:00
Tuomas Tynkkynen
439facec2a
lkl: Broken on i686
...
http://hydra.nixos.org/build/49534265
2017-03-02 03:59:31 +02:00
ndowens
2ff72c684d
hans: 0.4.4 -> 1.0
2017-03-01 19:18:29 -06:00
ndowens
ef4775c2a7
httping: 2.4 -> 2.5
2017-03-01 19:12:00 -06:00
Gauthier POGAM--LE MONTAGNER
5818355a69
slack: remove ubuntu update cron
2017-03-02 01:49:30 +01:00
ndowens
9d30abf7b2
miniupnpc: 1.9.20150430 -> 2.0.20161216
2017-03-01 18:43:26 -06:00
Gauthier POGAM--LE MONTAGNER
1be1c905f2
slack: 2.3.4 -> 2.5.1
2017-03-02 01:30:02 +01:00
Tuomas Tynkkynen
256e764226
radeontools: Mark as broken
...
The upstream release is from 2004. The website of this software talks
about configuring XFree86. I *highly* doubt this software is of any use
nowadays.
2017-03-02 02:30:00 +02:00
Maximilian Güntner
aa429e6775
ipfs: 0.4.5 -> 0.4.6
2017-03-02 01:24:39 +01:00
Peter Hoeg
0d936b0366
Merge pull request #23312 from ndowens/discount
...
Discount: 2.2.0 -> 2.2.2
2017-03-02 08:12:54 +08:00
Charles Strahan
2c0225add6
mesos: fix build with latest gcc/glibc
...
/cc #23253
2017-03-01 18:22:58 -05:00
Joachim Fasting
05054e34c0
tor: 0.2.9.9 -> 0.2.9.10
...
The 0.2.9 series is now a long-term support release, which will
receive backported security fixes until at least 2020.
tor should now build against libressl, as in
```nix
tor.override { openssl = libressl; }
```
Also re-enable the test-suite; works fine on my end.
2017-03-01 23:56:34 +01:00
ndowens
32cf5c4d02
speedtest-cli: 0.3.4 -> 1.0.2
2017-03-01 16:53:30 -06:00
David Terry
fdd436b3e4
vscode: 1.9.1 -> 1.10.0
2017-03-01 23:35:05 +01:00
Tobias Geerinckx-Rice
b12b4eaca6
phc-intel: 0.4.0-rev22 -> 0.4.0-rev24
...
Fixes Hydra failures on kernel >= 4.10 by only supporting kernel >= 4.10.
2017-03-01 23:34:37 +01:00
Tobias Geerinckx-Rice
20be30fdd2
Merge pull request #23341 from ndowens/di
...
di: 4.42 -> 4.43
2017-03-01 21:30:24 +00:00
Katona László
085502dd80
cytoscape: fixed issue with startup script
2017-03-01 21:46:49 +01:00
Daiderd Jordan
4150920a51
Merge pull request #23294 from yurrriq/update/pkgs/applications/graphics/graphicsmagick
...
graphicsmagick: fix for darwin
2017-03-01 21:45:01 +01:00
Tuomas Tynkkynen
8dcfa44a53
memtest86: Mark as broken
...
It fails with hardening-related errors like:
reloc.o: In function `.L41':
reloc.c:(.text+0x452): undefined reference to `__stack_chk_fail_local'
... and several others as well!
Since nobody has noticed that this package has been broken the entire
16.09 release, it's probably not worth to try fixing it.
(Note that this is a different package from memtest86plus!)
2017-03-01 22:19:35 +02:00
Eric Bailey
fff88b814c
graphicsmagick: fix for darwin
...
Prior to this change, GraphicsMagick didn't work at all for me on Darwin, due to
dylib linking issues.
2017-03-01 14:04:11 -06:00
ndowens
d9bc414521
augeas: 1.5.0 -> 1.7.0
2017-03-01 13:38:11 -06:00
ndowens
3df8bef60e
discount: 2.2.0 -> 2.2.2
...
Discount: added missing update
2017-03-01 13:28:16 -06:00
Robert Helgesson
337356448a
perl-Log-Log4perl: 1.48 -> 1.49
2017-03-01 20:12:24 +01:00
Robert Helgesson
a5ed11202c
svtplay-dl: 1.9.2 -> 1.9.3
2017-03-01 20:12:24 +01:00
ndowens
204850c975
di: 4.42 -> 4.43
2017-03-01 13:09:43 -06:00
Peter Simons
feffadefed
haskell generic-builder: Revert "Pass through the ghcEnv."
...
This reverts commit a27bc8b317
. Please don't add
random stuff to the interface provided by the generic builder without
coordinating with others. There is a proper effort underway to provide that
information in https://github.com/NixOS/nixpkgs/pull/23023 .
2017-03-01 19:57:40 +01:00
Peter Simons
3001b821c9
haskell generic-builder: Revert "Pass through the list of haskell build inputs."
...
This reverts commit c153036525
. Please don't add
random stuff to the interface provided by the generic builder without
coordinating with others. There is a proper effort underway to provide that
information in https://github.com/NixOS/nixpkgs/pull/23023 .
2017-03-01 19:57:18 +01:00
ndowens
c393512809
catdoc: 0.94.2 -> 0.95
2017-03-01 19:18:20 +01:00
Shea Levy
c153036525
haskell generic-builder: Pass through the list of haskell build inputs.
...
Useful for building custom envs.
2017-03-01 13:00:57 -05:00
Shea Levy
b0cff50983
nix-buffer: 2.0.0 -> 2.1.0
2017-03-01 12:59:48 -05:00
Bart Brouns
56f5eaae86
yoshimi: 1.4.1 -> 1.5.0
2017-03-01 18:50:34 +01:00
Daiderd Jordan
f34c9d7885
Merge pull request #23270 from yurrriq/update/pkgs/applications/version-management/git-and-tools/gitflow
...
gitflow: tweak for darwin
2017-03-01 18:46:11 +01:00