Matthew Bauer
fde2e02100
Merge pull request #42639 from peterhoeg/u/amarok
...
amarok: 2.8.91-20170228 -> 2.9.0-20180618
2018-06-28 22:26:48 -04:00
Matthew Bauer
ef7a63e2ef
Merge pull request #42534 from Hodapp87/structuresynth
...
structure-synth: init at v1.5
2018-06-28 22:23:40 -04:00
Matthew Bauer
dc5eb16de7
Merge pull request #42535 from leenaars/krop
...
krop: init -> 0.5.0
2018-06-28 22:23:18 -04:00
Matthew Bauer
34423662c4
Merge pull request #42582 from jb55/clightning
...
clightning: init at 0.6
2018-06-28 22:21:50 -04:00
Matthew Bauer
197a189c0f
Merge pull request #42334 from Hodapp87/luxcorerender_pr
...
luxcorerender: init at 2.0, embree: init at 2.17.4
2018-06-28 22:19:50 -04:00
Matthew Bauer
e714f85b2f
Merge pull request #41929 from smaret/gildas
...
gildas: init at 201806_a
2018-06-28 22:17:07 -04:00
Matthew Bauer
11552ccfed
Merge pull request #42343 from Hodapp87/appleseed_pr
...
appleseed: init at 1.9.0-beta, osl: init at 1.9.9, seexpr: init at 2.11
2018-06-28 22:11:45 -04:00
Matthew Bauer
5dba22e5cf
Merge pull request #42361 from teto/i3easyfocus
...
I3-easyfocus
2018-06-28 22:11:03 -04:00
Matthew Bauer
574883f665
Merge pull request #42571 from iimog/hmmer
...
hmmer: init at 3.1b2
2018-06-28 22:00:09 -04:00
Matthew Bauer
82b474f37b
Merge pull request #32893 from volth/hadoop_2_7-3_0
...
hadoop: 2.2.0 -> 2.7.6, 2.8.4, 2.9.1, 3.0.3, 3.1.0
2018-06-28 20:47:22 -04:00
Matthew Bauer
50edf59e1b
Merge pull request #41430 from Tomahna/bloop
...
Bloop: Init 1.0.0-M11
2018-06-28 20:42:41 -04:00
Matthew Bauer
aea65fe799
Merge pull request #41431 from lukeadams/gr-update
...
gnuradio: 3.7.11.1 -> 3.7.13.3
2018-06-28 20:42:04 -04:00
Matthew Bauer
45d120d42b
Merge pull request #39849 from teto/mptcp94
...
linux_mptcp: 0.93 -> 0.94
2018-06-28 20:38:41 -04:00
Matthew Bauer
9fcc63abb5
libcCross: Use correct libSystem
2018-06-28 16:01:29 -04:00
Matthew Bauer
a44d33aac1
Merge pull request #42669 from obsidiansystems/upstream-plist
...
Upstream PLIST handling
2018-06-28 15:26:31 -04:00
xeji
c2eb9b4bde
Merge pull request #42668 from mnacamura/feedgnuplot
...
feedgnuplot: init at 1.49
2018-06-28 18:03:41 +02:00
Matthew Bauer
40f4b67302
libcCrossChooser: fix xcode eval
...
it should be targetPackages.darwin.iosSdkPkgs.libraries
2018-06-28 10:24:09 -04:00
Kevin Liu
cb303b8074
firebird-emu: init at 1.4 ( #42663 )
...
* firebird-emu: init at 1.4
* firebird-emu: limit platform to linux
Other platforms fail to compile currently.
2018-06-28 12:47:36 +02:00
Mitsuhiro Nakamura
6262034036
feedgnuplot: init at 1.49
2018-06-28 12:21:54 +09:00
Silvan Mosberger
ed533ba946
shadowfox: init at 1.5.2 ( #42313 )
2018-06-27 23:57:14 +02:00
Matthew Bauer
bceb29f177
unixtools: add killall
2018-06-27 16:45:52 -04:00
Greg Hale
98c1ad879a
pHash: init at 0.9.4 ( #42546 )
...
Fix style and redundancy issues pointed out by @jb55
2018-06-27 22:22:52 +02:00
Matthew Bauer
c672e37f4a
xcbuild: rework to use lib.PLIST
...
This is a good way to test that plist works.
Sorry for the large diff. There are a bunch of cleanups in here that
needed to be done. Should make it possible to use in cross
compilation.
2018-06-27 15:36:00 -04:00
Johannes Frankenau
916dc592d4
tvbrowser-bin: init at 4.0.1 ( #42620 )
2018-06-27 20:08:03 +02:00
Peter Hoeg
a0c36e9f18
amarok: 2.8.91-20170228 -> 2.9.0-20180618
...
Also:
- make kf5 version default
- drop kdelibs4
2018-06-27 12:19:03 +08:00
Luke Adams
b64932fabe
gnuradio: 3.7.11.1 -> 3.7.13.3
...
* also add mako input (cheetah will be removed in GR3.8)
2018-06-26 17:04:43 -05:00
symphorien
d85aae2323
agedu: init at 20180522.5b12791 ( #42538 )
2018-06-26 20:06:16 +02:00
xeji
6c0427e8ec
Merge pull request #42586 from Ma27/phonon-qt5-by-default
...
phonon-backend-vlc: use qt5 by default
2018-06-26 18:26:14 +02:00
Maximilian Bosch
8d6502f8ca
phonon-backend-vlc: use qt5 by default
...
`minitube` is currently broken transitively due to the broken
`phonon-backend-qt4`: https://hydra.nixos.org/build/76523277
Although QT4 is fairly old, this package is still built with `qt4` ATM,
however QT5 is available as well. After this change, QT5 will be built
by default and in case anybody requires legacy QT4 it has to be enabled
explicitly like this:
```
with import <nixpkgs> { };
phonon-backend-vlc.override { withQt4 = true; }
```
Now the QT5-only build can be used (which fixes `minitube`) and there
are no confusions anymore with the build dependencies. Previously
`phonon-backend-vlc` and `libsForQt5.phonon-backend-vlc` used `qt4` by
default which was likely responsible for broken `minitube`.
2018-06-26 17:34:34 +02:00
xeji
191c42d6ca
Merge pull request #42565 from Lassulus/lief
...
lief: init at 0.9.0
2018-06-26 15:50:58 +02:00
Sebastien Maret
8603f343a3
gildas: init at 201806_a
2018-06-26 11:09:45 +02:00
lassulus
7b4cf6b8e7
lief: init at 0.9.0
2018-06-26 07:41:10 +02:00
Franz Pletz
1d235be208
virtlyst: init at 1.1.0
...
Co-authored-by: elseym <elseym@me.com>
2018-06-26 01:18:30 +02:00
Franz Pletz
5d534c2663
cutelyst: init at 2.4.1
...
Co-authored-by: Maximilian Bosch <maximilian@mbosch.me>
Co-authored-by: elseym <elseym@me.com>
2018-06-26 01:18:30 +02:00
William Casarin
5d99d322e9
clightning: init at 0.6
...
c-lightning is a standard compliant implementation of the Lightning
Network protocol. The Lightning Network is a scalability solution for
Bitcoin, enabling secure and instant transfer of funds between any two
parties for any amount.
2018-06-25 11:56:09 -07:00
Tuomas Tynkkynen
d92f73e8db
rocket: Init at 2018-06-09
2018-06-25 19:22:25 +03:00
lewo
39615dcfbc
Merge pull request #42010 from nlewo/pr-skydive
...
skydive: init at 0.17.0
2018-06-25 18:09:28 +02:00
Michiel Leenaars
6056c06721
krop: init -> 0.5.0
2018-06-25 17:07:24 +02:00
Markus Ankenbrand
851ab7f323
hmmer: init at 3.1b2
2018-06-25 16:56:21 +02:00
volth
dd366701ce
perl528: init at 5.28.0
2018-06-25 13:33:09 +00:00
Jan Tojnar
0463c2020e
Merge pull request #42325 from manveru/add-gnome-latex
...
Gnome-latex: init at 3.28.1
2018-06-25 13:56:12 +02:00
xeji
104194f641
Merge pull request #42541 from flokli/casync
...
casync: init at 2-152-ge4a3c5e
2018-06-25 13:17:48 +02:00
Frederik Rietdijk
7c9d95fef5
python37: init at 3.7.0rc1
2018-06-25 10:41:32 +02:00
Florian Klink
0ee0582a8f
casync: init at 2-152-ge4a3c5e
2018-06-25 03:22:49 +02:00
Kevin Liu
3a1033c6d9
autokey: init at 0.94.1 ( #42355 )
2018-06-25 00:25:14 +02:00
Chris Hodapp
ec73f89a55
structure-synth: init at v1.5
2018-06-24 15:36:07 -04:00
Franz Pletz
4d37ce9199
snapcast: init at 0.14.0
2018-06-24 17:55:34 +02:00
Michael Raskin
7e3db3490e
libreoffice: cleanup and update
...
1. For some reason libreoffice-still was still referencing the Fresh
expression.
2. Moved gdb from buildInputs to nativeBuildInputs.
3. Minor update for both branches.
2018-06-24 16:10:17 +02:00
Jan Tojnar
d91f77c482
libgsystem: remove
2018-06-24 16:10:33 +02:00
Profpatsch
9c1edbddee
unvanquished: remove
...
Hasn’t been building or upgraded since 2015:
https://github.com/NixOS/nixpkgs/issues/9781
2018-06-24 01:51:16 +02:00