Commit graph

41541 commits

Author SHA1 Message Date
Peter Simons
b19cfe15ae haskell-blaze-builder-conduit: update to version 1.1.0 2014-04-06 21:53:18 +02:00
Peter Simons
5f8857d4f5 haskell-basic-prelude: update to version 0.3.8 2014-04-06 21:53:17 +02:00
Peter Simons
6a8decdf58 haskell-aws: update to version 0.8.6 2014-04-06 21:53:17 +02:00
Peter Simons
713bac5351 haskell-attoparsec-conduit: update to version 1.1.0 2014-04-06 21:53:17 +02:00
Peter Simons
db1a390d9d haskell-hlint: update to version 1.8.60 2014-04-06 21:53:17 +02:00
Peter Simons
bda2594998 haskell-language-ecmascript: update to version 0.16.1 2014-04-06 21:53:17 +02:00
Peter Simons
9b4cd56e99 haskell-hspec: update to version 1.9.1 2014-04-06 21:53:17 +02:00
Peter Simons
481df7e6cd haskell-hoogle: update to version 4.2.31 2014-04-06 21:53:17 +02:00
Peter Simons
b605e51010 haskell-hint: update to version 0.4.1.0 2014-04-06 21:53:17 +02:00
Peter Simons
8c022626b2 haskell-hakyll: update to version 4.5.0.1 2014-04-06 21:53:16 +02:00
Peter Simons
ee105b4a94 haskell-fb: update to version 1.0 2014-04-06 21:53:16 +02:00
Peter Simons
36ac60f757 haskell-dns: update to version 1.2.1 2014-04-06 21:53:16 +02:00
Peter Simons
9000db8b1e haskell-git-annex: update to version 5.20140402 2014-04-06 21:53:16 +02:00
Peter Simons
267a1692f3 haskell-fdo-notify: add version 0.3.1 2014-04-06 21:53:16 +02:00
Peter Simons
483e2d7d7d haskell-smtps-gmail: update to version 1.1.1 2014-04-06 21:53:16 +02:00
Peter Simons
070f071469 cosmetic: re-generate expressions with cabal2nix 2014-04-06 21:53:16 +02:00
Peter Simons
7863956686 haskell-trifecta: update to version 1.4.2 2014-04-06 21:53:15 +02:00
Austin Seipp
ef903555fd gradm: learn of all accesses for /nix/store
This is necessary for gradm's learning mode to work, as otherwise the
/nix/store directory is marked hidden, which causes the kernel to reject
the linker loading ld-linux.so

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-06 21:51:35 +02:00
Austin Seipp
784062214c gradm: fix gradm_pam path
We alredy rewrote /sbin/gradm, which technically matches
/sbin/gradm_pam, so this ends up working exactly as we want. Otherwise
we rewrite twice and gradm can't execute the PAM module with '-p'

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-06 21:51:26 +02:00
Vladimír Čunát
b4399324c1 cinnamon gschemas: fix wrong and pointless part 2014-04-06 21:40:55 +02:00
Vladimír Čunát
2b8002e44b cinnamon: fixup gschemas 2014-04-06 21:20:23 +02:00
Luca Bruno
43dc48845b gnome-system-log: remove duplicated preFixup attribute 2014-04-06 20:49:50 +02:00
Peter Simons
a0d3aacd87 Merge pull request #2149 from thoughtpolice/spiped
spiped: version 1.3.1
2014-04-06 20:48:51 +02:00
Vladimír Čunát
447509adab Merge pull request #2148 from lethalman/gnome3-packages
add gnome3 backgrounds, dictionary, grilo, totem

also fix evaluation
2014-04-06 20:06:57 +02:00
Austin Seipp
8d3d50191d spiped: version 1.3.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-06 11:07:35 -05:00
Shea Levy
79c9d556e0 Add sproxy-web 2014-04-06 11:10:01 -04:00
Shea Levy
331d234ef6 Add sproxy 2014-04-06 10:54:44 -04:00
Luca Bruno
56709a0ac9 gnome-disk-utility: remove duplicated preFixup attribute 2014-04-06 15:23:12 +02:00
Luca Bruno
289d554bab totem: new package
Movie player for the GNOME desktop based on GStreamer

https://wiki.gnome.org/Apps/Videos
2014-04-06 15:23:12 +02:00
Luca Bruno
994a1ee4ef grilo: new package
Framework that provides access to various sources of multimedia content, using a pluggable system

https://wiki.gnome.org/action/show/Projects/Grilo
2014-04-06 15:23:12 +02:00
Luca Bruno
eca21f1926 totem-pl-parser: new package
Simple GObject-based library to parse and save a host of playlist formats

https://wiki.gnome.org/Apps/Videos
2014-04-06 15:23:12 +02:00
Luca Bruno
c70c038624 gnome-dictionary: new package
Dictionary is the GNOME application to look up definitions

https://wiki.gnome.org/Apps/Dictionary
2014-04-06 15:23:11 +02:00
Luca Bruno
5174e6db80 gnome-backgrounds: new package 2014-04-06 15:23:11 +02:00
Domen Kožar
29bc5feb1d Merge pull request #2139 from lethalman/gnome3
Fix gsettings schemas usage for several packages due to #1901
2014-04-06 13:59:46 +02:00
Oliver Charles
e206684110 Use PostgreSQL 9.3's pg_isready to wait for connectivity
The postgresql module has a postStart section that waits for a database
to accept connections before continuing. However, this assumes various
properties about the database - specifically the database user
and (implicitly) the database name. This means that for old
installations, this command fails because there is no 'postgres' user,
and the service never starts.

While 7deff39 does create the 'postgres' user, a better solution is to
use `pg_isready`, who's sole purpose is to check if the database is
accepting connections. This has no dependency on users, so should be
more robust.
2014-04-06 12:38:02 +01:00
Oliver Charles
7de29bd26f Create the 'postgres' superuser
Old PostgreSQL installations were created using the 'root' database
user. In this case, we need to create a new 'postgres' account, as we
now assume that this is the superuser account.

Unfortunately, these machines will be left with a 'root' user as
well (which will have ownership of some databases). While PostgreSQL
does let you rename superuser accounts, you can only do that when you
are connected as a *different* database user. Thus we'd have to create a
special superuser account to do the renaming. As we default to using
ident authentication, we would have to create a system level user to do
this. This all feels rather complex, so I'm currently opting to keep the
'root' user on these old machines.
2014-04-06 12:38:01 +01:00
Shea Levy
0bab5319cc Merge branch 'pastebinit' of git://github.com/lethalman/nixpkgs
pastebinit: new package
2014-04-06 07:16:46 -04:00
Rickard Nilsson
bf129a2c23 Allow undefined uids and gids when mutableUsers = true
Groups and users without gid/uid are created with
useradd/groupadd after the passwd/group merge phase
if mutableUsers = true.

This should fix #2114.
2014-04-06 12:42:55 +02:00
Shea Levy
71ab7472d3 Merge branch 'reserve-ids' of git://github.com/thoughtpolice/nixpkgs
nixos: reserve some uids/gids (#2109)
2014-04-06 06:26:41 -04:00
Mathijs Kwik
6249cc729e add haskell-syntactic-1.11 2014-04-06 11:47:47 +02:00
Mathijs Kwik
773ce7aa32 add haskell-tree-view-0.4 2014-04-06 11:47:46 +02:00
Mathijs Kwik
cdc4c7039d add haskell-data-hash-0.2.0.0 2014-04-06 11:47:46 +02:00
Mathijs Kwik
b36f6ce3d4 ghc-mod: upgrade to 4.0.1 2014-04-06 11:47:46 +02:00
Mathijs Kwik
7f6a2f81b9 idris: upgrade to 0.9.12 2014-04-06 11:47:46 +02:00
Mathijs Kwik
c01cc1a0e4 add haskell-cheapskate-0.1.0.1 (markdown processor) 2014-04-06 11:47:45 +02:00
Luca Bruno
1653c118bd pastebinit: new package
A software that lets you send anything you want directly to a pastebin from the command line

https://launchpad.net/pastebinit
2014-04-06 11:10:24 +02:00
Luca Bruno
35ccaa2e52 Fix gsettings schemas usage for several packages due to #1901
Also add icons to epiphany
2014-04-06 11:02:21 +02:00
Austin Seipp
8d0259caf4 nixos: reserve some uids/gids
I have some NixOS modules that I keep out of tree, and having UIDs/GIDs
reserved is quite helpful.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-06 01:05:56 -05:00
Emery Hemingway
09cdc6edf5 f2fs-tools,ncdc: set platform and add myself to maintainers 2014-04-05 21:31:40 -04:00
Shea Levy
5441b1a98b Merge branch 'teamviewer-fix-upgrades' of git://github.com/bjornfor/nixpkgs
teamviewer: fix brokenness after updates / GC
2014-04-05 18:55:48 -04:00