Commit graph

60028 commits

Author SHA1 Message Date
Peter Simons 39ec62fa96 haskell-configuration-common: don't import LLVM into the package set
Instead, we'll make sure that packages find it in self.llvmPackages.
2015-03-26 11:29:05 +01:00
Nikolay Amiantov 49f3c375b5 ghcWithPackages: add withLLVM 2015-03-26 11:29:05 +01:00
Peter Simons 1368206eb8 haskell-configuration-common: remember ticket URL 2015-03-26 11:29:05 +01:00
Peter Simons 73f35dcc0c haskell-CLI fails its test suite because of missing modules. 2015-03-26 11:29:05 +01:00
Peter Simons eb4f75a868 ghc: remove obsolete "i686-darwin" from meta.platforms 2015-03-26 11:29:05 +01:00
Peter Simons 6bd48cbfef Enable Darwin builds of Haskell packages again.
Hopefully, issues like https://github.com/NixOS/nixpkgs/issues/2689 are
all remedied by now.
2015-03-26 11:29:05 +01:00
Peter Simons 93bd02a6aa ghc: versions prior to 7.4.x currently don't work on Darwin
db4cb021c0 (commitcomment-10320216)
2015-03-26 11:29:05 +01:00
Peter Simons a6f3b54fd0 haskell-ng: disable failing builds on Hydra 2015-03-26 11:29:05 +01:00
Peter Simons 9e91fe45d6 Merge pull request #6985 from ttuegel/youtube-dl
youtube-dl: wrap with ffmpeg
2015-03-26 11:05:38 +01:00
Rob Vermaas 46eedd9de5 Dohh 2015-03-26 09:48:27 +00:00
Rob Vermaas ac35d15bcc bazel: Upstream pushed patch, removing patch. 2015-03-26 09:46:31 +00:00
Domen Kožar e42547d8e9 pythonPackages.subunit: rewrite to use buildPythonPackage 2015-03-26 10:25:58 +01:00
Rob Vermaas cbb14299c9 GCE image: Remove some unnecessary lib prefixes. 2015-03-26 09:15:09 +00:00
Rob Vermaas 80202fbd25 GCE image: Add some recommended sysctl settings. Disable OS level firewall by default for GCE images (GCE provides external firewall). Disable passwordAuthentication. Related to issue #6991. 2015-03-26 09:09:40 +00:00
Domen Kožar 8feda47bee pinentry: fix build /cc wkennington 2015-03-26 10:07:05 +01:00
Michael Raskin 61e573fcb6 Update fossil; use repository-generated tarball because release tarballs disappear 2015-03-26 10:12:25 +03:00
Rob Vermaas 7721ff4ccb bazel: add patch suggested by upstream 2015-03-26 06:30:21 +00:00
William A. Kennington III 4afecb84e3 Merge pull request #6948 from kevinmarsh/master
Add gspread python package
2015-03-25 22:19:08 -07:00
William A. Kennington III 9d9a393a4b Merge pull request #6919 from ehmry/cjdns
cjdns: update pkg and fix nixos test
2015-03-25 22:16:23 -07:00
William A. Kennington III 7f2adbf569 Merge pull request #6945 from k0ral/mtr
mtr: 0.85 -> 0.86
2015-03-25 22:15:14 -07:00
William A. Kennington III 2e815a7444 Merge pull request #6961 from bcdarwin/abella
new package: abella 2.0.2
2015-03-25 22:14:10 -07:00
William A. Kennington III 18867a6b83 Merge pull request #6967 from ftrvxmtrx/pcalc-20141224
pcalc: 20120812 -> 20141224
2015-03-25 22:13:37 -07:00
William A. Kennington III c32a0d9eb1 Merge pull request #6970 from joachifm/libev
Libev updates
2015-03-25 22:13:13 -07:00
William A. Kennington III 18e140701b pulseaudio: 5.0 -> 6.0 2015-03-25 22:10:47 -07:00
William A. Kennington III 5fab3e266e nano: Default to having nls support 2015-03-25 22:10:47 -07:00
William A. Kennington III 9ec9e01958 Merge pull request #6978 from henrytill/mplus-outline-fonts
add mplus-outline-fonts
2015-03-25 22:10:16 -07:00
William A. Kennington III cb1072ba32 Merge pull request #6987 from kmicu/pavucontrol
Bump pavucontrol 2.0 → 3.0
2015-03-25 22:09:47 -07:00
William A. Kennington III 247cf8f37a Merge pull request #6986 from joachifm/nano-2_4
Nano 2.4
2015-03-25 21:47:44 -07:00
William A. Kennington III bb70b19394 Merge pull request #6988 from spwhitt/schroedinger
Fix schroedinger on Darwin
2015-03-25 21:45:30 -07:00
William A. Kennington III e73b4f42a3 Merge pull request #6989 from spwhitt/libmatroska
libmatroska: Fix Darwin build
2015-03-25 21:43:56 -07:00
William A. Kennington III 938403bc09 Merge pull request #6990 from spwhitt/libmpeg2
libmpeg2: Fix Darwin build
2015-03-25 21:43:20 -07:00
Spencer Whitt 54bf845153 libmpeg2: Fix Darwin build 2015-03-25 23:12:14 -04:00
Spencer Whitt af2d875865 libmatroska: Fix Darwin build 2015-03-25 22:58:28 -04:00
Spencer Whitt 0b853b767a libebml: 1.3.0 -> 1.3.1 2015-03-25 22:51:44 -04:00
Spencer Whitt c7a0e68e58 schroedinger: 1.0.0 -> 1.0.11 2015-03-25 22:22:20 -04:00
Spencer Whitt 5284c5684f orc: Enable building on Darwin 2015-03-25 22:13:48 -04:00
kmicu ff759a9890
Bump pavucontrol 2.0 → 3.0
improved error handling; remember device selection visibility; window
sizing improvements
2015-03-26 00:38:44 +01:00
Thomas Tuegel cbfaea8191 youtube-dl: wrap with ffmpeg
youtube-dl uses ffmpeg for post-processing and fixups. The ffmpeg used
can be overridden or libav can be substituted.
2015-03-25 18:35:33 -05:00
Tobias Geerinckx-Rice eff3fa7949 encfs 1.8 -> 1.8.1 2015-03-26 00:29:42 +01:00
Tobias Geerinckx-Rice 9060ae8f89 include-what-you-use: pin clang to version 3.5
Fixes Hydra failure with clang 3.6 <http://hydra.nixos.org/build/20560181>.
Also shorten excessive longDescription a bit.
2015-03-26 00:29:42 +01:00
William A. Kennington III 70a8bfbcd5 pinentry: Fix for darwin 2015-03-25 16:19:02 -07:00
William A. Kennington III ba4330a89e pinentry: Doesn't use qt4 by default so don't enable it 2015-03-25 16:15:02 -07:00
William A. Kennington III 79cfdb2afe pinentry: Slight refactoring 2015-03-25 16:10:00 -07:00
William A. Kennington III 4fc94e6222 pinentry: Update build 2015-03-25 16:09:00 -07:00
William A. Kennington III 151c42aa98 libvorbis: 1.3.4 -> 1.3.5 2015-03-25 16:02:42 -07:00
William A. Kennington III 838acbe701 Merge pull request #6983 from spwhitt/libtheora
Libtheora
2015-03-25 15:36:56 -07:00
William A. Kennington III fe6055dc2a Merge pull request #6984 from spwhitt/x264
X264 updates
2015-03-25 15:35:59 -07:00
William A. Kennington III 8b3c7af358 Merge pull request #6981 from layus/systemd-escape-colon
nixos/systemd: Also escape ':' characters
2015-03-25 15:33:21 -07:00
Joachim Fasting cf74e83057 nano: add option to do tiny build
Enabling tiny build reduces the binary to 107K on my system
(more than 50% size reduction).
2015-03-25 23:31:21 +01:00
Joachim Fasting e1f6d349ec nano: make NLS optional 2015-03-25 23:31:20 +01:00