Commit Graph

61212 Commits

Author SHA1 Message Date
Eelco Dolstra
51fe214218 systemd: Drop dependency on sysvtools 2015-04-20 11:32:28 +02:00
Eelco Dolstra
650492c5c8 minimal.nix: Get rid of most Glibc locales
This cuts ~100 MB from the system closure.

Issue #7117.
2015-04-20 11:32:28 +02:00
Eelco Dolstra
bad3211893 Disable some more unnecessary stuff in containers 2015-04-20 11:32:28 +02:00
Eelco Dolstra
abeb4a9c96 stage-2-init: Don't depend on sysvtools 2015-04-20 11:32:28 +02:00
Eelco Dolstra
e66970417b Remove obsolete "eject" entry from the system path
It's an alias for util-linux, so included anyway.
2015-04-20 11:21:20 +02:00
Eelco Dolstra
3d2b24d161 Remove pciutils and usbutils from the default system path
Issue #7117.
2015-04-20 11:21:20 +02:00
Aycan iRiCAN
3cd32fcbed Merge pull request #7473 from aycanirican/fix_darwin_emacs
emacs-24: Removed obsolete patch file
2015-04-20 09:18:10 +03:00
Aycan iRiCAN
236d963a1e Removed all references to darwin-new-sections.patch 2015-04-20 09:04:15 +03:00
Aycan iRiCAN
41944ca5a7 Removed patch file. 2015-04-20 08:30:39 +03:00
Aycan iRiCAN
151456da27 emacs-24: Removed obsolete patch file 2015-04-20 08:28:17 +03:00
Tobias Geerinckx-Rice
82173e6518 rescuetime 2.8.6.1015 -> 2.8.8.1040 2015-04-20 04:35:01 +02:00
Tobias Geerinckx-Rice
55edae18f0 dpkg 1.16.9 -> 1.17.25 2015-04-20 04:09:50 +02:00
Tobias Geerinckx-Rice
afd76a8027 perl-packages: add Parse::DebControl
Easy OO parsing of debian control-like files
2015-04-20 04:08:59 +02:00
Cray Elliott
479f5f4ae6 fix rebuild when using ntfs partitions
needed to define inInitrd, used vfat.nix as a template
2015-04-19 15:17:23 -07:00
Peter Simons
b6944026c6 haskell-hruby: add missing system dependency and disable broken test suite
Work around https://github.com/bartavelle/hruby/issues/10 and
https://github.com/bartavelle/hruby/issues/9 as suggested in
https://github.com/NixOS/nixpkgs/pull/7442.
2015-04-20 00:06:52 +02:00
Peter Simons
3b8ae5cedc darcs: use build from GHC 7.8.4 package set until 7.10.1 compiles this tool 2015-04-20 00:06:52 +02:00
Peter Simons
805b9ed4bf git-annex: use build from GHC 7.8.4 package set until 7.10.1 compiles this tool 2015-04-20 00:06:52 +02:00
Peter Simons
72f06e79f5 haskell-tasty-rerun: fix build with GHC 7.10.1 2015-04-20 00:06:52 +02:00
Peter Simons
921e73eb7e haskell-nats: fix build with older compilers 2015-04-20 00:06:52 +02:00
Peter Simons
a9d7fff06c haskell-bloomfilter: fix build with GHC 7.10.1
https://github.com/bos/bloomfilter/issues/11
2015-04-20 00:06:52 +02:00
Peter Simons
bfe4b07321 hackage-packages.nix: re-generate from Hackage state be5b264dd1 2015-04-20 00:06:52 +02:00
Eelco Dolstra
2b6d011bec Include cifs-utils only when needed
Issue #7117.
2015-04-19 22:06:45 +02:00
Eelco Dolstra
1cb5583c05 container.nix -> docker-container.nix 2015-04-19 22:06:45 +02:00
Eelco Dolstra
57b05765c9 Don't include ntfs-3g by default
Issue #7117.
2015-04-19 22:06:45 +02:00
Eelco Dolstra
c0f70b4694 Remove fixed uids for nscd, sshd
These services don't create files on disk, let alone on a network
filesystem, so they don't really need a fixed uid. And this also gets
rid of a warning coming from <= 14.12 systems.
2015-04-19 22:06:45 +02:00
Eelco Dolstra
c87977e97d Don't include networkd units unless enabled
Otherwise, the enabled -> disabled transition won't be handled
correctly (switch-to-configuration currently assumes that if a unit is
running and exists, it should be restarted).
2015-04-19 22:06:45 +02:00
Eelco Dolstra
f8dbe5f376 systemd: Move networkd into separate modules
The systemd module was getting rather bloated.
2015-04-19 22:06:45 +02:00
Peter Simons
88fa30e8f2 haskell-configuration-ghc-7.10.x: clean-up 2015-04-19 19:56:45 +02:00
Peter Simons
5d6cdabf44 haskell-control-monad-free: use pre 0.6 version on older compilers 2015-04-19 19:48:33 +02:00
Peter Simons
5268dd470c haskell-mtl-compat: fix build with GHC 7.10.x or later 2015-04-19 19:48:11 +02:00
Peter Simons
8cfd8673f5 haskell-extra build succeeds with the new generic builder. 2015-04-19 19:47:39 +02:00
Peter Simons
a510ba0334 Drop broken packages sproxy and sproxy-web. 2015-04-19 18:48:29 +02:00
Sebastian Jordan
956f6dbd4a Disable sdl2-ttf tests in haskellng packages.
The testsuite of the sdl2-ttf requires user input to finish, thats why
it should be disabled until a version which fixed this problem is
available on hackage.

Closes https://github.com/NixOS/nixpkgs/pull/7464.
2015-04-19 18:36:08 +02:00
Peter Simons
d3b73ae30f idris: simplify overrides as suggested by @abbradar 2015-04-19 18:32:03 +02:00
Peter Simons
d50fe49ded Merge pull request #7037 from peti/haskell-updates-ghc7101
Switch the default Haskell package set to GHC 7.10.1.
2015-04-19 17:57:33 +02:00
Peter Simons
0b088ce581 r-modules: revert "disable builds that depend on broken gdal library"
This reverts commit 9e9b5e6e69. gdal has
been fixed in 1645795c53.
2015-04-19 17:52:50 +02:00
Cillian de Róiste
5c3b8840b3 qtractor: add LV2 plugin support and upgrade 0.6.5 -> 0.6.6
fixes 7384
2015-04-19 15:34:57 +02:00
Tobias Geerinckx-Rice
1f513c21f9 Merge pull request #7461 from dezgeg/pr-ddclient-unit-type
ddclient: Fix capitalization of systemd unit keys
2015-04-19 15:27:21 +02:00
Tuomas Tynkkynen
e7843efe12 ddclient: Fix incorrectly capitalized systemd unit key
This avoids the following warning:

Apr 19 10:53:48 xen systemd[1]: [/nix/store/...-unit-ddclient.service/ddclient.service:19] Unknown lvalue 'type' in section 'Service'

As `Type=simple` is the default in systemd, the assignment to the
service type can be simply dropped.
2015-04-19 15:58:34 +03:00
Eelco Dolstra
b7b661f05f Merge pull request #7412 from k0ral/sqlite
sqlite: 3.8.8.3 -> 3.8.9
2015-04-19 13:40:13 +02:00
Luca Bruno
b247577487 Revert "Merge pull request #7450 from risicle/gdaldisablepy"
This reverts commit e1db3adbac, reversing
changes made to ca0d1aa9a3.

See https://github.com/NixOS/nixpkgs/pull/7450#issuecomment-94259269
2015-04-19 12:19:52 +02:00
Peter Simons
bf294df172 haskell-annotated-wl-pprint was fixed upstream. 2015-04-19 11:59:09 +02:00
lethalman
e1db3adbac Merge pull request #7450 from risicle/gdaldisablepy
gdal: just disable python support instead of marking gdal broken wholesa...
2015-04-19 11:54:50 +02:00
Jaka Hudoklin
ca0d1aa9a3 Merge pull request #6880 from offlinehacker/pkgs/skydns/add
Add skydns
2015-04-19 10:43:05 +02:00
Edward Tjörnhammar
bf47fb0aee Merge pull request #7460 from codyopel/pamixer
pamixer: remove unzip dependency
2015-04-19 10:09:01 +02:00
codyopel
165e7bea42 pamixer: remove unzip dependency 2015-04-19 03:56:42 -04:00
Pascal Wittmann
be7e172052 Merge pull request #7456 from bcdarwin/button-lock
new emacs package: button-lock 1.0.2
2015-04-19 09:52:06 +02:00
Pascal Wittmann
68669cdcaa Merge pull request #7458 from bcdarwin/popup-upgrade
emacsPackagesNg.popup: 0.5.0 -> 0.5.2
2015-04-19 09:51:33 +02:00
William A. Kennington III
5233fef635 ntfs-3g: 2014.2.15 -> 2015.3.14 2015-04-19 00:37:55 -07:00
William A. Kennington III
cebecb3ef6 hiredis: 0.12.1 -> 0.13.0 2015-04-19 00:37:55 -07:00