Commit Graph
55345 Commits
Author SHA1 Message Date
Raffael ManciniandPeter Simons 7aef1f02aa ipopt: fix build after minor gcc update (close #5519)
The configure script only checks for a specific version to enable a fix in
finding cstdlib and cstring.
2015-01-01 15:45:35 +01:00
Vladimír ČunátandPeter Simons 0c8bbaa11c handbrake: fix download URL 2015-01-01 15:45:35 +01:00
William A. Kennington IIIandPeter Simons de29c025c5 kerberos: Disable on darwin 2015-01-01 15:45:35 +01:00
William A. Kennington IIIandPeter Simons 89130335b0 389-ds-base: Add derivation 2015-01-01 15:45:35 +01:00
William A. Kennington IIIandPeter Simons 9cf82f30df net_snmp: 5.7.2.1 -> 5.7.3 2015-01-01 15:45:35 +01:00
William A. Kennington IIIandPeter Simons 307823a88a svrcore: Add derivation 2015-01-01 15:45:35 +01:00
Eelco DolstraandPeter Simons 8af48d9428 gdb: Fix manpages 2015-01-01 15:45:35 +01:00
Michael RaskinandPeter Simons 59d88b3d3a LibreOffice: install icons 2015-01-01 15:45:35 +01:00
Michael RaskinandPeter Simons 86b4010f6c LibreOffice: 4.3.3.2->4.3.5.2 2015-01-01 15:45:34 +01:00
Michael RaskinandPeter Simons c40f4e6204 libmwaw: 0.3.3->0.3.4 2015-01-01 15:45:34 +01:00
Michael RaskinandPeter Simons 8b9357d6bb librevenge: 0.0.1->0.0.2 2015-01-01 15:45:34 +01:00
Michael RaskinandPeter Simons 98c5e13707 mdds: 0.11.1 -> 0.11.2 2015-01-01 15:45:34 +01:00
Michael RaskinandPeter Simons 23e432ea1e fdm: 1.7 -> 1.8 2015-01-01 15:45:34 +01:00
Michael RaskinandPeter Simons 73d3b61089 Nginx unstable: 1.7.8 -> 1.7.9 2015-01-01 15:45:34 +01:00
Michael RaskinandPeter Simons 9c09984f5d baresip: 0.4.11 -> 0.4.12 2015-01-01 15:45:34 +01:00
Michael RaskinandPeter Simons 4fe7b8904e libgphoto2: 2.5.5.1 -> 2.5.6 2015-01-01 15:45:34 +01:00
Vincent LaporteandPeter Simons c0fe8aa939 ocaml-camlpdf: update from 1.7.2 to 2.1.1 2015-01-01 15:45:34 +01:00
Vincent LaporteandPeter Simons 3a13b70dd5 alt-ergo: update from 0.95.2 to 0.99.1 2015-01-01 15:45:34 +01:00
Lluís Batlle i RossellandPeter Simons 209f2fa446 Fix gltron. Sinterklaas present for iElectric.
(cherry picked from commit 013705113bb95f5e43b779c94c231f4f0f3b89fc)
2015-01-01 15:45:34 +01:00
Eelco DolstraandPeter Simons e5ea9a9c20 Tweak 2015-01-01 15:45:34 +01:00
Vladimír ČunátandPeter Simons e0c810dd02 nixos/doc release notes: mention intel GPU driver
(cherry picked from commit 3865ab9e6901a529fbb480599c94f4a04d93c71d)
2015-01-01 15:45:34 +01:00
Benjamin StaffinandPeter Simons b3a534d3d2 lib: Fix matchAttrs by importing builtins.length
Before:

    nix-repl> :l <nixpkgs>
    nix-repl> lib.matchAttrs { foo = "bar"; } { bar = "bas"; }
    error: undefined variable ‘length’ at "/home/benley/nix/nixpkgs/lib/attrsets.nix":317:10

After:

    nix-repl> :l <nixpkgs>
    nix-repl> lib.matchAttrs { foo = "bar"; } { bar = "bas"; }
    false

Change-Id: I548d69d50cffe1c63a6f39f76fd09d1835d8d9a2
2015-01-01 15:45:34 +01:00
aszligandPeter Simons 420bf2b677 nixos/release-notes: Fix typo in VirtualBox notes.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:34 +01:00
aszligandPeter Simons 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
aszligandPeter Simons 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
aszligandPeter Simons 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
aszligandPeter Simons 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
aszligandPeter Simons 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
aszligandPeter Simons f8702f3207 python: Add new package audiotools.
This is needed for the replaygain plugin in beets.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:33 +01:00
aszligandPeter Simons dc243f9d30 python: Add new package discogs_client.
Needed in order to fetch Discogs album information in beets.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:33 +01:00
aszligandPeter Simons 51eacc8a96 python: Add pyacoustid and dependencies.
We're going to need this for fingerprinting support in beets.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:33 +01:00
Eelco DolstraandPeter Simons d01a381e41 Document small channels 2015-01-01 15:45:33 +01:00
aszligandPeter Simons e2166c3a1e python/mutagen: Update to upstream version 1.27.
Also now comes with a few more build dependencies in order to run tests,
which for this version now succeed.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:33 +01:00
aszligandPeter Simons 13261b9e38 mp3gain: Fix output path bin directory.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:33 +01:00
Moritz UlrichandPeter Simons 4433ebb552 Dwarf Fortress: Update to 0.40.23. 2015-01-01 15:45:33 +01:00
Eelco DolstraandPeter Simons 29309c1631 Release notes tweak 2015-01-01 15:45:33 +01:00
Eelco DolstraandPeter Simons 8910d3b85c Sort stuff 2015-01-01 15:45:33 +01:00
Eelco DolstraandPeter Simons bcf391a94d Disambiguate util-linux package names 2015-01-01 15:45:33 +01:00
Eelco DolstraandPeter Simons e3f9c00417 Create AMIs in the lb-nixos account 2015-01-01 15:45:33 +01:00
Eelco DolstraandPeter Simons 27260cca0c Drop reference to obsolete ControlGroupAttribute option 2015-01-01 15:45:33 +01:00
Eelco DolstraandPeter Simons 19ba5a06fa Release notes 2015-01-01 15:45:33 +01:00
Eelco DolstraandPeter Simons 9039363c60 Release date 2015-01-01 15:45:33 +01:00
Karn KallioandPeter Simons 330a4a28dd openjdk : Patch to extend valid currency change dates to 20 years. 2015-01-01 15:45:33 +01:00
koralandPeter Simons 63a77f25d7 fast-export: update to last revision from upstream 2015-01-01 15:45:33 +01:00
Bjørn ForsmanandPeter Simons 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
Oliver CharlesandPeter Simons 1bfd620a4d haskellPackages.netwire: Update to 5.0.1 2015-01-01 15:45:32 +01:00
Vladimír ČunátandPeter Simons f113b49f72 telepathy-misson-control: minor update, disable upower
Disabling upower is probably just a temporary work around
the incompatibility with 0.99.*
2015-01-01 15:45:32 +01:00
Vladimír ČunátandPeter Simons 96913a76f3 Revert "merge #5505: use /run/current-system/sw/bin/*"
I didn't realize it causes a nontrivial rebuild (through systemd).
I'll re-push to staging.

This reverts commit 8cf4ef7ab7.
2015-01-01 15:45:32 +01:00
Tobias Geerinckx-RiceandPeter Simons 3d92b057f5 merge #5505: use /run/current-system/sw/bin/*
A working /sbin/shutdown (usually provided by systemd) is required by
"rtcwake -m off". Creating a circular dependency on systemd for this
just isn't worth the trouble, so take the straightforward way out.

One could easily make the argument that rtcwake wants to shut down the
*currently running system*, and that the correct API for that *is* in
fact /run/current-system. And it makes a very tempting sort of sense.

@vcunat moved to postPatch and added #FIXME.
2015-01-01 15:45:32 +01:00
William A. Kennington IIIandPeter Simons fbac211a2c cyrus_sasl: Enable kerberos 2015-01-01 15:45:32 +01:00