Commit graph

56196 commits

Author SHA1 Message Date
Renzo Carbonara 11e3503f10 Improve packaging of xbrightness 2015-01-16 20:23:44 -03:00
Renzo Carbonara ce8651ba1e Add package xbrightness
xbrightness allows controlling by software the screen gamma and
brigthness settings for individual color channels.
2015-01-16 03:03:41 -03:00
Daniel Peebles 06f7226541 Merge pull request #5799 from copumpkin/reinstate-nix-unstable
Turn nixUnstable back on
2015-01-15 23:18:31 -05:00
Daniel Peebles 65522d05d4 Turn nixUnstable back on 2015-01-15 22:47:47 -05:00
Ricardo M. Correia 1f28bfa284 grsecurity: Update stable and test patches
stable: 3.0-3.14.28-201501120819 -> 3.0-3.14.28-201501142323
test:   3.0-3.18.2-201501120821  -> 3.0-3.18.2-201501142325
2015-01-16 02:47:12 +01:00
Oliver Charles 415b32311f hackage-packages.nix: re-generate from Hackage 2015-01-15T22:40:10+00:00 2015-01-15 22:40:21 +00:00
Peter Simons f93ce4faf1 haskell-configuration-common: remove redundant jailbreaks 2015-01-15 19:03:47 +01:00
Eelco Dolstra efa8fc2b0a Paranoia 2015-01-15 18:37:55 +01:00
Eelco Dolstra b9c4569b6b nixos-install: Create /root with 700 permission 2015-01-15 18:37:55 +01:00
Pascal Wittmann e01d24bd72 Merge pull request #5773 from matthiasbeyer/add-cortex
Add cortex in applications/misc
2015-01-15 18:32:48 +01:00
Eelco Dolstra 3ca275d7ba NixOS containers: Create /root with 700 permission
Systemd-nspawn creates /root with 755 permission if it doesn't exist,
which is bad. So we have to create it ourselves before calling
systemd-nspawn.
2015-01-15 17:51:43 +01:00
Matthias Beyer 9261b976ee Add cortex in applications/misc 2015-01-15 17:13:40 +01:00
Matthias Beyer 12795b9735 Add myself as maintainer 2015-01-15 17:13:39 +01:00
Oliver Charles d5f63e9626 haskellngPackages.th-desugar: Remove doJailbreak
Latest version builds without needing to jailbreak.
2015-01-15 14:54:15 +00:00
Oliver Charles 08d9755acb haskellngPackages.snaplet-redis: Remove doJailbreak
Now handled by hackage2nix
2015-01-15 14:53:25 +00:00
Oliver Charles e259b1ed94 haskellngPackages.stripe: Remove doJailbreak
0.8.3 does not need to be jailbroken.
2015-01-15 14:51:44 +00:00
Oliver Charles ef296fa407 haskell-ng.snaplet-stripe: Remove doJailbreak
Now done automatically by hackage2nix
2015-01-15 14:50:55 +00:00
Oliver Charles 2b63483bd5 haskellngPackages.fb: Update patch 2015-01-15 14:26:06 +00:00
Oliver Charles 1d4098dd03 Haskell: correct sha256 for tasty-ant-xml
For some reason hackage2nix always outputs `nil`.

CC @peti
2015-01-15 14:15:13 +00:00
Oliver Charles 0305f3b797 hackage-packages.nix: re-generate from Hackage 2015-01-15 14:11:26+00:00 2015-01-15 14:11:32 +00:00
Eelco Dolstra 1b1e015e6e Update Debian to 7.8 2015-01-15 14:51:55 +01:00
Eelco Dolstra 24ce7ff3ea test-instrumentation.nix: Prevent calling a pager 2015-01-15 14:39:29 +01:00
cillianderoiste 63f48b2528 Merge pull request #5758 from nckx/click
Python: click: upgrade 2.1 -> 3.3
2015-01-15 14:14:46 +01:00
cillianderoiste 1158c6c155 Merge pull request #5780 from eduarrrd/pshs
Add package pshs-0.2.5
2015-01-15 14:13:47 +01:00
vtaku0 b87da0fa91 source-han-sans: update, and refactor expressions
Close #5778.
@vcunat nitpicks: truetype -> opentype, remove empty buildInputs.
2015-01-15 14:09:00 +01:00
Pascal Wittmann 375ba22185 Merge pull request #5678 from muflax/awscli
awscli: bump version and fix missing runtime dependency
2015-01-15 14:00:24 +01:00
Pascal Wittmann 99496c8346 Merge pull request #5607 from AndersonTorres/xiphos
Xiphos: upgrade to 4.0.0
2015-01-15 12:01:53 +01:00
Vincent Laporte 1fd73de1d4 Lua4: adds branch information 2015-01-15 10:28:40 +01:00
cillianderoiste 1b753579a1 Merge pull request #5775 from nckx/jfbview
Add jfbview 0.4.2: framebuffer PDF/image viewer
2015-01-15 10:26:32 +01:00
Peter Simons 0e6fd630a4 hackage-packages.nix: drop hard-coded configureFlags and add automatic jailbreaks
The new version of hackage2nix adds an automatic jailbreak=true attribute to
all builds that are known to fail because of unsatisfied dependency version
constraints. Of course, hackage2nix is only able to detect these problems for
the default package set -- "haskellngPackages" -- that's built with GHC 7.8.4.
It cannot know problems that might arise if you build a package with a
different version of GHC, which comes with different versions of the core
libraries. This change "fixed" 806 builds: http://hydra.cryp.to/eval/85620.

Please pay attention to possible jailbreaks when reporting build errors
upstream! If a build was run with jailbreaking enabled, the build log says

 | Running jailbreak-cabal to lift version restrictions on build inputs.

at the very top. Upstream bug reports about build errors should contain that
information, i.e. the package author should know that you're building with
different (newer!) library versions than they're specifying.

Furthermore, build expressions no longer contain an explicit list of every
Cabal flag setting. Instead, we trust that Cabal figures out an appropriate
configuration at build time. This makes the build expressions more space to
adapt to different configuration at the cost of being slightly less
deterministic.
2015-01-15 10:15:13 +01:00
Peter Simons 02caf57cee jailbreak-cabal: build with Cabal 1.18.x on GHC 7.6.x 2015-01-15 10:15:11 +01:00
Peter Simons ee158bf659 Cabal-1.18.x: remove unnecessary jailbreak 2015-01-15 10:15:11 +01:00
Peter Simons 5bb103b4b2 haskell-vector: fix test suite on i686 2015-01-15 10:15:10 +01:00
Peter Simons 841b829fcd haskell-ng: bump cabal2nix to latest Git version 2015-01-15 10:15:10 +01:00
Peter Simons e8b14bd783 hackage-packages.nix: update from Hackage 2015-01-14T14:28:46+0100 2015-01-15 10:15:10 +01:00
cillianderoiste 0ea812cc59 Merge pull request #5759 from nckx/jedi
Python: jedi: update 0.8.0-final0 -> 0.8.1
2015-01-15 10:10:08 +01:00
Tobias Geerinckx-Rice 3aaec79aed Python: click: upgrade 2.1 -> 3.3 (!) 2015-01-15 05:34:56 +01:00
Tobias Geerinckx-Rice dda7ea5dd8 Python: jedi: update 0.8.0-final0 -> 0.8.1 2015-01-15 05:34:30 +01:00
Eduard Bachmakov f9a5ad039b Add package pshs-0.2.5
Announcement blog post:
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/licenses/
2015-01-14 22:56:54 -05:00
Pascal Wittmann e38c351f2b Merge pull request #5774 from j-keck/scala_2.11.5
scala: update to 2.11.5
2015-01-15 01:10:59 +01:00
Pascal Wittmann 58e97d6531 xarchiver: update from 0.5.3 to 0.5.4 2015-01-15 01:01:52 +01:00
Pascal Wittmann d6dfe59394 tinc: update from 1.0.24 to 1.0.25 2015-01-15 00:57:47 +01:00
Pascal Wittmann a15198e844 squids.latest: update from 3.4.9. to 3.4.11 2015-01-15 00:54:26 +01:00
Pascal Wittmann 6f27834e3a instead: update from 1.9.1 to 2.2.0 and adopt it 2015-01-15 00:42:17 +01:00
Pascal Wittmann 68c4311fee halibut: update from 1.0 to 1.1
and add myself as a maintainer
2015-01-15 00:30:12 +01:00
Pascal Wittmann db69fcd0bc gtmess: update from 0.96 to 0.97
and remove obsolete patch
2015-01-15 00:25:07 +01:00
j-keck 67fc5b509a scala: update to 2.11.5 2015-01-15 00:11:14 +01:00
Peter Simons 1912736a86 ghc-7.8.4: re-implement "fix build on Darwin" to avoid re-builds on Linux
Originally, I thought that I can commit a "clean" patch -- even if it
triggers re-builds -- because those re-builds were triggered by the
ncurses patch to GHC anyway . That patch had to be reverted, though, so
now I'm rewriting this patch to avoid re-builds on Linux.

What a mess. :-(
2015-01-15 00:06:06 +01:00
Pascal Wittmann 116fc8afc4 yodl: update from 3.04.00 to 3.05.00 2015-01-14 23:58:17 +01:00
Tobias Geerinckx-Rice cf22b82b6c Add jfbview 0.4.2: framebuffer PDF/image viewer 2015-01-14 23:31:47 +01:00