Commit graph

41373 commits

Author SHA1 Message Date
Peter Simons eaa032aa92 haskell-snap-server: update to version 0.9.4.1 2014-03-31 21:39:25 +02:00
Peter Simons df7e61047d haskell-snap-core: update to version 0.9.6.2 2014-03-31 21:39:25 +02:00
Peter Simons 3d534a268e haskell-resourcet: update to version 0.4.10.2 2014-03-31 21:39:25 +02:00
Peter Simons 429e248af7 haskell-project-template: update to version 0.1.4.1 2014-03-31 21:39:25 +02:00
Peter Simons 20395fd9d3 haskell-postgresql-simple: update to version 0.4.2.1 2014-03-31 21:39:25 +02:00
Peter Simons 9b61153ce3 haskell-pool-conduit: update to version 0.1.2.2 2014-03-31 21:39:25 +02:00
Peter Simons 48600834ca haskell-persistent: update to version 1.3.0.6 2014-03-31 21:39:25 +02:00
Peter Simons a7828e9cc5 haskell-persistent-template: update to version 1.3.1.3 2014-03-31 21:39:25 +02:00
Peter Simons d819420709 haskell-persistent-sqlite: update to version 1.3.0.5 2014-03-31 21:39:25 +02:00
Peter Simons 818bf53040 haskell-persistent-postgresql: update to version 1.3.0.5 2014-03-31 21:39:25 +02:00
Peter Simons 7448e13d57 haskell-mono-traversable: update to version 0.4.0.4 2014-03-31 21:39:25 +02:00
Peter Simons 1139e22b09 haskell-monad-logger: update to version 0.3.4.1 2014-03-31 21:39:25 +02:00
Peter Simons fb4ae347f1 haskell-language-c: update to version 0.4.3 2014-03-31 21:39:25 +02:00
Peter Simons a839273d87 haskell-http-reverse-proxy: update to version 0.3.1.4 2014-03-31 21:39:25 +02:00
Peter Simons 896df7da5a haskell-html-conduit: update to version 1.1.0.4 2014-03-31 21:39:24 +02:00
Peter Simons 5996a836a6 haskell-cryptohash-conduit: update to version 0.1.1 2014-03-31 21:39:24 +02:00
Peter Simons b0b0d8603c haskell-classy-prelude: update to version 0.8.2 2014-03-31 21:39:24 +02:00
Peter Simons 4d8821a7c5 haskell-basic-prelude: update to version 0.3.7 2014-03-31 21:39:24 +02:00
Peter Simons 9af5b2d370 haskell-authenticate: update to version 1.3.2.8 2014-03-31 21:39:24 +02:00
Peter Simons 3bb288859b haskell-HList: update to version 0.3.4.1 2014-03-31 21:39:24 +02:00
Peter Simons c6da40c42f haskell-haddock: add version 2.14.1 2014-03-31 21:39:24 +02:00
Peter Simons 305531cbd9 haskell-case-insensitive: add version 1.2.0.0 2014-03-31 21:39:24 +02:00
Peter Simons 98b82062b0 haskell-stm: add version 2.4.3 2014-03-31 21:39:24 +02:00
Peter Simons 372e6f7f83 haskell-conduit-extra: add version 1.0.0 2014-03-31 21:39:24 +02:00
Peter Simons 9109cff1a1 haskell-streaming-commons: add version 0.1.0.2 2014-03-31 21:39:24 +02:00
Peter Simons 4a70bdf5e4 haskell-mtl: update to version 2.1.3.1 2014-03-31 21:39:24 +02:00
Domen Kožar c6ebbd29e5 add v4l2loopback: a kernel module to create V4L2 loopback devices 2014-03-31 20:02:53 +02:00
Austin Seipp 3ef0a880cb p0f: version 3.06b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-31 11:22:50 -05:00
Austin Seipp cff179f829 hashcat: version 0.47
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-03-31 10:56:02 -05:00
Oliver Charles 8d965e3a47 haskellPackages.thDesugar: Update to 1.3.1 2014-03-31 11:55:17 +01:00
aszlig 9d8a8126e9
systemd: Add support for path units.
This allows to define systemd.path(5) units, for example like this:

{
  systemd = let
    description = "Set Key Permissions for xyz.key";
  in {
    paths.set-key-perms = {
      inherit description;
      before = [ "network.target" ];
      wantedBy = [ "multi-user.target" ];
      pathConfig.PathChanged = "/run/keys/xyz.key";
    };

    services.set-key-perms = {
      inherit description;
      serviceConfig.Type = "oneshot";
      script = "chown myspecialkeyuser /run/keys/xyz.key";
    };
  };
}

The example here is actually useful in order to set permissions for the
NixOps keys target to ensure those permisisons aren't reset whenever the
key file is reuploaded.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-03-31 12:33:25 +02:00
Vladimir Kirillov c66be6378d postgresql: properly fix permissions issue by in postStart
as per postgresql manual, interactions with psql should be carried
out with the postgresql system user and postgresql db user by default.

ensure it happens in postStart.
2014-03-31 18:06:06 +08:00
Eelco Dolstra 6167da54ea gpsd: Disable the tests
They bind to TCP ports and fail randomly:

http://hydra.nixos.org/build/9905518
2014-03-31 11:23:44 +02:00
Eelco Dolstra 5ba0d51f68 Fix VirtualBox image generation
http://hydra.nixos.org/build/9905410
2014-03-31 11:15:11 +02:00
Eelco Dolstra c20383e756 Another fix to the installer tests 2014-03-31 11:10:56 +02:00
Vladimir Kirillov f733eb899a remove the unbreak-syntax-highlight hack 2014-03-31 15:52:44 +08:00
Vladimir Kirillov 46ef4f6910 import thumbor and dependencies:
derpconf, backports_ssl_match_hostname_3_4_0_2, thumborPexif,
upgrade tornado to 3.2 (that contains security fixes)
2014-03-31 15:41:55 +08:00
Shea Levy 46e44ae7c4 haskell-mime-mail: Update, set sendmail to be found in PATH
See snoyberg/mime-mail#23
2014-03-31 03:35:13 -04:00
Shea Levy 4dd4f85430 Revert "haskell-smtps-gmail: update to version 1.1.0"
The smtps-gmail upgrade causes a build failure:

/nix/store/8h8mravvbcm09rhybxq7hi4459lkssg8-stdenv/setup: line 937: ./Setup: No such file or directory

This reverts commit a7c80c11e5.
2014-03-31 02:51:14 -04:00
Sander van der Burg a4684466a3 Merge pull request #2078 from chrisfarms/disnix/hydrasourceurls
Fix disnix related sources that were referencing dead hydra tarball
2014-03-31 00:48:20 +02:00
Peter Simons e825c6ac38 haskell-cake3: add version 0.3.0.1 2014-03-30 23:26:21 +02:00
Peter Simons aa86cc8a7c haskell-monadloc: add version 0.7.1 2014-03-30 23:26:11 +02:00
Chris Farmiloe 5c2ef1353c Update disnix related sources that were referencing dead hydra tarball builds 2014-03-30 21:38:49 +02:00
Eelco Dolstra 0469f92faf Bring back mkOrder 2014-03-30 20:35:25 +02:00
Carles Pagès 048a7e9d9c minecraft: update to latest launcher
I changed the versioning scheme to the latest launcher date, which is
independent of minecraft version and is actually what the expression gets.
2014-03-30 19:34:33 +02:00
Eelco Dolstra 0fdd641b21 Ensure that slim's theme applies to slimlock 2014-03-30 19:33:28 +02:00
Carles Pagès 5d098e8206 qpid-cpp: update to 0.26
Also, remove a workaround that's no longer needed.
2014-03-30 19:23:01 +02:00
Carles Pagès b372ce598a SDL2: update to 2.0.3 2014-03-30 18:32:22 +02:00
Carles Pagès 66d8a9c725 yafc: update to 1.3.2 2014-03-30 18:32:14 +02:00
Evgeny Egorochkin d084be9965 perlPackages.HTMLTiny: update from 1.03 to 1.05 2014-03-30 19:29:17 +03:00