Bart Brouns
ebba6571fe
i-score: init at 1.0.0-a67
...
Closes #15137
2016-05-05 18:45:49 +02:00
Joachim Fasting
0f1293a488
Merge pull request #15210 from taku0/amarok_pcre
...
amarok: add pcre as a dependency to fix failing build
2016-05-04 15:13:45 +02:00
taku0
8c02de135f
amarok: add pcre as a dependency to fix failing build
2016-05-04 16:06:43 +09:00
Arseniy Seroka
82475a9a7c
Merge pull request #15175 from magnetophon/linuxband
...
linuxband: init at 12.02.1
2016-05-03 22:58:43 +03:00
Bart Brouns
57d9fd8f65
linuxband: init at 12.02.1
2016-05-02 23:28:32 +02:00
Bart Brouns
bdf7f03c4b
MMA: init at 15.12
2016-05-02 21:04:07 +02:00
Nikolay Amiantov
87ebab128a
replace ${stdenv.cc.cc}/lib occurences
2016-05-01 00:13:23 +03:00
Tobias Geerinckx-Rice
db00d1803f
abcde: 2.7 -> 2.7.2
2016-04-30 14:15:33 +02:00
Nikolay Amiantov
ce6f4e25b2
deadbeef: 0.7.0 -> 0.7.2
2016-04-30 03:12:32 +03:00
Nikolay Amiantov
938d64f1f3
quote URLs in my packages to ease opening them from urxvt
2016-04-30 03:12:32 +03:00
Brad Ediger
0da43bdc1d
spotify: 1.0.27 -> 1.0.28
2016-04-28 17:30:43 -05:00
Nikolay Amiantov
41b6a17826
puredata-with-plugins: use symlinkJoin
2016-04-26 15:37:42 +03:00
Nikolay Amiantov
5690c6ca07
deadbeef-with-plugins: use symlinkJoin
2016-04-26 15:37:42 +03:00
Tobias Geerinckx-Rice
8bfff4282f
fmit: 1.0.8 -> 1.0.13
2016-04-25 23:43:53 +02:00
Nikolay Amiantov
3c4f861200
audacity: 2.1.1 -> 2.1.2
2016-04-24 05:52:04 +03:00
=
d4f7c8a208
non: 2016-03-06 -> 2016-04-05
2016-04-23 12:20:44 +02:00
Nikolay Amiantov
b9682eba17
svox: init at 2016-01-25
2016-04-23 02:24:22 +03:00
Nikolay Amiantov
395a4b819b
sonic-visualiser: move to qmakeHook
2016-04-20 18:55:39 +03:00
Nikolay Amiantov
22a09f1f71
qtscrobbler: move to qmake4Hook
2016-04-20 18:55:39 +03:00
Nikolay Amiantov
c579c21b04
keyfinder: move to qmakeHook
...
This reverts commit 6d9147abab
.
2016-04-20 18:55:39 +03:00
Nikolay Amiantov
eb3a5a3002
iannix: move to qmakeHook
...
This reverts commit bb543e1540
.
2016-04-20 18:55:39 +03:00
Nikolay Amiantov
222c4a221e
fmit: move to qmakeHook
...
This reverts commit 97d89ad7ee
.
2016-04-20 18:55:38 +03:00
Nikolay Amiantov
a3d909836d
dfasma: move to qmakeHook
...
This reverts commit 4dde716a05
.
2016-04-20 18:55:38 +03:00
Vladimír Čunát
c6aca5e521
Merge branch 'staging'
2016-04-16 22:16:24 +02:00
Sheena Artrip
45b19e1908
spotify: add sheenobu as maintainer
2016-04-16 13:58:35 -04:00
Tuomas Tynkkynen
8a66effde2
Merge remote-tracking branch 'upstream/master' into staging
2016-04-15 22:46:41 +03:00
aszlig
6d9147abab
keyfinder: Fix running of {pre,post}Configure
...
Commit 0055c6a
introduced a new preConfigure hook that sets the right
qmake path. Unfortunately the mkDerivation attributes of keyfinder
override the whole configurePhase, so this hook isn't run at all.
This fixes the build of keyfinder and it now successfully compiles on my
machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 05:26:02 +02:00
aszlig
bb543e1540
iannix: Fix running of {pre,post}Configure
...
Commit 0055c6a
introduced a new preConfigure hook that sets the right
qmake path. Unfortunately the mkDerivation attributes of iannix override
the whole configurePhase, so this hook isn't run at all.
This fixes the build of iannix and it now successfully compiles on my
machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 05:26:02 +02:00
aszlig
97d89ad7ee
fmit: Fix running of {pre,post}Configure
...
Commit 0055c6a
introduced a new preConfigure hook that sets the right
qmake path. Unfortunately the mkDerivation attributes of fmit override
the whole configurePhase, so this hook isn't run at all.
This doesn't fix the build of fmit, because it's unable to find
GL/glu.h. However I think this isn't an issue of the fmit package but
rather rooted in propagating the wrong output paths from freeglut.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 05:26:02 +02:00
aszlig
4dde716a05
dfasma: Fix running of {pre,post}Configure
...
Commit 0055c6a
introduced a new preConfigure hook that sets the right
qmake path. Unfortunately the mkDerivation attributes of dfasma override
the whole configurePhase, so this hook isn't run at all.
This fixes the build of dfasma and it now successfully compiles on my
machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 05:26:02 +02:00
Nikolay Amiantov
3a6dfaca63
Revert "csound: fix build (pthread not found) by adding stdenv.cc.libc.out/lib to -L. No idea why this is not default enough specifically when cmake is used"
...
This reverts commit 0103d710cc
.
2016-04-14 01:04:48 +03:00
Michael Raskin
0103d710cc
csound: fix build (pthread not found) by adding stdenv.cc.libc.out/lib to -L. No idea why this is not default enough specifically when cmake is used
2016-04-13 18:55:39 +02:00
Nikolay Amiantov
bac36baf5b
sound-juicer: use gstreamer setup hook
2016-04-13 16:09:40 +03:00
vbgl
c7b5cfc7d2
Merge pull request #14648 from nico202/ncmpcpp
...
ncmpcpp: 0.7.2 -> 0.7.3
2016-04-13 09:45:34 +02:00
Vladimír Čunát
39ebb01d6e
Merge branch 'staging', containing closure-size #7701
2016-04-13 09:25:28 +02:00
=
18b95edb5c
ncmpcpp: 0.7.2 -> 0.7.3
2016-04-13 09:00:46 +02:00
Franz Pletz
884b5d0025
mopidy-youtube: 2.0.1 -> 2.0.2
2016-04-12 14:11:28 +02:00
Franz Pletz
48cac39944
mopidy-spotify-tunigo: 0.2.1 -> 1.0.0
2016-04-12 14:11:27 +02:00
Franz Pletz
576b20b021
mopidy-spotify: 2.3.1 -> 3.0.0
2016-04-12 14:11:27 +02:00
Franz Pletz
73d5024c62
mopidy-musicbox-webclient: 2.0.0 -> 2.2.0
2016-04-12 14:11:27 +02:00
Franz Pletz
093c111cf4
mopidy-mopify: 1.5.8 -> 1.5.17
2016-04-12 14:11:26 +02:00
Franz Pletz
b4aa799545
mopidy: 1.1.2 -> 2.0.0
2016-04-12 14:11:26 +02:00
Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502 for nixpkgs
2016-04-10 11:17:52 +02:00
Sheena Artrip
50e8994973
spotify: 1.0.26.125.g64dc8bc6-14 -> 1.0.27.71.g0a26e3b2-9
2016-04-09 06:54:00 -04:00
joachifm
76ad245b8e
Merge pull request #14458 from magnetophon/japa
...
japa: init at 0.8.4
2016-04-06 01:14:51 +02:00
Bart Brouns
3e8f0201d0
japa: init at 0.8.4
2016-04-06 01:02:38 +02:00
Nikolay Amiantov
822665f066
paprefs: propagate GConf dbus service
2016-04-05 17:58:04 +03:00
=
9b26566daa
drumgizmo: 0.9.9 -> 0.9.10
2016-04-04 22:11:17 +02:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Frederik Rietdijk
f58de47cd0
spotify: 1.0.26.125.g64dc8bc6-14 -> 1.0.26.125.g64dc8bc6-15
2016-04-01 08:19:59 +02:00