Commit graph

22,930 commits

Author SHA1 Message Date
Peter Simons
e1729d6aca haskell-crypto-cipher-types: update to version 0.0.7 2013-10-10 20:56:35 +02:00
Peter Simons
f9162c54ed haskell-crypto-cipher-tests: update to version 0.0.10 2013-10-10 20:56:35 +02:00
Peter Simons
c628bb466c haskell-citeproc-hs: update to version 0.3.9 2013-10-10 20:56:35 +02:00
Peter Simons
3b36ea9ebb haskell-cipher-rc4: update to version 0.1.4 2013-10-10 20:56:34 +02:00
Peter Simons
e8509b1cf7 haskell-cipher-des: update to version 0.0.5 2013-10-10 20:56:34 +02:00
Peter Simons
0e4d71d781 haskell-cipher-camellia: update to version 0.0.2 2013-10-10 20:56:34 +02:00
Peter Simons
24dfe9bd79 haskell-cipher-blowfish: update to version 0.0.3 2013-10-10 20:56:34 +02:00
Peter Simons
ff8fc2a3dc haskell-cipher-aes: update to version 0.2.6 2013-10-10 20:56:34 +02:00
Peter Simons
6cba0e6085 haskell-certificate: update to version 1.3.9 2013-10-10 20:56:34 +02:00
Peter Simons
b3a5735df6 haskell-JuicyPixels: update to version 3.1.1 2013-10-10 20:56:33 +02:00
Peter Simons
f3aa6c02b9 haskell-GLFW: update to version 0.5.2.0 2013-10-10 20:56:33 +02:00
Peter Simons
0a24aa4d29 haskell-network: add version 2.4.2.0 2013-10-10 20:52:39 +02:00
Shea Levy
19c7b84799 gnu-efi: Update to 3.0u
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-09 10:07:02 -04:00
Vladimír Čunát
59a5f6307d pcre: disable tests for freeBSDs, as we're running out of stack 2013-10-08 20:58:34 +02:00
Eelco Dolstra
df0d362f31 Fix some more Hydra evaluation errors 2013-10-08 11:07:14 +02:00
Eelco Dolstra
2147a07938 Fix a bunch of Hydra evaluation errors 2013-10-07 17:36:47 +02:00
Moritz Ulrich
3ee5c50cda Add gnutls 3.2.4 (as pkgs.gnutls32) & make weechat use it.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-07 13:44:19 +02:00
Vladimír Čunát
f445474d33 polkit: remove hacks, fix chroot builds 2013-10-06 23:54:47 +02:00
Bjørn Forsman
1a062d1456 flightgear: 2.10.0 -> 2.12.0 (and make it run again)
The current FlightGear expression doesn't work:

  bash$ nix-build -A flightgear
  /nix/store/3c47sibzb9h1vhnn0gnh692hkpjc5p5v-flightgear-2.10.0

  bash$ ./result/bin/fgfs
  ERROR: The path '/nix/store/3c47sibzb9h1vhnn0gnh692hkpjc5p5v-flightgear-2.10.0/lib/FlightGear' does not exist in the file system.

  Base package check failed:
    Version [none] found at: /nix/store/3c47sibzb9h1vhnn0gnh692hkpjc5p5v-flightgear-2.10.0/lib/FlightGear
    Version 2.10.0 is required.
  Please upgrade/downgrade base package and set the path to your fgdata
  with --fg-root=path_to_your_fgdata

We could probably make the 2.10.0 version run, but I had already
upgraded it to 2.12.0 before I made it work. It seems only the data dir
configuration was wrong/missing: FG_DATA_DIR="$out/share/FlightGear/".

Simgear must be in version sync with flightgear, hence the upgrade.

Most of the diff is because I rewrote the flightgear expression to what
I think is the "new style". I wanted to add a preConfigure phase but
didn't understand why this expression had custom phases. So I just
rewrote the whole thing to something I consider more readable.
2013-10-06 22:38:48 +02:00
Bjørn Forsman
083d0890f5 More description fixes
* Remove package name
* Start with upper case letter
* Remove trailing period

Also reword some descriptions and move some long descriptions to
longDescription.

I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
Eelco Dolstra
9db68de9e6 polkit, pulseaudio: Drop some Linux-specific dependencies 2013-10-06 00:21:28 +02:00
Vladimír Čunát
a7d129b05e polkit: update, including non-critical CVE-2013-4288 fix 2013-10-05 21:29:08 +02:00
Vladimír Čunát
e1e0a11f86 gtk3: update 3.8.4 -> 3.10.0 2013-10-05 21:27:45 +02:00
Vladimír Čunát
e902ca15ab update wayland deps needed for gtk+ 3.10 2013-10-05 21:27:32 +02:00
Vladimír Čunát
346ad74277 gtk2: minor update .20 -> .21 2013-10-05 21:27:08 +02:00
Vladimír Čunát
cb8fff57c1 update gtk deps, on GNOME-3.10 branches now 2013-10-05 21:25:53 +02:00
Vladimír Čunát
4bcdeb49a1 mesa: update 9.1.6 -> 9.2.1, enable R600 LLVM stuff 2013-10-05 21:18:35 +02:00
Bjørn Forsman
28ac782583 Some description fixes
There are many more packages to fix, this is just a start.

Rules:
 * Don't repeat the package name (not always that easy...)
 * Start with capital letter
 * Don't end with full stop
 * Don't start with "The ..." or "A ..."

I've also added descriptions to some packages and rewritten others.
2013-10-05 19:36:23 +02:00
Mathijs Kwik
cb537ad44b trifecta: override dependency versions
"jailbreak" did not work for this package
Also, I force a downgrade for "hashable" to make stuff work with our current haskell platform. If you don't like running things "below spec", you can add the following to packageOverrides:

haskellPackages_ghc763 = pkgs.haskellPackages_ghc763.override {
  extraPrefs = self: {
    hashable = self.hashable_1_2_1_0;
  };
};
2013-10-04 09:07:45 +02:00
Mathijs Kwik
af2eaf1ef9 llvm-general: remove version 3.3.5 2013-10-04 09:07:44 +02:00
Peter Simons
2fb919fb5a gmp: update to version 5.1.3 2013-10-03 18:09:34 +02:00
Peter Simons
be67ab572c haskell-regex-compat-tdfa: work around broken release tarball on Hackage 2013-10-03 17:55:28 +02:00
Peter Simons
178e88e780 Merge pull request #1036 from offlinehacker/ettercap
Add ettercap, a comprehensive suite for man in the middle attacks
2013-10-03 06:57:55 -07:00
Jaka Hudoklin
f295cf2395 Add ettercap, a comprehensive suite for man in the middle attacks 2013-10-03 15:35:34 +02:00
Peter Simons
ac5d5297dd Merge remote-tracking branch 'origin/master' into stdenv-updates. 2013-10-02 22:44:12 +02:00
Peter Simons
1d03574722 haskell-yesod-core: update to version 1.2.4.4 2013-10-02 22:33:44 +02:00
Peter Simons
51cc4b609a haskell-hoogle: update to version 4.2.23 2013-10-02 22:33:44 +02:00
Peter Simons
9f70b8e678 haskell-pandoc-types: update to version 1.12.2.2 2013-10-02 22:33:43 +02:00
Peter Simons
8f80bb9937 haskell-lens: update to version 3.9.2 2013-10-02 22:33:43 +02:00
Peter Simons
2c979c18c5 haskell-crypto-conduit: update to version 0.5.2.1 2013-10-02 22:33:43 +02:00
Peter Simons
287346dfce haskell-bindings-DSL: update to version 1.0.19 2013-10-02 22:33:43 +02:00
Peter Simons
5f68232263 haskell-accelerate-cuda: update to version 0.13.0.4 2013-10-02 22:33:43 +02:00
Peter Simons
4e861e3463 haskell-MonadRandom: update to version 0.1.12 2013-10-02 22:33:43 +02:00
Peter Simons
b9957fed8e haskell-snap: update to version 0.13.0.3 2013-10-02 22:33:42 +02:00
Peter Simons
00718b5dd3 haskell-skein: update to version 1.0.8 2013-10-02 22:33:42 +02:00
Peter Simons
eeeecbefa8 haskell-hS3: update to version 0.5.8 2013-10-02 22:33:42 +02:00
Peter Simons
fad405e3e4 haskell-doctest: update to version 0.9.9 2013-10-02 22:33:42 +02:00
Peter Simons
ffd9bbf29a haskell-data-pprint: update to version 0.2.2 2013-10-02 22:33:42 +02:00
Peter Simons
51aa0c05d8 haskell-crypto-conduit: re-generate expression with cabal2nix 2013-10-02 22:33:41 +02:00
Rickard Nilsson
28c3401684 acid-state: Update to 0.12.1 2013-10-02 18:51:31 +02:00