Robert Helgesson
3c78e7a3e5
Add package 'svtplay-dl'.
2015-01-03 10:43:09 +01:00
Tobias Geerinckx-Rice
773c0d2a81
duff: fix syntax error causing ugly error message (no failures)
2015-01-02 22:45:39 +01:00
William A. Kennington III
371de847ed
tinc_pre: 199573 -> d28f332
2015-01-02 10:43:55 -08:00
William A. Kennington III
4ca9e064e8
yubikey-personalization-gui: 3.1.16 -> 3.1.18
2015-01-02 10:43:55 -08:00
William A. Kennington III
58b0d8a131
yubikey-personalization: 1.16.1 -> 1.16.2
2015-01-02 10:43:55 -08:00
William A. Kennington III
feabfa0cc2
iperf: 3.0.9 -> 3.0.10
2015-01-02 10:43:55 -08:00
Bjørn Forsman
ca9d370f56
attic: add missing dependency on 'llfuse'
...
Without this one cannot mount the backup repository:
$ attic mount /backups/backup.attic mnt
attic: the "llfuse" module is required to use this feature
attic: Exiting with failure status due to previous errors
2015-01-02 15:17:42 +01:00
Peter Simons
64cef6eaa7
youtube-dl: enable the documentation build
2015-01-02 14:56:46 +01:00
Peter Simons
8235e8c544
Switch users of 'pandoc' to the lean version.
2015-01-02 14:56:24 +01:00
Kovacsics Robert (rmk35)
5afa961605
Added program ddate, discordian date.
...
ddate converts normal dates to Discordian dates
2015-01-02 12:02:13 +00:00
Peter Simons
9b8ff2f5f2
Update Cabal to version 1.20.0.3 and cabal-install to version 1.20.0.6.
2015-01-01 23:07:41 +01:00
Peter Simons
37ae6de95d
s6: don't depend on GNU Make 4.0
...
The website gives no indication that version 4.x is required to build
this package, and even it if were, then there should be an override in
all-packages.nix instead of referring to the 'gnumake40' attribute
directly in this expression.
2015-01-01 20:36:58 +01:00
Michael Raskin
23e432ea1e
fdm: 1.7 -> 1.8
2015-01-01 15:45:34 +01:00
aszlig
41e965ea48
beets: Check dependencies on activated plugins.
...
Beets tries to load oll activated plugins on "beet config -e" (however
only on the second run, thus the dummy), so we just pass all activated
plugins into a generated config file and bail out on any errors.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:34 +01:00
aszlig
7ae9c48254
beets: Check plugin definitions against package.
...
The reason for doing this is in order to not forget about possible
dependencies in new upstream releases, so if upstream is introducing a
new plugin where we're lacking dependencies, the build will fail on our
side and we can check whether we'll need those.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:34 +01:00
aszlig
213d11158f
beets: Use audiotools backend for replaygain.
...
Using commands such as mp3gain and aacgain is only the default for
backwards-compatible reasons. However, on Nix(OS), we would have to
either patch those tools into beets or rely on an impurity, so let's
depend on audiotools and also default to that backend.
Of course, there is also a GStreamer backend, but it comes with a hell
of additional dependencies (which not only cover audio files), which is
why I decided against defaulting to GStreamer and package audiotools
instead (in eecd932).
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:34 +01:00
aszlig
181f1395dd
beets: Allow to configure plugin dependencies.
...
This also fleshes out/fixes the unit tests, which I've used for
gathering the individual requirements.
Along various Python dependencies we now also have a build-time
dependency on bashInteractive and a runtime dependency on
bashCompletion, which is needed for command line completion to work
correctly.
However, some tests for the shell completion fail at the moment, so I've
disabled them for now.
The patch for fixing mediafile codec info is a modified version of
sampsyo/beets@903e88a , where I just dropped the second hunk modifying
the changelog. It is already merged to master and thus expected to be in
the next upstream version.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:34 +01:00
aszlig
4b58ebb356
beets: Switch to using fetchFromGitHub.
...
The reason for doing this is because the package on PyPI is missing some
files needed for running the test suite (for example:
test/test_completion.sh).
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:33 +01:00
Bjørn Forsman
b9152bb714
xidel: new package
...
Command line tool to download and extract data from html/xml page.
http://videlibri.sourceforge.net/xidel.html
2015-01-01 15:45:32 +01:00
William A. Kennington III
5fe743930a
kerberos: Use default kerberos instead of krb5
2015-01-01 15:45:32 +01:00
aszlig
7350c57140
beets: Add myself to maintainers.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:32 +01:00
Tobias Geerinckx-Rice
56692eec7c
Fix user-facing typos (mainly in descriptions)
2015-01-01 15:45:32 +01:00
aszlig
ab5e2b46ab
beets: Update to new upstream version 1.3.9.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:32 +01:00
aszlig
58cd4985fd
beets: Move into its own package directory.
...
The primary use of beets is not as a Python library and users usually
would expect to install it into the env using "nix-env -i beets" rather
than "nix-env -i pythonX.Y-beets".
Having beets in its own package directory also allows for better
customization, where we're going to implement attributes that can be
used to turn on/off various features and plugins.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:31 +01:00
Austin Seipp
e420d371d1
nmap: fix dependencies on makeWrapper/python
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-01-01 15:45:31 +01:00
Austin Seipp
39e03699fe
nixpkgs: afl-1.04b -> 1.06b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-01-01 15:45:31 +01:00
Austin Seipp
91f53545cc
nixpkgs: p0f 3.07b -> 3.08b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-01-01 15:45:31 +01:00
Austin Seipp
6c952fd9e6
nixpkgs: nmap 6.40 -> 6.47
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-01-01 15:45:31 +01:00
Matthew William Cox
2028c283cd
nixpkgs: unbound 1.4.22 -> 1.5.1
2015-01-01 15:45:31 +01:00
Eelco Dolstra
056ace5bca
ntp: Don't depend on openssl, don't install docs
2015-01-01 15:45:30 +01:00
Patrick Mahoney
06e523b7e8
Update skarnet.org software for 2.0 release.
...
New build system using configure script and GNU Make 4.0, and new
releases of the following using the new build system:
execline 2.0.0.0
s6 2.0.0.0
s6-dns 2.0.0.0
s6-linux-utils 2.0.0.0
s6-networking 2.0.0.0
s6-portable-utils 2.0.0.0
skalibs 2.0.0.0
2015-01-01 15:45:28 +01:00
Charles Strahan
df55381b65
ghcjs: restructure
2014-12-31 00:03:43 -05:00
Charles Strahan
347a9674c1
ghcjs: cleanup
2014-12-27 18:48:12 -05:00
Austin Seipp
79f82686e1
nixpkgs: afl 0.89b -> 1.04b
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-26 21:43:05 -06:00
Vladimír Čunát
becf038336
Merge branch 'staging'
2014-12-26 22:41:19 +01:00
Shea Levy
05edd656f6
Missed gcc refs
2014-12-26 12:28:15 -05:00
John Wiegley
28b6fb61e6
Change occurrences of gcc to the more general cc
...
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
tv
7015c61686
journal-mailer: add version 0.1.1.0
2014-12-26 16:41:18 +01:00
muflax
e5480cab83
bup: update to 0.26 and adopt it
...
[Bjørn: use patchShebangs to unbreak chroot build (fixes up references
to /usr/bin/env {python,bash}]
2014-12-26 14:09:56 +01:00
muflax
001f2110bd
par2cmdline: update to 0.6.11 and adopt it
...
[Bjørn: break overlong longDescription line]
2014-12-26 14:09:56 +01:00
muflax
745e3e64a9
awscli: update to 1.6.10 and adopt it
...
[Bjørn: upper-case first letter in description]
2014-12-26 12:26:08 +01:00
Domen Kožar
4e87c458c4
Merge pull request #5470 from DamienCassou/mu-0.9.11
...
Update mu to 0.9.11
2014-12-25 17:50:47 +01:00
Damien Cassou
41cff1e9d0
Update mu to 0.9.11
2014-12-25 17:15:47 +01:00
Vladimír Čunát
0fbc5ddadb
ntp: security update, and use libcrypto
...
http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities
The package would no longer build without libcrypto,
and it wouldn't find it without pkgconfig.
I checked that Debian and Arch do use openssl as a dependency,
so it's probably not so bad a thing to have.
CC maintainer @edolstra.
2014-12-25 12:30:53 +01:00
Vladimír Čunát
3421d4c470
libvdpau, vdpauinfo: update to 0.9, extend meta
...
Add myself as a maintainer.
The rebuild impact is large, mostly through mesa -> {qt, gtk}.
2014-12-25 09:46:04 +01:00
Karn Kallio
23010cf71a
gnupg: Port socket activation patch to version 2.1.1.
2014-12-24 19:16:38 +01:00
Pascal Wittmann
19a979d9a2
cv: update to 0.6
2014-12-24 15:22:08 +01:00
Bjørn Forsman
1a79e7ffdc
attic: fetchurl -> fetchzip
...
fetchzip calculates the hash of the extracted archive, so that
(irrelevant) changes done to the dynamically generated archive doesn't
cause our hash to be outdated.
2014-12-24 12:07:19 +01:00
koral
9eee22aaca
safe-rm: 0.11 -> 0.12
2014-12-23 22:32:49 +01:00
William A. Kennington III
ebfd21de84
ceph: 0.90 final
2014-12-23 10:52:49 -08:00
Patrick Mahoney
a6f35b3e60
connect 1.104
...
Upstream moved to https://bitbucket.org/gotoh/connect
2014-12-23 09:07:39 -06:00
Peter Simons
4bb1e611a2
Merge pull request #5440 from ip1981/strongswan
...
Patches to Strongswan
2014-12-23 13:02:08 +01:00
Domen Kožar
d2e6891be9
trash-cli: assert we're on linux
2014-12-23 11:30:56 +01:00
Domen Kožar
168f541724
Merge pull request #5442 from rycee/package/trash-cli
...
Add package 'trash-cli'.
2014-12-23 11:17:41 +01:00
Robert Helgesson
b017231a21
Add package 'trash-cli'.
2014-12-23 10:22:37 +01:00
Igor Pashev
17d8029150
Strongswan: preserve PATH
2014-12-22 20:20:58 +00:00
Igor Pashev
9bbe674927
Strongswan: use full path to ipsec
...
This fixes issue:
... charon[6135]: 11[CHD] updown: /bin/sh: ipsec: command not found
2014-12-22 20:20:15 +00:00
Pascal Wittmann
389f745efb
Merge pull request #5429 from joachifm/fix-attic-checksum
...
attic: fix sha256
2014-12-22 19:03:24 +01:00
Joachim Fasting
bee4a4e5dc
attic: fix sha256
2014-12-22 05:11:58 +01:00
Michael Raskin
77436079e9
Pipelight: 0.2.7.3 → 0.2.8, also update Wine
2014-12-21 20:19:33 +03:00
Michael Raskin
ed19e6755f
ZPAQ: 655 → 660
2014-12-21 11:14:26 +03:00
Michael Raskin
641307f553
Drop wrong default.upstream
2014-12-21 11:14:25 +03:00
Michael Raskin
13fbe8150a
GlusterFS; 3.6.0 → 3.6.1
2014-12-21 11:14:25 +03:00
Michael Raskin
32160007ff
FreeIPMI: 1.4.6 → 1.4.7
2014-12-21 11:14:25 +03:00
Pascal Wittmann
f94580da69
Fix license attribute of many bsd-like licensed packages
2014-12-21 00:00:35 +01:00
Pascal Wittmann
f55545c0c9
fix maintainer information
...
s/maintainer/maintainers
2014-12-20 21:54:22 +01:00
Arseniy Seroka
c08149c6a4
Merge pull request #5384 from ts468/glusterfs
...
FIX: Change local state dir
2014-12-20 02:09:08 +03:00
Pascal Wittmann
bc19ef9efe
bfr: update source url, fix build and adopt it
2014-12-19 23:17:07 +01:00
Pascal Wittmann
197ea06a73
axel: add meta-information
2014-12-19 22:57:38 +01:00
Kovacsics Robert (rmk35)
caa521c8d2
Updated remind package name (otherwise unchanged).
...
Also added myself to the maintainers list.
2014-12-19 16:44:00 +00:00
Vincent Laporte
5191d694c2
timidity: update from 2.13.0 to 2.14.0
2014-12-19 11:29:54 +01:00
lethalman
6c5f112bd5
Merge pull request #5377 from wjlroe/logstash-forwarder-20141216-update
...
Bump logstash-forwarder git version and GoLang to latest
2014-12-19 10:24:57 +01:00
lethalman
70bede51a2
Merge pull request #5370 from KoviRobi/master
...
Added package 'fatsort'.
2014-12-19 10:23:13 +01:00
Bjørn Forsman
4b65f53652
gdmap: set meta attributes (license, platforms, maintainers)
2014-12-19 08:01:08 +01:00
Peter Simons
c9a2bbdf65
cabal-install-1.20.0.4: patch the build manually instead of relying on jailbreak
...
jailbreak-cabal has trouble with that cabal file when built with older versions
of the Cabal library.
2014-12-19 07:45:11 +01:00
Evgeny Egorochkin
26fc2c4988
youtube-dl: update from 2014.12.16 to 2014.12.17.2
2014-12-19 08:35:01 +02:00
Evgeny Egorochkin
4bf9039abf
privoxy: update from 3.0.21 to 3.0.22
2014-12-19 08:34:32 +02:00
William A. Kennington III
86971fd33b
gnupg: Fix src hash
2014-12-18 11:37:58 -08:00
Peter Simons
fa165e137d
cabal-install: update to version 1.20.0.4
...
The test suite had to be disabled because of https://github.com/haskell/cabal/issues/2285 .
2014-12-18 18:36:49 +01:00
Eelco Dolstra
011e581a4e
dhcpcd: Update to 6.6.6
2014-12-18 14:11:10 +01:00
Eelco Dolstra
5274749b7b
less: Update to 471
2014-12-18 14:11:10 +01:00
Vladimír Čunát
ec5e916f6f
attic: add maintainer and platforms
...
CC #5374 .
2014-12-18 13:36:35 +01:00
Eelco Dolstra
6866712a39
sudo: Update to 1.8.11p2
2014-12-18 12:31:56 +01:00
Thomas Strobel
d07154b3bc
FIX: Change local state dir, which must be writable, from "/nix/store/...glusterfs..." to "/var"
2014-12-18 11:20:03 +01:00
vbgl
78ae54bf49
Merge pull request #5375 from ftrvxmtrx/master
...
plan9port: fix destination path in sources; add myself as a maintainer
2014-12-18 09:52:59 +01:00
Bjørn Forsman
1fde0738ca
attic: fix missing modules at runtime
...
Switch buildInputs to propagatedBuildInputs. Without this attic won't
run at all.
2014-12-18 08:40:20 +01:00
Wayne Scott
4a0aff5f3b
attic: upgrade to 0.14
2014-12-18 08:21:36 +01:00
Bjørn Forsman
a8af7f16ce
attic: expression cleanup
...
Clean up some whitespace errors and add namePrefix = "" to make package
name like attribute name (no pythonX.Y- prefix).
2014-12-18 08:14:52 +01:00
Wayne Scott
110333abd3
attic: fix path to OPENSSL headers.
2014-12-18 08:12:12 +01:00
Siarhei Zirukin
2c8ff5fdb7
plan9port: fix destination path in sources; add myself as a maintainer
2014-12-17 23:37:18 +01:00
William Roe
fe4da34ffd
Bump logstash-forwarder git version and go to latest
2014-12-17 20:50:23 +00:00
Kovacsics Robert (rmk35)
6f608967f4
Added package 'fatsort'.
...
Fatsort sorts partition table on FAT12/16/32 partitions for devices that
don't sort the files for themselves (e.g. some media players).
2014-12-17 13:54:13 +00:00
wmertens
2fb69f5277
Merge pull request #5196 from madjar/cloud-init
...
cloud-init: add expression and service
2014-12-17 06:58:54 +01:00
Domen Kožar
9de5eb6ade
remove btrfsProgs-3_16, not needed anymore
2014-12-17 01:20:05 +01:00
William A. Kennington III
973f4bedbf
bareos: 14.2.1 -> 14.2.2
2014-12-16 15:53:12 -08:00
William A. Kennington III
56908ab49f
pinentry: 0.8.4 -> 0.9.0
2014-12-16 15:30:16 -08:00
William A. Kennington III
b671a46f92
gnupg: 2.1.0 -> 2.1.1
2014-12-16 15:24:28 -08:00
William A. Kennington III
02f75f91f1
xfsprogs: 3.2.1 -> 3.2.2
2014-12-16 15:22:53 -08:00
William A. Kennington III
0cfd61bdea
btrfs-progs: 3.17.2 -> 3.17.3
2014-12-16 14:25:27 -08:00
William A. Kennington III
1368e94ae2
tinc: Update pre 1.1
2014-12-16 13:54:44 -08:00