summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Remove pciutils and usbutils from the default system pathEelco Dolstra2015-04-20
| | | | Issue #7117.
* Merge pull request #7473 from aycanirican/fix_darwin_emacsAycan iRiCAN2015-04-20
|\ | | | | emacs-24: Removed obsolete patch file
| * Removed all references to darwin-new-sections.patchAycan iRiCAN2015-04-20
| |
| * Removed patch file.Aycan iRiCAN2015-04-20
| |
| * emacs-24: Removed obsolete patch fileAycan iRiCAN2015-04-20
| |
* | rescuetime 2.8.6.1015 -> 2.8.8.1040Tobias Geerinckx-Rice2015-04-20
| |
* | dpkg 1.16.9 -> 1.17.25Tobias Geerinckx-Rice2015-04-20
| |
* | perl-packages: add Parse::DebControlTobias Geerinckx-Rice2015-04-20
| | | | | | | | Easy OO parsing of debian control-like files
* | fix rebuild when using ntfs partitionsCray Elliott2015-04-19
| | | | | | | | needed to define inInitrd, used vfat.nix as a template
* | haskell-hruby: add missing system dependency and disable broken test suitePeter Simons2015-04-20
| | | | | | | | | | | | 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.
* | darcs: use build from GHC 7.8.4 package set until 7.10.1 compiles this toolPeter Simons2015-04-20
| |
* | git-annex: use build from GHC 7.8.4 package set until 7.10.1 compiles this toolPeter Simons2015-04-20
| |
* | haskell-tasty-rerun: fix build with GHC 7.10.1Peter Simons2015-04-20
| |
* | haskell-nats: fix build with older compilersPeter Simons2015-04-20
| |
* | haskell-bloomfilter: fix build with GHC 7.10.1Peter Simons2015-04-20
| | | | | | | | https://github.com/bos/bloomfilter/issues/11
* | hackage-packages.nix: re-generate from Hackage state ↵Peter Simons2015-04-20
| | | | | | | | https://github.com/commercialhaskell/all-cabal-files/commit/be5b264dd1ac234858839cae4909efef2e9fc7cf
* | Include cifs-utils only when neededEelco Dolstra2015-04-19
| | | | | | | | Issue #7117.
* | container.nix -> docker-container.nixEelco Dolstra2015-04-19
| |
* | Don't include ntfs-3g by defaultEelco Dolstra2015-04-19
| | | | | | | | Issue #7117.
* | Remove fixed uids for nscd, sshdEelco Dolstra2015-04-19
| | | | | | | | | | | | 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.
* | Don't include networkd units unless enabledEelco Dolstra2015-04-19
| | | | | | | | | | | | 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).
* | systemd: Move networkd into separate modulesEelco Dolstra2015-04-19
| | | | | | | | The systemd module was getting rather bloated.
* | haskell-configuration-ghc-7.10.x: clean-upPeter Simons2015-04-19
| |
* | haskell-control-monad-free: use pre 0.6 version on older compilersPeter Simons2015-04-19
| |
* | haskell-mtl-compat: fix build with GHC 7.10.x or laterPeter Simons2015-04-19
| |
* | haskell-extra build succeeds with the new generic builder.Peter Simons2015-04-19
| |
* | Drop broken packages sproxy and sproxy-web.Peter Simons2015-04-19
| |
* | Disable sdl2-ttf tests in haskellng packages.Sebastian Jordan2015-04-19
| | | | | | | | | | | | | | | | 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.
* | idris: simplify overrides as suggested by @abbradarPeter Simons2015-04-19
| |
* | Merge pull request #7037 from peti/haskell-updates-ghc7101Peter Simons2015-04-19
|\ \ | | | | | | Switch the default Haskell package set to GHC 7.10.1.
| * | haskell-annotated-wl-pprint was fixed upstream.Peter Simons2015-04-19
| | |
| * | idris: fix building on GHC 7.8Nikolay Amiantov2015-04-18
| | |
| * | haskell-configuration-ghc-7.8.x: fix transformers-compatPeter Simons2015-04-18
| | |
| * | haskell-configuration-ghc-7.10.x: remember ticket for brainfock and unlambda ↵Peter Simons2015-04-18
| | | | | | | | | | | | patches
| * | haskell-ng: switch default configuration to mtl 2.2.xPeter Simons2015-04-18
| | |
| * | haskell-configuration-ghc-7.10.x: fix Hydra evaluation errorsPeter Simons2015-04-18
| | |
| * | haskell-ShellCheck build has been fixed upstream.Peter Simons2015-04-18
| | |
| * | haskellng.generic-builder: move jailbreak-cabal to postPatchNikolay Amiantov2015-04-18
| | | | | | | | | | | | Closes https://github.com/NixOS/nixpkgs/pull/7208.
| * | haskell-zlib: fix build by disabling the test suitePeter Simons2015-04-18
| | |
| * | haskell-wl-pprint build with GHC 7.10.1 has been fixed upstream.Peter Simons2015-04-18
| | |
| * | haskell-configuration-ghc-7.10.x: mark broken packagesPeter Simons2015-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - BNFC = markBrokenVersion "2.7.1" super.BNFC; - HList = markBrokenVersion "0.3.4.1" super.HList; - cmdlib = markBroken super.cmdlib; - ShellCheck = markBroken ShellCheck; - arithmoi = markBroken super.arithmoi; - ghc-mod = markBroken super.ghc-mod; - graphviz = markBroken super.graphviz; Disable hastache's test suite to fix the build.
| * | haskell-pandoc: remove obsolete patches for ghc-7.10.x supportPeter Simons2015-04-18
| | |
| * | haskell-arithmoi: patch for GHC 7.10.1 no longer apply cleanlyPeter Simons2015-04-18
| | | | | | | | | | | | See http://hydra.cryp.to/build/729998/nixlog/2/raw.
| * | haskell-nats: fix build on pre 7.10.x compilersPeter Simons2015-04-18
| | |
| * | jailbreak-cabal: avoid infinite recursionPeter Simons2015-04-18
| | |
| * | haskell-configuration-ghc-7.10.x: remove obsolete overridesPeter Simons2015-04-18
| | |
| * | hackage-packages.nix: re-generate from Hackage state ↵Peter Simons2015-04-18
| | | | | | | | | | | | https://github.com/commercialhaskell/all-cabal-files/commit/81d069379a0131fa48cef69046e18cfdcb07c7ef
| * | Switch haskellngPackages from GHC 7.8.4 to 7.10.1.Peter Simons2015-04-18
| | |
* | | r-modules: revert "disable builds that depend on broken gdal library"Peter Simons2015-04-19
| | | | | | | | | | | | | | | This reverts commit 9e9b5e6e6949ee83701f42b37c06641d6be25adb. gdal has been fixed in 1645795c53807a83561479eebf25bb1adce003ce.
* | | qtractor: add LV2 plugin support and upgrade 0.6.5 -> 0.6.6Cillian de Róiste2015-04-19
| | | | | | | | | | | | fixes 7384