Ryan Mulligan
b59ac4601c
update Calibre to latest version 2.15.0
2015-01-04 08:31:21 -08:00
aszlig
a6673133ef
beets: Add patch for fixing bucket tests.
...
See, that's why I hate the gregorian calendar and new years eve: People
tend to celebrate things that are absolutely irrelevant, like this
comment.
The test however assumed that either beets or its test suite would never
survive 2015, so this test should assure it won't survive in >= 2015 :-)
Anyway, the patch is from upstream master, so we can drop it once 1.3.10
is released.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-04 16:41:52 +01:00
Domen Kožar
f3e94514d3
typo
2015-01-04 16:29:25 +01:00
Domen Kožar
480c43232d
README: include 14.12 links
2015-01-04 16:22:47 +01:00
Domen Kožar
79a51b0cf3
Add Type information into manual and manpages, fixes #4600
2015-01-04 15:41:32 +01:00
Peter Simons
7af2eee472
Merge pull request #5561 from rycee/package/unpaper
...
Add package 'unpaper'.
2015-01-04 15:20:36 +01:00
Georges Dubus
c7df7f6361
Travis: check tarball creation even for pull requests
...
This will help us catch PR that break the tarball creation, for example
by breaking evaluation on other platforms.
2015-01-04 14:02:07 +01:00
Domen Kožar
f2b01a662d
fix tarball job, fixes #5559
2015-01-04 13:58:46 +01:00
William A. Kennington III
6506baa500
Merge pull request #5570 from prikhi/fix-samba3-light
...
samba3_light: fix package
2015-01-04 00:00:36 -08:00
Pavan Rikhi
d926582bd1
samba3_light: fix package
2015-01-04 02:52:44 -05:00
Cray Elliott
5a92c9f0a1
remove extraneous platform from dolphinEmuMaster
2015-01-03 23:00:29 -08:00
William A. Kennington III
b50a73cab3
samba: Fixes for build and paths
2015-01-03 21:45:16 -08:00
William A. Kennington III
8ec82fcb18
nixos/samba: Allow package version setting
2015-01-03 21:45:16 -08:00
William A. Kennington III
cc73af1d10
samba: Add version 4 as the default
2015-01-03 21:45:16 -08:00
Cray Elliott
c9d963c4e6
time for the monthly dolphinEmuMaster bump
2015-01-03 19:44:34 -08:00
William A. Kennington III
e0a6beef87
Revert "ceph: 0.90 final"
...
This reverts commit ebfd21de84
.
2015-01-03 17:55:40 -08:00
Arseniy Seroka
8a3f6d58ec
Merge pull request #5566 from kirelagin/xkb-switch
...
xkb-switch: Update
2015-01-04 04:35:44 +03:00
Arseniy Seroka
72e65ac543
Merge pull request #5564 from kirelagin/zsh-completion
...
zsh: profile-relative functions path
2015-01-04 04:33:57 +03:00
Kirill Elagin
75e211b102
xkb-switch: Update
2015-01-04 02:48:05 +03:00
Kirill Elagin
766207ca1d
zsh: profile-relative functions path
...
This is needed mostly for autocompletion.
2015-01-04 02:02:59 +03:00
Arseniy Seroka
6b8b0fd544
Merge pull request #5556 from rycee/package/flashbench
...
Add package 'flashbench'.
2015-01-04 01:04:40 +03:00
Robert Helgesson
9a3b8068f8
Add package 'flashbench'.
2015-01-03 22:49:08 +01:00
Franz Pletz
261e31c186
t1lib: Use metalab mirrors ( close #5552 )
2015-01-03 21:59:57 +01:00
Domen Kožar
d03e88b865
Merge pull request #5560 from rycee/package/radeontop
...
Add package 'radeontop'.
2015-01-03 21:37:57 +01:00
Robert Helgesson
5b9b923abd
Add package 'unpaper'.
2015-01-03 21:36:43 +01:00
Robert Helgesson
f9afb8e6cb
Add package 'radeontop'.
2015-01-03 21:18:54 +01:00
Domen Kožar
03a57c7d9d
Merge pull request #5557 from rycee/package/svtplay-dl
...
Add package 'svtplay-dl'.
2015-01-03 20:42:57 +01:00
Domen Kožar
d07ac51609
Merge pull request #5544 from vlstill/perl-IdleTime
...
perlPackages: Add X11-IdleTime.
2015-01-03 20:42:04 +01:00
aszlig
c08a49bffc
go: Remove explicitly adding libgcc_s.so.
...
As of 65221567c1
, it's no longer needed.
This is part of an attempt to fix nixpkgs tarball evaluation.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-03 18:39:31 +01:00
aszlig
f4edebfa12
gettext: Check for existence of stdenv.ccCross.
...
Should only affect cross-builds, however I didn't test whether
cross-building gettext actually works. But if it's broken now, it was
broken before as well and this at least unbreaks the non-cross-built
nixpkgs tarball job :-)
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-03 18:27:41 +01:00
aszlig
7982c3423a
openarena: Clean up and fix tarball evaluation.
...
It really doesn't make sense to pass stdenv.system to the builder and
check the value during build process. Also, we're now using
$NIX_CC/nix-support/dynamic-linker instead of pattern matching on
ld-linux*.so.?.
This is part of an attempt to fix nixpkgs tarball evaluation.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-03 18:26:40 +01:00
aszlig
840f9b419c
glib-tested: Remove explicitly adding libgcc_s.so.
...
As of 65221567c1
, it's no longer needed.
Also, this is one of the packages that has caused the tarball evaluation
to fail for freebsd targets, so I guess it's twice a reason to remove
it.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-03 18:18:42 +01:00
aszlig
772cff097e
loudmouth: Apply digest auth fix from Arch Linux.
...
Digest authentication otherwise won't work with MCabber, no matter
whether it's SHA1 or MD5.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Tested-by: devhell <"^"@regexmail.net>
2015-01-03 17:40:08 +01:00
Domen Kožar
3d7ff07258
fix manual
2015-01-03 16:32:07 +01:00
Shea Levy
77a448e96f
restore pkgs.gcc = stdenv.cc
2015-01-03 09:54:02 -05:00
Michael Raskin
187646f071
Return proper 404 when path is missing
2015-01-03 16:56:05 +03:00
Vladimir Still
68ba6ca863
perlPackages: Add X11-IdleTime.
2015-01-03 13:55:17 +01:00
John Wiegley
60d0005a0c
opensp: display ftp_proxy and http_proxy during build
2015-01-03 07:53:09 -05:00
John Wiegley
a00a8d0711
gnupg: correct a typo in their source code
2015-01-03 07:53:09 -05:00
John Wiegley
bff056703a
xquartz: depend on font binaries instead of source
2015-01-03 07:53:08 -05:00
John Wiegley
7715e7e108
dovecot: conditionalize some dependencies for Linux
2015-01-03 07:53:08 -05:00
John Wiegley
783e27e32a
pycrypto: preConfigure patch ups
2015-01-03 07:53:08 -05:00
John Wiegley
70befe1df1
serf: add change for the lack of kerberos on darwin
2015-01-03 07:53:07 -05:00
John Wiegley
a8ea864ff2
mpfr: add gmp to LDFLAGS
2015-01-03 07:53:07 -05:00
John Wiegley
bdf18c1044
adns: on darwin, patch the library with install_name_tool
2015-01-03 07:53:07 -05:00
John Wiegley
79b214ef95
ats, ats2: refine supported platforms to linux
2015-01-03 07:53:06 -05:00
John Wiegley
eba9d0d8fa
subversion: Add several compiler definitions for Darwin
2015-01-03 07:53:06 -05:00
John Wiegley
58ae62b9fa
hub: add git as a dependency of the expression
2015-01-03 07:53:01 -05:00
John Wiegley
c4190b4894
abc: export buildFlags in the preBuild
2015-01-03 07:35:36 -05:00
John Wiegley
2ae2c92b13
notmuch: remove dependency on gdb on Darwin
2015-01-03 07:35:14 -05:00