3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

61796 commits

Author SHA1 Message Date
Jascha Geerds dd6ddfaf0c dvdisaster: Fix description 2015-04-30 12:08:54 +02:00
Michiel Leenaars 85c0aac675 New release of Blink 2015-04-30 09:49:45 +02:00
aszlig 4cdb4a4fef
networkd: Fix evaluation of systemd.network units.
During the refactor of the networkd stuff in f8dbe5f, a lot of the
options are now needed by systemd.nix as well as networkd.nix but
weren't moved by that commit as well.

For now, this fixes all networkd VM tests except for the macvlan one and
thus it should fix #7505 for at least DHCP-based configuration.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-30 06:49:10 +02:00
aszlig 49fa00cded
networkd: Fix disabled networkd units.
In f8dbe5f, the default value for networking unit "enabled" option
suddenly flipped to false. I have no idea of whether this happened by
accident, but I'm setting it to true again, because it essentially
breaks systemd networking support and we have systemd.network.enable to
have a "turn the world off" switch.

And of course, because the mentioned commit obviously wasn't done with
even a run of the simplest run of one of the network VM tests, we now
get an evaluation error if we switch useNetworkd to true.

Fixes the core issue of #7505.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-30 06:49:10 +02:00
Raymond Gauthier 22faf646f1 Improvements to the clementine package.
-  Pass the gstreamer plugins as a list attribute instead of
    individual attributes.
     +  This should allow for greater customization (e.g.: a
          user can add / remove plugins by overriding
          the plugin list attribute).

    This is the same technique as used for wrapping chrome
    with gstreamer plugins.

 -  Moved integration of gstreamer plugins, spotify
    library and clementine into a wrapper derivation.
     +  This should allow a user to change the gstreamer
          plugin set and activate / deactivate the spotify
          plugin without triggering a whole rebuild of the
          clementine sources (which is pretty long).
2015-04-29 21:03:35 -04:00
Jascha Geerds 2efbbaaa86 Merge pull request #7595 from jraygauthier/jrg/smartgit_657
Updated smartgithg to version `6.5.7`.
2015-04-30 01:28:21 +02:00
Raymond Gauthier cc1b3a7d8a Fixed issue with smartgithg download url prefix.
Was using the `download` infix instead of
`downloads`.
2015-04-29 19:11:16 -04:00
Ricardo M. Correia 4cae83bb70 gprof2dot: Add new package
gprof2dot is a Python script to convert the output from many profilers
into a dot graph.
2015-04-30 00:16:02 +02:00
Jascha Geerds bd5912bf88 Merge pull request #7638 from qknight/tig-2.1.1
tig-2.1.1: version bump
2015-04-30 00:11:58 +02:00
Joachim Schiele 50fb7b312b tig-2.1.1: version bump 2015-04-29 23:57:31 +02:00
William A. Kennington III 084d1143e6 kernel: 3.14.39 -> 3.14.40 2015-04-29 14:34:11 -07:00
William A. Kennington III dfd7b26e3a kernel: 3.19.5 -> 3.19.6 2015-04-29 14:33:23 -07:00
William A. Kennington III 0414465137 kernel: 4.0 -> 4.0.1 2015-04-29 14:33:23 -07:00
William A. Kennington III 6a34c8fbac kernel: 3.10.75 -> 3.10.76 2015-04-29 14:31:33 -07:00
Bram Duvigneau 70241a53d0 Added Bram Duvigneau to maintainers 2015-04-29 23:30:18 +02:00
Jascha Geerds 7e25c4ed7f Merge pull request #7592 from geerds/dvdisaster
dvdisaster: Apply debian's patches, fix desktop file and icons
2015-04-29 23:16:54 +02:00
Bram Duvigneau 9a535b9023 Added BRLTTY package 2015-04-29 23:02:09 +02:00
Edward Tjörnhammar 06cf9a9613 Merge pull request #7617 from svenkeidel/pig
pig: added package
2015-04-29 20:17:35 +02:00
William Giokas 9870ba1968 git-remote-hg: remove dbus, install built docs
dbus is unused in this package, no reason to include it in the
expression anywhere.
2015-04-29 09:58:04 -07:00
Domen Kožar ff88f4bcda nixos-install: correctly detect stdin 2015-04-29 18:48:21 +02:00
Eelco Dolstra 182acabbae Don't use camelCase in file names 2015-04-29 16:09:30 +02:00
Eelco Dolstra 552ea209d0 php: Update to 5.4.40 2015-04-29 16:07:36 +02:00
Domen Kožar 8842cce864 Merge pull request #7629 from globin/vagrant-update
update vagrant to 1.7.2
2015-04-29 14:55:15 +02:00
Sven Keidel 456da7fede apache pig: new package 2015-04-29 14:33:24 +02:00
Robin Gloster b88fc6c90e update vagrant to 1.7.2 2015-04-29 13:15:17 +02:00
Peter Simons 9b27a88b66 hackage-packages.nix: update to 5f6d964cba with hackage2nix revision 913111f692c1890208c98f0fd73dbe1b711c789b 2015-04-29 12:22:20 +02:00
Rob Vermaas ad0bd73775 Work around infinite recursion issue in nixops. 2015-04-29 09:55:20 +00:00
Vladimír Čunát 8978ff3840 unstable job: glib-tested seems ready (succeeding often)
This reverts commit a35d4a9d4e.
2015-04-29 11:47:18 +02:00
Vladimír Čunát a38672dea2 release: fix eval by lib.tests -> lib-tests
See discussion on commit
https://github.com/NixOS/nixpkgs/commit/de0f122b016c88#commitcomment-10937080
2015-04-29 11:29:15 +02:00
Cillian de Róiste eadb3a51ff Fix sorting: dirt comes before distrho 2015-04-29 11:23:40 +02:00
Pascal Wittmann 6b4aec742d Merge pull request #7628 from ragnard/bump-boot
boot: bump from rc8 to rc14
2015-04-29 10:55:16 +02:00
Edward Tjörnhammar 2f2c50d9f4 uid_wrapper.src: use mirrors to enable better availability for proxied users 2015-04-29 10:10:42 +02:00
Ragnar Dahlén 543ec3cf46 boot: bump from rc8 to rc14 2015-04-29 08:50:48 +01:00
cillianderoiste ade078c4e9 Merge pull request #7627 from anderspapitto/master
package Dirt
2015-04-29 09:49:43 +02:00
aszlig 310da1b4da
chromium/update: Remove reference to <nixpkgs>.
We shouldn't make assumptions on what is set by NIX_PATH in order to
make it easier to rename that Nix path reference.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-29 08:22:48 +02:00
宋文武 a5f2cbff0a xmp: Update to 4.0.10 2015-04-29 14:22:28 +08:00
宋文武 f64d767130 libxmp: Update to 4.3.8 2015-04-29 14:20:50 +08:00
Anders Papitto 4d60f8f1bd package Dirt
Dirt is used with the Tidal audio programming library (already packaged).
I tested by building and running locally.
2015-04-28 22:11:03 -07:00
William A. Kennington III 5f149c80f2 gpgme: 1.5.3 -> 1.5.4 2015-04-28 21:18:06 -07:00
Arseniy Seroka 67b4ab520f Merge pull request #7623 from doublec/torbrowser
Update tor-browser to 4.5
2015-04-29 05:08:54 +03:00
Charles Strahan b2f426d981 Merge pull request #7626 from dnhgff/ghcjs-boot-update
ghcjs: bump ghcjs-boot commit
2015-04-28 20:56:30 -04:00
dnhgff afa51d31f5 ghcjs: bump ghcjs-boot commit
see https://github.com/ghcjs/ghcjs-boot/pull/17 for justification (ghcjs-boot
won't build anymore on the previous commit :()
2015-04-28 17:37:27 -07:00
Arseniy Seroka 5b62eabdca Merge pull request #7618 from ambrop72/gcc-arm-update
gcc-arm-embedded: Update to latest version.
2015-04-29 02:59:58 +03:00
Chris Double d941d4c26e Update tor-browser to 4.5 2015-04-29 11:58:52 +12:00
Edward Tjörnhammar b9b8e3acba {grub2,ceph,libs3,socket_wrapper,nss_wrapper}.src: use mirrors, https and fetchFromSavannah to enable better availability for proxied users 2015-04-28 22:50:57 +02:00
Edward Tjörnhammar 63c00f2746 fetchFrom{Savannah,RepoOrCz,GitLab}: added fetchgit migration helpers 2015-04-28 22:44:57 +02:00
Edward Tjörnhammar 4256ab778a fetchhg: pass proxyvars to hg 2015-04-28 22:44:57 +02:00
Pascal Wittmann cb8f111a72 Revert "pycairo: set user-agent to fix download of patches"
This commit was should fix issue #7586, but it does not.

This reverts commit e1c65ddfe1.
2015-04-28 22:23:21 +02:00
Tobias Geerinckx-Rice cdeb2e5886 mcelog 115 -> 116
Added Knights Landing (Xeon Phi) support.
2015-04-28 21:32:22 +02:00
Ambroz Bizjak ecd30ec9ca gcc-arm-embedded: Update to latest version. 2015-04-28 19:16:31 +02:00