1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

47625 commits

Author SHA1 Message Date
Peter Simons e0632b21dc Merge pull request #3613 from phunehehe/HaskellNet-SSL
add HaskellNet-SSL
2014-08-15 18:30:56 +02:00
Peter Simons 70683f4593 Merge pull request #3598 from vesten/update-bar-aint-recursive
bar - Remove unnecessary dependencies and centralize version string.
2014-08-15 18:29:49 +02:00
Peter Simons 48ab9c742f Merge pull request #3611 from ederoyd46/haskell-protobuf
Added haskell hex and protobuf packages
2014-08-15 18:29:01 +02:00
Hoang Xuan Phu 6ded64bd05 add HaskellNet-SSL 2014-08-15 22:14:23 +08:00
Peter Simons 3b12f59ead Merge pull request #3610 from ts468/hdevtools
Fix for hdevtools: update patch to build with ghc 7.8.3
2014-08-15 15:25:20 +02:00
Matthew Brown 33c7f791d8 Added haskell hex protobuf packages 2014-08-15 14:17:40 +01:00
Thomas Strobel 5f14d3cceb Fix for hdevtools: update patch to build with ghc 7.8.3 2014-08-15 15:05:46 +02:00
Nathaniel Baxter 69390c184b flexget: Updated to 1.2.161, with additional dependancies added.
Also made deluge plugin support conditional on deluge being installed,
and added similar conditional support for the transmission plugin.
2014-08-15 22:41:31 +10:00
Peter Simons d612cbdccf cran-packages.nix: drop trailing whitespace 2014-08-15 14:36:58 +02:00
Peter Simons d306fdd88e cran-packages.nix: added missing sha256 fields 2014-08-15 14:36:58 +02:00
Peter Simons 4669d7ca61 r-RcppArmadillo: update to version 0.4.300.0 2014-08-15 14:36:58 +02:00
Adam Vogt 4402eb3061 manually fix dplyr and png cran-packages 2014-08-15 14:36:58 +02:00
Adam Vogt 371c8dd0bb update cran packages 2014-08-15 14:36:58 +02:00
Boris Sukholitko 91293785e8 tigervnc: upgrade to 1.3.1 security release
The source is on github archive now. Therefore switch to fetchurl.
2014-08-15 14:37:22 +03:00
Domen Kožar 3233e56935 add pythonPackages.detox 2014-08-15 13:13:02 +02:00
Peter Simons b02862a9d0 Merge pull request #3606 from ederoyd46/haskell-protocol-buffers
haskell-protocol-buffers: only mark as broken for GHC 7.8.3
2014-08-15 12:22:21 +02:00
Matthew Brown 6276f13c0c haskell-protocol-buffers: only mark as broken for GHC 7.8.3 2014-08-15 11:09:21 +01:00
Moritz Ulrich 94c08cf163 weechat: Bump to 1.0.
A happy day for all weechat-users!
2014-08-15 12:08:42 +02:00
Peter Simons 4329812ec7 Merge pull request #3597 from Fuuzetsu/rtorrent-xmlrpc
rtorrent: compile with xmlrpc-c for 3rd party UIs
2014-08-15 12:07:44 +02:00
Aycan iRiCAN da1a78ba51 Merge pull request #3601 from Fuuzetsu/updates
Few Haskell updates
2014-08-15 08:54:01 +03:00
Eelco Dolstra 97d6afafaa systemd: Fix uninitialised memory issue in veth setup
This caused containers to randomly fail, in particular if the machine
name was 8 characters.
2014-08-15 04:07:45 +02:00
Eelco Dolstra e620be97fe Containers: Set up /etc/resolv.conf
Systemd-nspawn is supposed to do this, but doesn't if any of the
--network-* flags are used.
2014-08-15 04:06:01 +02:00
Eelco Dolstra e6c00e60c3 nixos-container destroy: Make idempotent 2014-08-15 04:06:01 +02:00
Mateusz Kowalczyk dae18a3b66 haskell-distributed-process: update to 0.5.1 2014-08-15 02:35:11 +01:00
Mateusz Kowalczyk 82c7852608 haskell-Strafunski-StategyLib: update to 5.0.0.4 2014-08-15 02:35:10 +01:00
Shea Levy 82666653d2 Merge branch 'new-vim-plugins' of git://github.com/ts468/nixpkgs 2014-08-14 21:32:52 -04:00
Shea Levy 34a3986b14 vim-pluings: Fix missing hash 2014-08-14 21:32:44 -04:00
Mateusz Kowalczyk c2dafe1af3 haskell-json-assertions: regenerate with cabal2nix 2014-08-15 02:16:33 +01:00
Mateusz Kowalczyk db42862c96 haskell-bytes: update to 0.14.1 2014-08-15 02:16:33 +01:00
Mateusz Kowalczyk 5585769ff6 haskell-conduit-extra: update to 1.1.3.1 2014-08-15 02:16:33 +01:00
Mateusz Kowalczyk 7788421cd3 haskell-constraints: update to 0.4 2014-08-15 02:16:33 +01:00
Mateusz Kowalczyk bd957f8038 haskell-cabal-bounds: update to 0.8.1 2014-08-15 02:16:33 +01:00
Steve Bigham df8e7f5614 Remove unnecessary dependencies and centralize version string. 2014-08-14 21:01:20 -04:00
Eelco Dolstra a323d146b7 Add user attribute isNormalUser
This is shorthand for setting group, createHome, home, useDefaultShell
and isSystemUser.
2014-08-15 02:16:04 +02:00
Eelco Dolstra 1a75958be5 Unify mutableUsers = { true, false }
With mutableUsers = true, we now ensure that all users and groups that
were created declaratively, are updated or removed
appropriately. Thus, adding a user to users.extraUsers and then
removing it now causes the acoount to be removed from
/etc/passwd. Thus user/group management is fully congruent except that
users and groups that were created imperatively (via useradd/groupadd)
are not touched. We distinguish between declarative and imperative
users/groups by tracking the former in
/var/lib/nixos/declarative-{groups,users}.

With mutableUsers = false, you are now no longer required to specify
UIDs/GIDs for all users. The handling of mutableUsers = true/false is
the same code path; the only difference is that the "false" mode
ignores the existing contents of /etc/{passwd,group}.

The attribute ‘createUser’ is gone. It doesn't really make sense to
specify users that shouldn't be created.
2014-08-15 02:15:29 +02:00
Eelco Dolstra df7bc53606 Merge remote-tracking branch 'origin/master' into staging 2014-08-15 02:15:14 +02:00
Eelco Dolstra 785ed2b528 Don't silently ignore errors from the activation script 2014-08-15 02:14:34 +02:00
Eelco Dolstra 883fa4f920 nixos-container destroy: Remove gcroots 2014-08-15 02:14:27 +02:00
Vladimír Čunát e5a701eaa2 plan9port: fix eval (license typo) 2014-08-15 02:06:45 +02:00
Vladimír Čunát 05b4882255 zotero: add check to detect xul version breakages 2014-08-15 02:03:52 +02:00
Vladimír Čunát 36a9fb094f merge #3462: zotero update and resurrect xulrunner 2014-08-15 01:55:56 +02:00
Daniel P. Wright 7f9eba573d Add taskserver package (close #3269) 2014-08-15 00:28:41 +02:00
Sergey Mironov 37d5b54f59 plowshare: version bump
From #3301.
2014-08-15 00:25:45 +02:00
Vladimír Čunát 6c791d41db merge #3340: bitcoin: minor update 2014-08-15 00:15:22 +02:00
Vladimír Čunát a149b1f31f plan9port: enableParallelBuilding, improve meta 2014-08-15 00:11:28 +02:00
Vladimír Čunát 5d8c8845ed licenses: add LPL-102 2014-08-15 00:11:09 +02:00
Vladimír Čunát 4a93a5f8f4 merge #3416: plan9port: update 2014-08-15 00:00:28 +02:00
Vladimír Čunát 56d9b2cc8a merge #3428: nano: bump and add system-wide config 2014-08-14 23:51:29 +02:00
John Wiegley 06a324f7dc Merge pull request #3101 from cstrahan/xquartz
Use XQuartz on Darwin
2014-08-14 16:33:46 -05:00
Luca Bruno 36bef2b267 gobject-introspection: refer to shlibs with absolute paths in typelibs
After this, LD_LIBRARY_PATH should not be required anymore.
The patch has been applied only for .la files, so there may
be some other cases missing.
2014-08-14 23:16:51 +02:00