Commit graph

24636 commits

Author SHA1 Message Date
Peter Simons
34b48b6c3b haskell-numbers: disable 'doCheck' to avoid build errors
Setup: At least the following dependencies are missing:
test-framework ==0.6.*, test-framework-quickcheck2 ==0.2.*
2013-02-25 00:32:44 +01:00
Peter Simons
68d4be424d haskell-sendfile: update to version 0.7.9 2013-02-25 00:32:44 +01:00
Peter Simons
0b8ee12f09 haskell-hashed-storage: disable 'doCheck' because of test suite errors
running tests
/bin/sh: dist/build/hashed-storage-test/hashed-storage-test: No such file or directory
2013-02-25 00:32:44 +01:00
Peter Simons
07dd027e63 haskell-vty: disable 'doCheck' because of build errors
Setup: At least the following dependencies are missing:
Cabal ==1.17.*
2013-02-25 00:32:44 +01:00
Peter Simons
50b94835e4 haskell-filestore: cosmetic 2013-02-25 00:32:43 +01:00
Peter Simons
8a7a2c4e6c haskell-src-exts: disable 'doCheck' because of test suite build errors
Test/Runner.hs:5:8:
    Could not find module `Language.Haskell.Exts.Annotated'
    Use -v to see a list of the files searched for.
Setup: Pattern match failure in do expression at Setup.hs:6:5-15
2013-02-25 00:32:43 +01:00
Peter Simons
b15b0690dc haskell-filestore: disable 'doCheck' because of test suite failures
running tests
/bin/sh: ./dist/build/test-filestore/test-filestore: No such file or directory
2013-02-25 00:32:43 +01:00
Peter Simons
b7324d79eb zeromq3-haskell: disable 'doCheck' because of build errors in test program 2013-02-25 00:32:43 +01:00
Peter Simons
86b96bd0e9 haskell-cautious-file: disable 'doCheck' because of test suite failure 2013-02-25 00:32:43 +01:00
Peter Simons
28a0367f9e haskell-HTTP: disable 'doCheck' to avoid compilation errors
Setup: At least the following dependencies are missing:
  case-insensitive ==0.4.*,
  conduit >=0.4 && <0.6,
  http-types >=0.6 && <0.8,
  wai >=1.2 && <1.4
2013-02-25 00:32:43 +01:00
Peter Simons
8c58bef5dd haskell-simple-sendfile: disable 'doCheck' because of test suite failure
Running 1 test suites...
Test suite spec: RUNNING...

Sendfile
  sendfile
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends an entire file FAILED [1]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends a part of file FAILED [2]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - terminates even if length is over
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - terminates even if offset is over
    - terminates even if the file is truncated FAILED [3]

  sendfileWithHeader
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends an header and an entire file FAILED [4]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends an header and a part of file FAILED [5]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends a large header and an entire file FAILED [6]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends a large header and a part of file FAILED [7]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - terminates even if length is over
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - terminates even if offset is over
    - terminates even if the file is truncated FAILED [8]

1) Sendfile.sendfile sends an entire file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

2) Sendfile.sendfile sends a part of file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

3) Sendfile.sendfile terminates even if the file is truncated FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

4) Sendfile.sendfileWithHeader sends an header and an entire file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

5) Sendfile.sendfileWithHeader sends an header and a part of file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

6) Sendfile.sendfileWithHeader sends a large header and an entire file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

7) Sendfile.sendfileWithHeader sends a large header and a part of file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

8) Sendfile.sendfileWithHeader terminates even if the file is truncated FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))
2013-02-25 00:32:43 +01:00
Peter Simons
3ac39413ac Disable 'doCheck' in more packages to avoid infinite evaluation loops. 2013-02-25 00:32:43 +01:00
Peter Simons
e3bf440ae9 haskell-text: disable 'doCheck' to avoid infinite evaluation loop
Some of the 'testDepends' of these packages end up depending on 'text' again.
2013-02-25 00:32:43 +01:00
Peter Simons
a540dd5650 alex: disable 'doCheck' to avoid compilation errors
The test-suite stanza is incomplete.
2013-02-25 00:32:42 +01:00
Peter Simons
1fac9c5a41 haddock: disable 'doCheck' to avoid compilation errors
The test-suite stanza is incomplete.
2013-02-25 00:32:42 +01:00
Peter Simons
24dcf491fc haskell-ghc-events: disable 'doCheck' because of test suite failure
Running 1 test suites...
Test suite test-versions: RUNNING...
test-versions: test/queens-ghc-6.12.1.eventlog: openBinaryFile: does not exist (No such file or directory)
Test suite test-versions: FAIL
Test suite logged to: dist/test/ghc-events-0.4.2.0-test-versions.log
0 of 1 test suites (0 of 1 test cases) passed.
2013-02-25 00:32:42 +01:00
Peter Simons
ae8288ef88 haskell-packages.nix: fix attribute ordering after recent additions 2013-02-25 00:32:42 +01:00
Peter Simons
55ec10fff5 haskell-unbounded-delays: add version 0.1.0.5 2013-02-25 00:32:42 +01:00
Peter Simons
b32d4f15ff haskell-text-icu: add version 0.6.3.5 2013-02-25 00:32:42 +01:00
Peter Simons
f99c54d198 haskell-Safe: add version 0.1 2013-02-25 00:32:42 +01:00
Peter Simons
13f491df46 haskell-stringprep: add version 0.1.5 2013-02-25 00:32:42 +01:00
Peter Simons
bbb6aa522c haskell-stringbuilder: add version 0.4.0 2013-02-25 00:32:41 +01:00
Peter Simons
9bdefae7c2 haskell-punycode: add version 2.0 2013-02-25 00:32:41 +01:00
Peter Simons
7937ea533c haskell-network-transport-tests: add version 0.1.0.1 2013-02-25 00:32:41 +01:00
Peter Simons
59117b299b haskell-nanospec: add version 0.1.0 2013-02-25 00:32:41 +01:00
Peter Simons
9a96a358f0 haskell-markdown-unlit: add version 0.2.0.1 2013-02-25 00:32:41 +01:00
Peter Simons
4fbd9acbaf haskell-lockfree-queue: add version 0.2 2013-02-25 00:32:41 +01:00
Peter Simons
8aa90c7642 haskell-idna: add version 0.2 2013-02-25 00:32:41 +01:00
Peter Simons
7a79bf93d7 haskell-hspec-meta: add version 1.4.4 2013-02-25 00:32:41 +01:00
Peter Simons
442342e34e haskell-file-location: add version 0.4.5.2 2013-02-25 00:32:40 +01:00
Peter Simons
45e9ea0424 haskell-encoding: add version 0.6.7.2 2013-02-25 00:32:40 +01:00
Peter Simons
258fafaaf5 haskell-data-accessor-transformers: add version 0.2.1.4 2013-02-25 00:32:40 +01:00
Peter Simons
1c50ed9441 haskell-concurrent-extra: add version 0.7.0.5 2013-02-25 00:32:40 +01:00
Peter Simons
6d910bf725 haskell-ChasingBottoms: add version 1.3.0.5 2013-02-25 00:32:40 +01:00
Peter Simons
8be18988ee haskell-base-compat: add version 0.2.1 2013-02-25 00:32:40 +01:00
Peter Simons
a30df95691 Re-generate all Haskell packages with the latest version of cabal2nix.
This change brings support for building and running the regressions test suites.
2013-02-25 00:32:40 +01:00
Peter Simons
d0bfd6936e pkgs/build-support/cabal: add 'testDepends' to 'extraBuildInputs' if 'doCheck' is set to 'true' 2013-02-25 00:32:40 +01:00
Peter Simons
6495bf019c haskell-fsnotify: disable 'doCheck' to avoid test suite failures
Test suite test: RUNNING...

canonicalizeDirPath
  - Absolute path keeps trailing slash FAILED [1]
  - Absolute path gains trailing slash FAILED [2]
  - Relative path keeps trailing slash
  - Relative path gains trailing slash

canonicalizePath
  - Absolute path keeps trailing slash FAILED [3]
  - Relative path keeps trailing slash

findFiles
  - Non-recursive
  - Recursive

findDirs
  - Non-recursive
  - Recursive

watchDir
  - Create file
  - Modify file
  - Remove file
  - Rename file
  - Debounce

watchDirChan
  - Create file
  - Modify file
  - Remove file
  - Rename file

watchTree
  - Create file (pre-existing directory)
  - Create file (create directory)
  - Modify file
  - Remove file
  - Rename file

watchTreeChan
  - Create file (pre-existing directory)
  - Create file (create directory)
  - Modify file
  - Remove file
  - Rename file

1) canonicalizeDirPath Absolute path keeps trailing slash FAILED (uncaught exception)
IOException (/home/: canonicalizePath: does not exist (No such file or directory))

2) canonicalizeDirPath Absolute path gains trailing slash FAILED (uncaught exception)
IOException (/home: canonicalizePath: does not exist (No such file or directory))

3) canonicalizePath Absolute path keeps trailing slash FAILED (uncaught exception)
IOException (/home/: canonicalizePath: does not exist (No such file or directory))

Finished in 37.1526 seconds
29 examples, 3 failures
Test suite test: FAIL
Test suite logged to: dist/test/fsnotify-0.0.6-test.log
2013-02-25 00:26:18 +01:00
Peter Simons
ab79e29846 haskell-pandoc: disable 'doCheck' to avoid test suite build errors
Configuring pandoc-1.10.1...
Setup: At least the following dependencies are missing:
Diff ==0.2.*,
HUnit ==1.2.*,
QuickCheck >=2.4 && <2.6,
ansi-terminal >=0.5 && <0.7,
test-framework >=0.3 && <0.9,
test-framework-hunit >=0.2 && <0.4,
test-framework-quickcheck2 >=0.2.9 && <0.4
2013-02-25 00:23:57 +01:00
Peter Simons
cf1df3a9e9 haskell-happstack-server: disable 'doCheck' to avoid test suite build errors
tests/Test.hs:3:8:
    Could not find module `Happstack.Server.Tests'
    Perhaps you meant
      Happstack.Server.Types (from happstack-server-7.1.6)
      Happstack.Server.Auth (from happstack-server-7.1.6)
      Happstack.Server.Client (from happstack-server-7.1.6)
    Use -v to see a list of the files searched for.
2013-02-25 00:13:30 +01:00
Peter Simons
2ae0ca0580 haskell-threads: disable 'doCheck' to avoid test suite build errors
Setup: At least the following dependencies are missing:
test-framework >=0.2.4 && <0.7,
test-framework-hunit >=0.2.4 && <0.3
2013-02-25 00:11:16 +01:00
Peter Simons
1cea746589 haskell-statistics: disable 'doCheck' to avoid test suite failures
Running 1 test suites...
Test suite tests: RUNNING...
Tests for all distributions:
  Tests for: BetaDistribution:
    C.D.F. sanity: [OK, passed 100 tests]
    CDF limit at +tests: <stdout>: commitBuffer: invalid argument (invalid character)
Test suite tests: FAIL
Test suite logged to: dist/test/statistics-0.10.2.0-tests.log
2013-02-25 00:06:11 +01:00
Peter Simons
dd9ff9adb7 darcs: disable test suite to avoid 127 exit code 2013-02-25 00:03:34 +01:00
Peter Simons
80d5273cc6 haskell-distributed-process: disable 'doCheck' to avoid build errors
Setup: At least the following dependencies are missing:
ansi-terminal ==0.5.*
2013-02-24 23:48:22 +01:00
Peter Simons
d8974b47cb pkgs/build-support/cabal: filter 'doCheck=false' field from the expression to avoid unnecessary hash changes
In the master branch, doCheck defaults to 'false', which means that no package
will change its hash unless its doCheck field is set to 'true' explicitly. In
the stdenv-updates branch, however, all Haskell packages have a default setting
of 'doCheck=true'. Once that branch has been merged, filtering doCheck is no
longer necessary.
2013-02-24 23:43:34 +01:00
Peter Simons
c18e2ea902 pkgs/build-support/cabal: filter internal 'testDepends' field from the expression to avoid unnecessary hash changes 2013-02-24 23:41:08 +01:00
Peter Simons
ed9cb3942c haskell-permutation: disable 'doCheck' to avoid build errors
Test/Permute.hs:20:8:
    Could not find module `Test.QuickCheck'
    Use -v to see a list of the files searched for.
2013-02-24 23:39:43 +01:00
Peter Simons
539659248e haskell-zip-archive: disable 'doCheck' to avoid test suite failures
Test suite test-zip-archive: RUNNING...
Cases: 7  Tried: 1  Errors: 0  Failures: 0/bin/sh: /usr/bin/zip: No such file or directory
### Error in:   1
test-temp/test4.zip: openBinaryFile: does not exist (No such file or directory)
Cases: 7  Tried: 4  Errors: 1  Failures: 0  adding: LICENSE (deflated 46%)
  adding: Codec/ (stored 0%)
  adding: LICENSE (deflated 46%)
  adding: Codec/ (stored 0%)
  adding: Codec/Archive/ (stored 0%)
  adding: Codec/Archive/Zip.hs (deflated 74%)
Cases: 7  Tried: 6  Errors: 1  Failures: 0  creating: test-temp/dir1
extracting: test-temp/dir1/hi
  creating: test-temp/dir1/dir2
 inflating: test-temp/dir1/dir2/hello
Cases: 7  Tried: 7  Errors: 1  Failures: 0
Test suite test-zip-archive: FAIL
Test suite logged to: dist/test/zip-archive-0.1.3.3-test-zip-archive.log
0 of 1 test suites (0 of 1 test cases) passed.
2013-02-24 23:34:35 +01:00
Peter Simons
924efa3aaa haskell-tls: disable 'doCheck' to avoid build errors
Tests/Tests.hs:41:0:
     error: missing binary operator before token "("
2013-02-24 23:33:12 +01:00
Peter Simons
36700ed68f haskell-numbers: disable 'doCheck' to avoid build errors
Setup: At least the following dependencies are missing:
test-framework ==0.6.*, test-framework-quickcheck2 ==0.2.*
2013-02-24 23:31:32 +01:00
Peter Simons
81da0c5194 haskell-sendfile: update to version 0.7.9 2013-02-24 23:25:00 +01:00
Peter Simons
a4f092a276 haskell-hashed-storage: disable 'doCheck' because of test suite errors
running tests
/bin/sh: dist/build/hashed-storage-test/hashed-storage-test: No such file or directory
2013-02-24 23:24:48 +01:00
Peter Simons
b1010d50b5 haskell-vty: disable 'doCheck' because of build errors
Setup: At least the following dependencies are missing:
Cabal ==1.17.*
2013-02-24 23:20:53 +01:00
Peter Simons
2083fbb03e haskell-filestore: cosmetic 2013-02-24 23:10:34 +01:00
Peter Simons
e2c5dfc3ee haskell-src-exts: disable 'doCheck' because of test suite build errors
Test/Runner.hs:5:8:
    Could not find module `Language.Haskell.Exts.Annotated'
    Use -v to see a list of the files searched for.
Setup: Pattern match failure in do expression at Setup.hs:6:5-15
2013-02-24 23:10:17 +01:00
Peter Simons
8e37f1d166 Merge updates from 'origin/stdenv-updates' into stdenv-updates. 2013-02-24 22:59:03 +01:00
Peter Simons
9f37804f36 haskell-filestore: disable 'doCheck' because of test suite failures
running tests
/bin/sh: ./dist/build/test-filestore/test-filestore: No such file or directory
2013-02-24 22:56:28 +01:00
Peter Simons
fb97adb244 zeromq3-haskell: disable 'doCheck' because of build errors in test program 2013-02-24 22:44:48 +01:00
Peter Simons
01b02925e4 haskell-cautious-file: disable 'doCheck' because of test suite failure 2013-02-24 22:42:15 +01:00
Peter Simons
5e495dcff2 haskell-HTTP: disable 'doCheck' to avoid compilation errors
Setup: At least the following dependencies are missing:
  case-insensitive ==0.4.*,
  conduit >=0.4 && <0.6,
  http-types >=0.6 && <0.8,
  wai >=1.2 && <1.4
2013-02-24 22:41:52 +01:00
Peter Simons
1e5df990db haskell-simple-sendfile: disable 'doCheck' because of test suite failure
Running 1 test suites...
Test suite spec: RUNNING...

Sendfile
  sendfile
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends an entire file FAILED [1]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends a part of file FAILED [2]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - terminates even if length is over
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - terminates even if offset is over
    - terminates even if the file is truncated FAILED [3]

  sendfileWithHeader
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends an header and an entire file FAILED [4]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends an header and a part of file FAILED [5]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends a large header and an entire file FAILED [6]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - sends a large header and a part of file FAILED [7]
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - terminates even if length is over
spec: test/inputFile: openFd: does not exist (No such file or directory)
    - terminates even if offset is over
    - terminates even if the file is truncated FAILED [8]

1) Sendfile.sendfile sends an entire file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

2) Sendfile.sendfile sends a part of file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

3) Sendfile.sendfile terminates even if the file is truncated FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

4) Sendfile.sendfileWithHeader sends an header and an entire file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

5) Sendfile.sendfileWithHeader sends an header and a part of file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

6) Sendfile.sendfileWithHeader sends a large header and an entire file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

7) Sendfile.sendfileWithHeader sends a large header and a part of file FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))

8) Sendfile.sendfileWithHeader terminates even if the file is truncated FAILED (uncaught exception)
IOException (test/inputFile: openBinaryFile: does not exist (No such file or directory))
2013-02-24 22:36:44 +01:00
Peter Simons
66097c6025 Disable 'doCheck' in more packages to avoid infinite evaluation loops. 2013-02-24 22:24:55 +01:00
Peter Simons
ea34b78ea6 haskell-text: disable 'doCheck' to avoid infinite evaluation loop
Some of the 'testDepends' of these packages end up depending on 'text' again.
2013-02-24 22:23:26 +01:00
Peter Simons
024f036ecd alex: disable 'doCheck' to avoid compilation errors
The test-suite stanza is incomplete.
2013-02-24 22:22:02 +01:00
Peter Simons
6d212a9129 haddock: disable 'doCheck' to avoid compilation errors
The test-suite stanza is incomplete.
2013-02-24 22:21:54 +01:00
Peter Simons
fa5babd47d haskell-ghc-events: disable 'doCheck' because of test suite failure
Running 1 test suites...
Test suite test-versions: RUNNING...
test-versions: test/queens-ghc-6.12.1.eventlog: openBinaryFile: does not exist (No such file or directory)
Test suite test-versions: FAIL
Test suite logged to: dist/test/ghc-events-0.4.2.0-test-versions.log
0 of 1 test suites (0 of 1 test cases) passed.
2013-02-24 22:20:01 +01:00
Peter Simons
9cb00cf14e haskell-packages.nix: fix attribute ordering after recent additions 2013-02-24 22:18:44 +01:00
Peter Simons
4846709d50 haskell-unbounded-delays: add version 0.1.0.5 2013-02-24 22:17:56 +01:00
Peter Simons
c122781579 haskell-text-icu: add version 0.6.3.5 2013-02-24 22:17:49 +01:00
Peter Simons
5b4b656e51 haskell-Safe: add version 0.1 2013-02-24 22:17:41 +01:00
Peter Simons
e82f5c750e haskell-stringprep: add version 0.1.5 2013-02-24 22:17:30 +01:00
Peter Simons
15ff301d63 haskell-stringbuilder: add version 0.4.0 2013-02-24 22:17:13 +01:00
Peter Simons
1dfe6d4e6b haskell-punycode: add version 2.0 2013-02-24 22:17:01 +01:00
Peter Simons
0b0905be3b haskell-network-transport-tests: add version 0.1.0.1 2013-02-24 22:16:53 +01:00
Peter Simons
b27fd14fb0 haskell-nanospec: add version 0.1.0 2013-02-24 22:16:46 +01:00
Peter Simons
a123d5704c haskell-markdown-unlit: add version 0.2.0.1 2013-02-24 22:16:38 +01:00
Peter Simons
0a18c04e95 haskell-lockfree-queue: add version 0.2 2013-02-24 22:16:25 +01:00
Peter Simons
9bf8e18584 haskell-idna: add version 0.2 2013-02-24 22:16:16 +01:00
Peter Simons
cc43390065 haskell-hspec-meta: add version 1.4.4 2013-02-24 22:11:11 +01:00
Peter Simons
52c8f2a8f6 haskell-file-location: add version 0.4.5.2 2013-02-24 22:10:49 +01:00
Peter Simons
a831ca8a4c haskell-encoding: add version 0.6.7.2 2013-02-24 22:10:41 +01:00
Peter Simons
b0fb01de00 haskell-data-accessor-transformers: add version 0.2.1.4 2013-02-24 22:10:30 +01:00
Peter Simons
d4aa0c77f0 haskell-concurrent-extra: add version 0.7.0.5 2013-02-24 22:10:20 +01:00
Peter Simons
23d7315135 haskell-ChasingBottoms: add version 1.3.0.5 2013-02-24 22:10:08 +01:00
Peter Simons
fbb1665cec haskell-base-compat: add version 0.2.1 2013-02-24 22:09:56 +01:00
Peter Simons
7165babaf1 Re-generate all Haskell packages with the latest version of cabal2nix.
This change brings support for building and running the regressions test suites.
2013-02-24 22:09:07 +01:00
Peter Simons
e779adc607 pkgs/build-support/cabal: set 'checkPhase' only if 'doCheck' is true 2013-02-24 21:48:36 +01:00
viric
e2d097c5c0 Merge pull request #333 from bjornfor/fix-typo
my-env/default.nix: fix "sdl-env" vs "env-sdl" typo
2013-02-24 12:39:20 -08:00
Bjørn Forsman
5b9a7fc95a my-env/default.nix: fix "sdl-env" vs "env-sdl" typo
my-env/default.nix lists an example on how to create an SDL environment
that can be installed with "nix-env -i sdl-env". That is actually wrong
and will not work. The correct command is "nix-env -i env-sdl".
2013-02-24 21:35:23 +01:00
Peter Simons
1dba3fe14a pkgs/build-support/cabal: enable 'doCheck=true' by default 2013-02-24 21:15:43 +01:00
Peter Simons
bf5ac53073 pkgs/build-support/cabal: add 'testDepends' field to specify build-time dependencies that are required only for running the test suites 2013-02-24 21:15:25 +01:00
Peter Simons
26b192edcc pkgs/build-support/cabal: unify all non-user-specified configure flags in the internal 'extraConfigureFlags' variable 2013-02-24 21:14:01 +01:00
Peter Simons
726574a5e4 pkgs/lib/strings.nix: strip trailing whitespace 2013-02-24 19:28:38 +01:00
Peter Simons
7181888c23 pkgs/lib/strings.nix: add 'enableFeature' function to simplify generation of GNU Autoconf "--{enable,disable}-feature" strings 2013-02-24 19:28:24 +01:00
Peter Simons
5f32207dfc Merge remote-tracking branch 'origin/master' into stdenv-updates. 2013-02-24 19:27:08 +01:00
Vladimír Čunát
0e9b88cc4a sbcl: fix and minor update 2013-02-24 18:20:57 +01:00
Vladimír Čunát
f20ff74afe recode: fix with new automake 2013-02-24 16:40:36 +01:00
Vladimír Čunát
7421ee673c qucs: minor update and fix for new gcc 2013-02-24 15:11:19 +01:00
Александр Цамутали
7d5056f8a3 games/unvanquished: New nixpkg. 2013-02-24 18:02:53 +04:00
Vladimír Čunát
de70e3739d SELinux fixes and updates to 2012-09-24 2013-02-24 13:25:53 +01:00
Lluís Batlle i Rossell
17d289498f linux: Typo: CFG80211_WEXT 2013-02-24 12:07:14 +01:00
Cillian de Róiste
51c54301a6 Add mda-lv2 audio plugins 2013-02-24 11:26:32 +01:00
Vladimír Čunát
f6b28fad73 add libcap_ng 2013-02-24 11:19:35 +01:00
Jack Cummings
ae35f74dbe Add makemkv descriptions 2013-02-24 02:17:24 -08:00
Cillian de Róiste
d062be36e6 Calf: upgrade to the final release 0.0.19 2013-02-24 11:03:51 +01:00
Peter Simons
9fc277e0b6 haskell-cabal2ghci: add version 0.0.1.0 2013-02-24 11:00:52 +01:00
Vladimír Čunát
07d26cea06 racket: fix by update 2013-02-24 10:59:54 +01:00
Peter Simons
b6e9efb0b6 haskell-packages.nix: fix path to haskell 'tar' library 2013-02-24 10:57:38 +01:00
Peter Simons
d4b8008a44 haskell-tar: dropped obsolete version 0.3.2.0 2013-02-24 10:44:17 +01:00
Peter Simons
c2fc8c6da3 cabal-dev: update to Git version to fix build with ghc 7.6.2 2013-02-24 10:42:30 +01:00
Peter Simons
8e148fa50e haskell-gitit: jailbreak to fix build with recent blazehtml 2013-02-24 10:41:44 +01:00
Vladimír Čunát
b913af9fce pltScheme: remove -- didn't build and it's "racket" now 2013-02-24 10:32:47 +01:00
Vladimír Čunát
fb81c8e455 kde48.kdebase_workspace: disable parallel build
There were frequent problems with this on Hydra.
2013-02-24 09:44:10 +01:00
Vladimír Čunát
fa42471a2f boost147: remove, seemed unneeded 2013-02-24 09:42:26 +01:00
Vladimír Čunát
0415253eaf octave: fix via minor update 2013-02-24 09:22:50 +01:00
Jack Cummings
dbc343c49a makemkv-1.8.0 2013-02-23 19:37:16 -08:00
Cillian de Róiste
b2ad9627d6 oxygen-gtk: upgrade gtk2 version to 1.3.2.1 2013-02-24 02:30:53 +01:00
Cillian de Róiste
60d2657f60 sord: upgrade to 0.12.0 2013-02-24 02:30:02 +01:00
Cillian de Róiste
499f539b46 serd: upgrade to 0.18.2 2013-02-24 02:29:34 +01:00
Cillian de Róiste
dae693c7a3 sratom: upgrade to 0.4.2 2013-02-24 02:29:09 +01:00
Cillian de Róiste
472016f925 lv2: upgrade to 1.4.0 2013-02-24 02:28:40 +01:00
Cillian de Róiste
880486b2d3 lilv: upgrade to 0.16.0 2013-02-24 02:27:54 +01:00
Cillian de Róiste
626cdf1cb6 Ardour3 fix gtk theme engine 2013-02-24 02:27:18 +01:00
Vladimír Čunát
37bae3193d monotone: fix 2013-02-24 00:31:20 +01:00
Vladimír Čunát
df0e2bbf4d gtk-sharp-2: fix for new glib 2013-02-24 00:14:58 +01:00
Vladimír Čunát
25d00bf765 oprofile: fix via minor update 2013-02-23 23:49:48 +01:00
Vladimír Čunát
4768a0cea6 netboot: change to a fixed version, fix build 2013-02-23 23:19:35 +01:00
Vladimír Čunát
c9d3702c97 telepathy-related: fix via update
Some updates were restricted by gstreamer being <1.0
2013-02-23 22:20:42 +01:00
Vladimír Čunát
e02153a3c0 lash: fix for new gcc 2013-02-23 21:12:24 +01:00
Peter Simons
ce9500ea1d grip: update to version 3.3.1 2013-02-23 20:44:23 +01:00
Vladimír Čunát
e469bc503e kdePackages.partitionManager: fix via update to Gentoo version 2013-02-23 20:32:54 +01:00
Vladimír Čunát
82a0df8bad flightgear: fix build via update; but no testing, hope it works 2013-02-23 20:32:12 +01:00
Vladimír Čunát
871c9ff726 simgear: fix via update 2013-02-23 20:10:42 +01:00
Vladimír Čunát
5e8747300e openscenegraph: update and fix 2013-02-23 20:09:11 +01:00
Vladimír Čunát
0eeae100fd wv2: update and fix 2013-02-23 19:29:02 +01:00
Vladimír Čunát
c173ddecbb kdePackages.libalkimia: fix build 2013-02-23 19:23:58 +01:00
Vladimír Čunát
06cd4df3b1 goffice_0_8: finally fix 2013-02-23 19:16:42 +01:00
Vladimír Čunát
80ccdf1a23 net_snmp: fix build and a minor update 2013-02-23 19:15:14 +01:00
Vladimír Čunát
691147f452 agg: fix for new automake 2013-02-23 18:27:12 +01:00
Cillian de Róiste
def9a6c06b Ardour3: update to RC2 2013-02-23 17:22:47 +01:00
Vladimír Čunát
5e1bfa8053 firebird: update and fix, hopefully works
but it depends on #334
2013-02-23 17:22:45 +01:00
Cillian de Róiste
611df1d062 Suil: update to 0.6.10 2013-02-23 17:21:20 +01:00
Lluís Batlle i Rossell
0961084afb linux 3.7, 3.8: Enabling CFG80211_WEXT (for ipw2200)
My computer with a ipw2200 nic needs that, to have the
ipw2200 driver.
2013-02-23 15:40:20 +01:00
Vladimír Čunát
aacc9a6d0d etherape: fix build 2013-02-23 15:23:18 +01:00
Vladimír Čunát
4ebcc87f6b compiz: fix build and update 2013-02-23 15:10:01 +01:00
Vladimír Čunát
5f758e6ea3 dragonegg: fix via update 2013-02-23 14:57:31 +01:00
Vladimír Čunát
4601e6734a dico: minor update, but still bad: wants "gets" 2013-02-23 14:51:40 +01:00
Vladimír Čunát
c5561a8e76 gsasl: fix via a major update 2013-02-23 14:49:23 +01:00
Vladimír Čunát
e6e3035dbf autogen: minor update and fix by disabling tests
/dev/tty is missing
2013-02-23 14:44:38 +01:00
Vladimír Čunát
350bd42274 opensc stuff: fix some packages by updating 2013-02-23 14:00:49 +01:00
Vladimír Čunát
40b7ecf930 gnutls2: fix via a minor update 2013-02-23 13:25:48 +01:00
Vladimír Čunát
0de7b2dfd8 baresip: a minor update 2013-02-23 13:00:09 +01:00
Vladimír Čunát
bc4e786187 alsa-lib: fix a stdint.h problem 2013-02-23 12:59:28 +01:00
Rok Garbas
5077600d9a zathura: update to 0.2.2 (also plugins), added correct license and myself as maintainer 2013-02-23 11:39:32 +01:00
Rok Garbas
e4236f1ade girara: update to 0.1.5, correct license and add myself as maintainer 2013-02-23 11:38:30 +01:00
Rok Garbas
6b30610672 offlineimap: updating license and add myself as maintainer 2013-02-23 10:55:11 +01:00
Vladimír Čunát
e6b245a3ee cryptopp: fix via minor update 2013-02-23 10:54:35 +01:00
Rok Garbas
71a9716fd4 offlineimap: update to 6.5.5-rc2 2013-02-23 10:51:14 +01:00
Vladimír Čunát
937fa72d4f taglib: update 2013-02-23 10:25:52 +01:00
Shea Levy
8e5331a499 Merge branch 'mediatomb.130215' of https://github.com/jcumming/nixpkgs
Didn't build before, builds now.
2013-02-22 15:39:49 -05:00
Shea Levy
c3a55db090 bacula: Remove some duplication to avoid errors when updating. 2013-02-22 15:24:20 -05:00
Bjørn Forsman
2c4d695a1b bacula: fix version mismatch between name and src attribute
Commit 207443b184 ("upgrade bacula")
updated the backula version in the src attribute but forgot to update
the version number in the name attribute.
2013-02-22 21:05:40 +01:00
Shea Levy
07bd695e45 Add jsduck rubygem 2013-02-22 11:12:49 -05:00
Shea Levy
0202ddea63 Update rubygems 2013-02-22 11:08:50 -05:00
Peter Simons
074137a19b pkgs/build-support/cabal/default.nix: add support for running test suites via Cabal
Set 'doCheck = true' to enable building and running of the test suite.
2013-02-22 16:53:23 +01:00
Peter Simons
c3a7017cb6 haskell-xmlhtml: update to version 0.2.1 2013-02-22 16:14:36 +01:00
Peter Simons
eb5ebb6063 network-protocol-xmpp: fix spelling of the attribute name 2013-02-22 16:14:27 +01:00
Peter Simons
efe445f5f5 xmobar: drop unnecessary override for 'stm' 2013-02-22 15:03:36 +01:00
Peter Simons
59ef5ef0e8 haskell-snap-server: update to version 0.9.3.3 2013-02-22 14:41:44 +01:00
Peter Simons
2569cc1286 haskell-shakespeare-css: update to version 1.0.3 2013-02-22 14:41:44 +01:00
Peter Simons
4b91db3ba7 haskell-hoogle: update to version 4.2.16 2013-02-22 14:41:44 +01:00
Peter Simons
6aa834ad6e haskell-happstack-server: update to version 7.1.6 2013-02-22 14:41:44 +01:00
Peter Simons
248ccf393b haskell-network: add version 2.4.1.2 2013-02-22 14:41:44 +01:00
Alexander Foremny
0c01ceab78 Merge remote-tracking branch 'upstream/master' into php 2013-02-22 09:33:26 +01:00
Alexander Foremny
bd0903b90b Merge remote-tracking branch 'bbenoist/phpfix' into php
Conflicts:
	pkgs/development/interpreters/php/5.3.nix
2013-02-22 09:33:06 +01:00
Alexander Foremny
fec1d4b2f7 Remove misconfigured mcrypt support 2013-02-22 09:24:48 +01:00
Vladimír Čunát
e0344da28c update gtk c++ bindings 2013-02-22 00:02:24 +01:00
cillianderoiste
33eae7dfec Merge pull request #330 from iElectric/bacula
upgrade bacula
2013-02-21 13:51:28 -08:00
Cillian de Róiste
c2ba006ec9 aespipe: Fix typo in maintainer id 2013-02-21 22:30:14 +01:00
Vladimír Čunát
787b150089 gnome2.libart_lgpl: update 2013-02-21 21:51:09 +01:00
Domen Kozar
207443b184 upgrade bacula 2013-02-21 21:18:26 +01:00
Vladimír Čunát
d13851c6a0 webkit: hot-fix the build, use default libpng and perl 2013-02-21 19:41:45 +01:00
Shea Levy
754f9a44fd Gummiboot: Update to 23.
Requires a corresponding change in nixos to work there.
2013-02-21 12:39:25 -05:00
Shea Levy
afe3758b1b Remove myself from kernel maintainers.
I use manual config now.
2013-02-21 12:39:25 -05:00
Shea Levy
6a1c64a469 Unmaintain v86d.
I don't use it any more, and don't even remember what it was for
2013-02-21 12:39:25 -05:00
Eelco Dolstra
f9c4ce79c8 Comment out non-existent maintainer attribute
http://hydra.nixos.org/build/4191101
2013-02-21 17:48:46 +01:00
Eelco Dolstra
95ca031be9 firefox: Update to 19.0 2013-02-21 17:45:42 +01:00
Eelco Dolstra
085a51f60a nspr: Update to 4.9.5 2013-02-21 17:45:42 +01:00
Shea Levy
30e1158101 kmod: Update to kmod-12 2013-02-21 11:28:52 -05:00
Shea Levy
acd4299e75 Merge branch 'master' into stdenv-updates
Conflicts:
	pkgs/applications/networking/browsers/chromium/default.nix
	pkgs/top-level/all-packages.nix

Merge conflicts seemed trivial, but a look from viric and aszlig would be nice.
2013-02-21 11:13:30 -05:00
Peter Simons
9cff61881d haskell-yesod-auth: update to version 1.1.5.3 2013-02-21 16:13:06 +01:00
Peter Simons
51a4c6d601 haskell-snap: update to version 0.11.2 2013-02-21 16:13:06 +01:00
Peter Simons
f391645a7b haskell-persistent-sqlite: update to version 1.1.4 2013-02-21 16:13:05 +01:00
Peter Simons
fdf04063aa haskell-persistent-postgresql: update to version 1.1.3.1 2013-02-21 16:13:05 +01:00
Peter Simons
7923c79891 haskell-http-reverse-proxy: update to version 0.1.1.3 2013-02-21 16:13:05 +01:00
Peter Simons
954424d222 haskell-hjsmin: update to version 0.1.4.1 2013-02-21 16:13:05 +01:00
Peter Simons
ccec03edc4 haskell-highlighting-kate: update to version 0.5.3.7 2013-02-21 16:13:05 +01:00
Peter Simons
d81088839f haskell-authenticate: update to version 1.3.2.6 2013-02-21 16:13:05 +01:00
Peter Simons
7785d0598d haskell-publicsuffixlist: add version 0.0.3 2013-02-21 16:05:33 +01:00
Peter Simons
9e5d5488e0 haskell-simple-reflect: add version 0.3.1 2013-02-21 16:05:24 +01:00
Peter Simons
7210f21874 haskell-show: update to version 0.5 2013-02-21 16:05:16 +01:00
Peter Simons
f684c61325 haskell-smallcheck: delete obsolete version 0.6.2 2013-02-21 16:04:50 +01:00
Peter Simons
45eb9f5589 snx: add version 800007027 of the CheckPoint SSL Network Extender 2013-02-21 15:56:16 +01:00
aszlig
b7cbb4da11
chromium: Force -fno-stack-protector for v25.
So, this is our sledgehammer, forcing -fno-stack-protector for every gcc/g++ in
the univ... Chromium build. Of course this is a somewhat nasty fix and there
should be a real fix somewhere in Chromium 26. But instead of wandering around
and picking cherries, we now go out for the slaughter until someone brings us
the damn cherries because we are FUURRRIII... no well... time for sleep :-)

May the mighty Hydra be with us!

Thanks to our great fellow @cillianderoiste, for joining the battle with his
almighty battle axe, crushing and burning some CPUs.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Tested-by: Cillian de Róiste <cillian.deroiste@gmail.com>
2013-02-21 15:23:03 +01:00
aszlig
857135c59a
chromium: Use system protobuf for versien 25.
This should at least mitigate our build error to only occur in v8 anymore.
Unfortunately we can't use v8 from nixpkgs right now, so we're going to put out
our sledgehammer in the next commit. Meanwhile, it doesn't hurt to get rid of
the bundled protobuf library, so let's do it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-21 15:23:03 +01:00
Peter Simons
6d560fb081 Merge pull request #308 from bjornfor/master
openocd: bump from 0.4.0 to 0.6.1
2013-02-21 05:42:56 -08:00
Peter Simons
210126bbae love: fix typo in meta.maintainer attribute 2013-02-21 14:28:58 +01:00
Peter Simons
afb514734b physfs: update to version 2.0.3 2013-02-21 14:27:02 +01:00
Song Wenwu
e270a609eb love: update to 0.8.0 2013-02-21 14:23:39 +01:00
Vladimír Čunát
e979d7ad2f vlada/xfce
Major Xfce refactoring, also adding versions 4.10.*

Signed-off-by: Vladimír Čunát <vcunat@gmail.com>
2013-02-21 12:16:51 +01:00
Peter Simons
95935e65c1 neon: remove obsolete versions 0.26 and 0.28 2013-02-21 12:03:52 +01:00
Peter Simons
4b41e4b61f all-packages.nix: remove redundant 'neon = neon029' overrides 2013-02-21 12:03:52 +01:00
Peter Simons
0d7f427620 davfs2: read config files from /etc/davfs2 instead of ${out}/etc/davfs2
This patch makes the 'noDavsUser' argument to the build expression obsolete.
2013-02-21 12:03:52 +01:00
Vladimír Čunát
91f559b7b5 Merge pull request #326 from bjornfor/evtest
Add evtest, a simple tool for input event debugging
2013-02-21 00:51:49 -08:00
David Guibert
059c30bf9d add kernel 3.8 2013-02-21 08:53:16 +01:00
aszlig
3a23e63dbf
chromium: Use system libvpx for version 25.
Unfortunately, we have build errors for version 25 in the bundled libvpx:

http://hydra.nixos.org/build/4173075
http://hydra.nixos.org/build/4173066

As I can't reproduce this on my local system (I've disabled the option
CONFIG_CC_STACKPROTECTOR here), let's just hope that libvpx is the only part
that fails during build because of this.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-21 08:51:38 +01:00
aszlig
7e5109a541
chromium: Update dev channel to v26.0.1410.5.
The upgrade currently doesn't involve the -lite package, as we need to use a few
more dependencies from nixpkgs first before we can finally fully switch over to
the lite package, even though the update script will try to fetch it anyway.

In this update, one particular problem that arises in conjuction with the
seccomp BPF sandbox is caused by this commit:

https://chromiumcodereview.appspot.com/12209029

Which particularily filters flags to the clone() syscall. I've spent (wasted?) a
few hours figuring out the troublesome flag, eventually figuring it out and -
just by curiousity ("Do other distributions have the same problem?") - searched
the web for "chromium CLONE_DETACHED" and BEHOLD...

A post from our OWN mailinglist pops up with the same patch I intended to do:

http://article.gmane.org/gmane.linux.distributions.nixos/10356

So shame on me for not being subscribed to the mailing list, and big thanks to
Ian Farmer for the patch.

As a consequence I'm now subscribed.

So, back to chromium itself, version 26 builds fine and works so far without
much (more to come in later commits) trouble.

We also had to introduce three more dependencies:

 * protobuf: This one is because we don't need to use the bundled one anymore,
             so we can use the version in nixpkgs.
 * speechd: Not sure whether this was bundled or not, but let's use nixpkgs
            version as well to keep down build time.
 * libXdamage: Needed for screen capturing support.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-20 23:40:45 +01:00
aszlig
75c3ab1f55
python-pyglet: Add new package with version 1.1.4.
This involved a bit of patching, because pyglet is searching libraries at
runtime, so we hardcode the library paths into pyglet/lib.py.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-20 23:40:45 +01:00
aszlig
96d298e7c4
python-pyserial: Add new package with version 2.6.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-20 23:40:45 +01:00
aszlig
073c797444
chromium: Update stable and beta channels.
stable: 24.0.1312.69 -> 24.0.1312.70 (builds fine, tested)
beta: 25.0.1364.68 -> 25.0.1364.84 (builds fine, tested)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-20 23:40:45 +01:00
Cillian de Róiste
23bff22fc1 Add yaws, an Erlang HTTP server 2013-02-20 22:34:55 +01:00
Bjørn Forsman
224a5ea9da Add evtest, a simple tool for input event debugging 2013-02-20 21:17:32 +01:00
Peter Simons
00370e2fb6 haskell-zlib-conduit: update to version 1.0.0 2013-02-20 11:58:08 +01:00
Peter Simons
c7c79828de haskell-yesod: update to version 1.1.9 2013-02-20 11:58:08 +01:00
Peter Simons
02a48586cf haskell-yesod-static: update to version 1.1.2.2 2013-02-20 11:58:08 +01:00
Peter Simons
ad96740034 haskell-yesod-form: update to version 1.2.1.3 2013-02-20 11:58:07 +01:00
Peter Simons
2abefe5719 haskell-yesod-default: update to version 1.1.3.2 2013-02-20 11:58:07 +01:00
Peter Simons
412eb8c2f2 haskell-yesod-core: update to version 1.1.8.2 2013-02-20 11:58:07 +01:00
Peter Simons
caf11199f9 haskell-yesod-auth: update to version 1.1.5.2 2013-02-20 11:58:07 +01:00
Peter Simons
90f1e88d4d haskell-xmlhtml: update to version 0.2.0.4 2013-02-20 11:58:05 +01:00
Peter Simons
bcf838bf76 haskell-xml-conduit: update to version 1.1.0.2 2013-02-20 11:58:05 +01:00
Peter Simons
273e26780e haskell-warp: update to version 1.3.7.4 2013-02-20 11:58:05 +01:00
Peter Simons
d91697876e haskell-wai: update to version 1.4.0 2013-02-20 11:58:05 +01:00
Peter Simons
d8a741b342 haskell-wai-test: update to version 1.3.0.4 2013-02-20 11:58:05 +01:00
Peter Simons
c03d3e1562 haskell-wai-extra: update to version 1.3.2.4 2013-02-20 11:58:05 +01:00
Peter Simons
0c21d47352 haskell-wai-app-static: update to version 1.3.1.2 2013-02-20 11:58:04 +01:00
Peter Simons
a97dcd769b haskell-tagstream-conduit: update to version 0.5.4 2013-02-20 11:58:04 +01:00
Peter Simons
e23aab7f80 haskell-socks: update to version 0.5.0 2013-02-20 11:58:04 +01:00
Peter Simons
007060ae49 haskell-smallcheck: update to version 1.0.1 2013-02-20 11:58:04 +01:00
Peter Simons
3cd5fe7f4a haskell-skein: update to version 0.1.0.12 2013-02-20 11:58:04 +01:00
Peter Simons
4287ca08ad haskell-simple-sendfile: update to version 0.2.11 2013-02-20 11:58:04 +01:00
Peter Simons
d29fd88438 haskell-persistent: update to version 1.1.5.1 2013-02-20 11:58:04 +01:00
Peter Simons
e954f13e15 haskell-persistent-template: update to version 1.1.2.4 2013-02-20 11:58:03 +01:00
Peter Simons
1ec7fe92bf haskell-persistent-sqlite: update to version 1.1.3.1 2013-02-20 11:58:03 +01:00
Peter Simons
2a5cd3377f haskell-network-conduit: update to version 1.0.0 2013-02-20 11:58:03 +01:00
Peter Simons
394cdd9896 haskell-monad-logger: update to version 0.3.0.1 2013-02-20 11:58:03 +01:00
Peter Simons
a443d513fb haskell-http-conduit: update to version 1.8.9 2013-02-20 11:58:03 +01:00
Peter Simons
2b2cf88d1e haskell-html-conduit: update to version 1.1.0 2013-02-20 11:58:03 +01:00
Peter Simons
a0deb84690 haskell-highlighting-kate: update to version 0.5.3.6 2013-02-20 11:58:03 +01:00
Peter Simons
ecf89e0917 haskell-hamlet: update to version 1.1.6.3 2013-02-20 11:58:03 +01:00
Peter Simons
32bd11db41 haskell-filesystem-conduit: update to version 1.0.0 2013-02-20 11:58:02 +01:00
Peter Simons
f046fc687d haskell-crypto-conduit: update to version 0.5.0 2013-02-20 11:58:02 +01:00
Peter Simons
1d72357ea4 haskell-crypto-api: update to version 0.11 2013-02-20 11:58:02 +01:00
Peter Simons
03817721c3 haskell-conduit: update to version 1.0.0 2013-02-20 11:58:02 +01:00
Peter Simons
bcdf686d38 haskell-classy-prelude-conduit: update to version 0.5.1 2013-02-20 11:58:02 +01:00
Peter Simons
0104e27e3b haskell-blaze-builder-conduit: update to version 1.0.0 2013-02-20 11:58:01 +01:00
Peter Simons
fee385a3fb haskell-base64-conduit: update to version 1.0.0 2013-02-20 11:58:01 +01:00
Peter Simons
83321e139f haskell-attoparsec-conduit: update to version 1.0.0 2013-02-20 11:58:01 +01:00
Peter Simons
598c958a7d haskell-idris: update to version 0.9.6.1 2013-02-20 11:58:01 +01:00
Peter Simons
3a740edab7 haskell-DAV: jailbreak to support recent versions of conduit 2013-02-20 11:51:37 +01:00
Peter Simons
4c620d5501 haskell-hoogle: jailbreak to support recent versions of conduit 2013-02-20 11:50:05 +01:00
Peter Simons
b516b13441 haskell-show: this package needs smallcheck version < 1 2013-02-20 11:49:37 +01:00
Peter Simons
1152fb2e22 haskell-smallcheck: add version 1.0.1 2013-02-20 11:49:02 +01:00
Peter Simons
773c5a04e4 haskell-alex: update to version 3.0.4 2013-02-20 11:35:36 +01:00
Michael Raskin
3aba773ad1 Give older boost to blobby volleyball to fix build 2013-02-20 10:01:55 +04:00
Shea Levy
79c3f992b4 makeInitrd: Make the compressor configurable 2013-02-19 11:49:31 -05:00
Shea Levy
aacca1902c Merge branch 'upstream-master' into stdenv-updates 2013-02-19 10:09:39 -05:00
Eelco Dolstra
b6c71e6eb3 libvirt: Update to 1.0.2
http://hydra.nixos.org/build/4127697
2013-02-19 13:26:49 +01:00
Peter Simons
7dfd7a93d4 haskell-BNFC: fix broken version number in executable 2013-02-19 13:26:01 +01:00
Eelco Dolstra
63a9eaaf72 gimp-2.8: Fix build
http://hydra.nixos.org/build/4126152
2013-02-19 13:19:31 +01:00
Peter Simons
dfebdde16f texinfo: added version 5.0 2013-02-19 12:53:44 +01:00
Eelco Dolstra
2b5aff10b9 psimedia: Fix building against current kernel headers
http://hydra.nixos.org/build/4127993
2013-02-19 12:46:52 +01:00
Eelco Dolstra
79875ad9f5 digikam: Fix build
http://hydra.nixos.org/build/4128474
2013-02-19 12:40:07 +01:00
Eelco Dolstra
08819d1aed Fix evaluation 2013-02-19 11:23:28 +01:00
Eelco Dolstra
3a1d3990e5 openssh: Just use a mirror of the HPN patch 2013-02-19 11:03:10 +01:00
Lluís Batlle i Rossell
cde20d6951 Fixing openssh hpn support for 6.1p1
I had to write a weird download derivation to overcome their download procedure.
2013-02-19 10:50:50 +01:00
Rok Garbas
e7f1aeb2c5 turses: update to 0.2.12 and its dependency tweepy to 2.0 2013-02-19 04:48:55 +01:00
Rok Garbas
42738b29fc alot: update to last working revision 2013-02-19 04:48:14 +01:00
Rok Garbas
13fcbc7baf notmuch: update from 0.14 to 0.15 2013-02-19 04:46:47 +01:00
Cillian de Róiste
4400a752e9 Add aespipe, an AES encrypting or decrypting pipe 2013-02-18 22:47:55 +01:00
Lluís Batlle i Rossell
9aa47b62b6 Adding snappy 1.1.0 2013-02-18 22:12:24 +01:00
Cillian de Róiste
f81dbf4893 wicd: NixOS/nixos#88 add resolvconf to PATH for wicd
with this patch resolvconf is used to set the DNS via wicd, although
this doesn't seem to stop dhcpcd from clobbering /etc/resolv.conf
2013-02-18 21:46:15 +01:00
Peter Simons
fbe4e1af93 pynzb: fix license attribute 2013-02-18 21:10:56 +01:00
Shea Levy
a4d5e4a9e2 Linux 3.7.9 2013-02-18 11:35:22 -05:00
Shea Levy
0e4c3a1fc9 Linux 3.4.32 2013-02-18 11:34:42 -05:00
Shea Levy
f4a51bbdd6 Linux 3.0.65 2013-02-18 11:34:19 -05:00
Peter Simons
7408c3babf python-progressbar: fix license attribute 2013-02-18 16:12:43 +01:00
Peter Simons
2540b66ef9 Merge pull request #325 from iyzsong/emacs-clang-complete-async
emacs: add "auto-complete-clang-async" mode
2013-02-18 05:50:34 -08:00
Rok Garbas
235921afa6 Merge pull request #323 from iElectric/flexget
Add FlexGet and dependencies
2013-02-18 05:17:17 -08:00
Rok Garbas
e1480b4c62 Merge pull request #324 from iElectric/beets
Add beets and it's dependencies
2013-02-18 05:16:36 -08:00
Domen Kozar
9d73b9ca51 Add beets and it's dependencies 2013-02-18 14:08:48 +01:00
Song Wenwu
679150157b emacs: add "auto-complete-clang-async" mode (aka emacs-clang-complete-async) 2013-02-18 21:06:29 +08:00
Eelco Dolstra
19ab71ff7a releaseTools.nixBuild: Put hydra-build-products in each output
Putting a single hydra-build-products in $out can cause $out to have
unnecessary dependencies on other outputs.
2013-02-18 13:57:02 +01:00
Peter Simons
dd13aa9c94 pkgs/build-support/cabal: add 'enableSplitObjs' field to enable/disable object splitting
This patch configures all Cabal builds with '--enable-split-objs' unless the
Nix expression explicitly sets "enableSplitObjs = false". The Cabal manual [1]
describes this option as follows:

 | The GHC -split-objs reduces the final size of the executables that use the
 | library by allowing them to link with only the bits that they use rather
 | than the entire library. The downside is that building the library takes
 | longer and uses considerably more memory.

One immediate benefit of this change is that the 'darcs' closure defined in the
top-level no longer refers to GHC. The same is probably true with other
executable packages.

[1] http://www.haskell.org/cabal/users-guide/installing-packages.html#setup-configure
2013-02-18 12:32:15 +01:00
Peter Simons
4994518501 gmp: update to version 5.1.1 2013-02-18 12:01:49 +01:00
Peter Simons
9e68734d61 Merge remote-tracking branch 'origin/master' into stdenv-updates. 2013-02-18 11:54:56 +01:00
Peter Simons
e259e52a7d openssl: update to version 1.0.1e 2013-02-18 11:53:57 +01:00
Bjørn Forsman
52531cef21 file: bump from 5.11 to 5.12 2013-02-18 11:46:47 +01:00
Domen Kozar
acc5d4040e Add FlexGet and dependencies 2013-02-18 11:33:24 +01:00
Peter Simons
b076ab94d6 git-annex: update to version 3.20130216 2013-02-18 11:20:46 +01:00
Peter Simons
7e8ccea899 haskell-uuid: add version 1.2.9 2013-02-18 11:20:20 +01:00
Peter Simons
40fbde7a45 haskell-maccatcher: add version 2.1.5 2013-02-18 11:20:08 +01:00
Peter Simons
aa2798f870 haskell-Glob: add version 0.7.2 2013-02-18 11:19:55 +01:00
Peter Simons
33b130ee69 ikiwiki: update to version 3.20130212 2013-02-18 11:11:34 +01:00
Peter Simons
b91414b12e haskell-SourceGraph: update to version 0.7.0.5 2013-02-18 11:11:17 +01:00
Peter Simons
946d22375b haskell-yesod: update to version 1.1.8.1 2013-02-18 11:11:17 +01:00
Peter Simons
bedd8954ba haskell-yesod-test: update to version 0.3.3.2 2013-02-18 11:11:17 +01:00
Peter Simons
a87fad64ee haskell-yesod-static: update to version 1.1.2.1 2013-02-18 11:11:17 +01:00
Peter Simons
f78b8e7d62 haskell-yesod-json: update to version 1.1.2.1 2013-02-18 11:11:17 +01:00
Peter Simons
c9cb0226f6 haskell-yesod-form: update to version 1.2.1.2 2013-02-18 11:11:17 +01:00
Peter Simons
ec06560c23 haskell-yesod-default: update to version 1.1.3.1 2013-02-18 11:11:17 +01:00
Peter Simons
5931c8126c haskell-yesod-core: update to version 1.1.8.1 2013-02-18 11:11:16 +01:00
Peter Simons
1930353348 haskell-yaml: update to version 0.8.2.1 2013-02-18 11:11:16 +01:00
Peter Simons
ac68f89304 haskell-xml-hamlet: update to version 0.4.0.4 2013-02-18 11:11:16 +01:00
Peter Simons
482e22c171 haskell-warp: update to version 1.3.7.3 2013-02-18 11:11:16 +01:00
Peter Simons
bd30436125 haskell-wai: update to version 1.3.0.3 2013-02-18 11:11:16 +01:00
Peter Simons
c1729b434e haskell-wai-test: update to version 1.3.0.2 2013-02-18 11:11:16 +01:00
Peter Simons
300ac630f4 haskell-wai-extra: update to version 1.3.2.3 2013-02-18 11:11:16 +01:00
Peter Simons
cc32774ccd haskell-wai-app-static: update to version 1.3.1.1 2013-02-18 11:11:16 +01:00
Peter Simons
8d19035bb4 haskell-unix-time: update to version 0.1.5 2013-02-18 11:11:16 +01:00
Peter Simons
09ca09082a haskell-readline: update to version 1.0.3.0 2013-02-18 11:11:16 +01:00
Peter Simons
2175e73c0b haskell-persistent: update to version 1.1.5 2013-02-18 11:11:16 +01:00
Peter Simons
4f3e378f87 haskell-persistent-template: update to version 1.1.2.2 2013-02-18 11:11:15 +01:00
Peter Simons
74084ad068 haskell-persistent-sqlite: update to version 1.1.3 2013-02-18 11:11:15 +01:00
Peter Simons
050a8963e7 haskell-persistent-postgresql: update to version 1.1.3 2013-02-18 11:11:15 +01:00
Peter Simons
cb73bffd9f haskell-pandoc: update to version 1.10.1 2013-02-18 11:11:15 +01:00
Peter Simons
4157f125c4 haskell-lens: update to version 3.8.7.3 2013-02-18 11:11:15 +01:00
Peter Simons
b81d89ee63 haskell-lambdabot-utils: update to version 4.2.2 2013-02-18 11:11:15 +01:00
Peter Simons
e0ed6ac17d haskell-hxt-regex-xmlschema: update to version 9.1.0 2013-02-18 11:11:15 +01:00
Peter Simons
52455156b2 haskell-hs-bibutils: update to version 4.17 2013-02-18 11:11:15 +01:00
Peter Simons
f23723864b haskell-hledger-web: update to version 0.19.3 2013-02-18 11:11:14 +01:00
Peter Simons
26145baa51 haskell-highlighting-kate: update to version 0.5.3.6 2013-02-18 11:11:14 +01:00
Peter Simons
89f20c176c haskell-happstack-server: update to version 7.1.5 2013-02-18 11:11:14 +01:00
Peter Simons
7201dffe60 haskell-ghc-mod: update to version 1.11.4 2013-02-18 11:11:14 +01:00
Peter Simons
4d9cf0758c haskell-classy-prelude: update to version 0.5.1 2013-02-18 11:11:14 +01:00
Peter Simons
ff86dade69 haskell-blaze-html: update to version 0.6.0.0 2013-02-18 11:11:14 +01:00
Peter Simons
2e14f53bfd haskell-Graphalyze: update to version 0.14.0.1 2013-02-18 11:11:14 +01:00
Peter Simons
da1f938ece jailbreak packages to support blaze-html 0.6.0.0
- hamlet
 - happstack-server
 - heist
 - highlighting-kate
 - xml-conduit
 - xmlhtml
 - yesod-auth
 - yesod-core
 - yesod-form
2013-02-18 11:10:40 +01:00
Peter Simons
9ff93714d7 haskell-monad-par: update to version 0.3.4 2013-02-18 10:48:59 +01:00
Rok Garbas
614e9b65a0 Merge pull request #318 from iElectric/xbmc-nasm
add nasm to xbmc dependencies
2013-02-17 15:46:17 -08:00
Rok Garbas
62542a1556 Merge pull request #322 from iElectric/deluge
add deluge torrent client and it's dependencies
2013-02-17 15:22:25 -08:00
Peter Simons
f2bff3d088 gnuplot: configure GDFONTPATH using 'fontconfig'
This patch adds a wrapper script around gnuplot that uses fontconfig's
fc-list(1) utility to determine the set of available fonts and makes that list
available to Gnuplot in the $GDFONTPATH variable.
2013-02-18 00:00:48 +01:00
Domen Kozar
77f61dd987 add deluge torrent client and it's dependencies 2013-02-18 00:00:39 +01:00
Peter Simons
7e539f9636 gnuplot: cosmetic, no functional change 2013-02-17 22:48:20 +01:00
Lluís Batlle i Rossell
77bf593ea2 Adding some 'arm' as mesa platforms. Otherwise assertions won't let me
build some pieces.
2013-02-17 15:55:47 +01:00
Александр Цамутали
de8a9d676e tools/security/apg: New nixpkg. 2013-02-17 17:44:54 +04:00
Shea Levy
c42d77aa35 Merge remote-tracking branch 'upstream/master' into stdenv-updates 2013-02-17 08:19:40 -05:00
Vladimír Čunát
9885d04033 Revert "WIP", sorry, I got confused, somehow
This reverts commit 524d9b656e.
2013-02-17 11:02:25 +01:00
Vladimír Čunát
b2f8432ad3 pure: update and fix by patching 2013-02-17 11:01:20 +01:00
Vladimír Čunát
524d9b656e WIP 2013-02-17 11:01:20 +01:00
Shea Levy
2a1c308607 Add wayland library 2013-02-16 23:06:31 -05:00
Lluís Batlle i Rossell
1eca5325eb Re-adding the raspberry pi kernel.
Removed by mistake (I guess) on Eelco's merge from trunk:
2aa6f262cb
2013-02-17 01:02:26 +01:00
Shea Levy
f081cacda7 gcc: Don't symlink lib and lib64 when building multilib 2013-02-16 18:54:47 -05:00
Domen Kozar
6506f9b070 add nasm to xbmc dependencies 2013-02-16 23:23:15 +01:00
Shea Levy
8d35dabd65 e17.embryo: Fix meta.
Meta attributes, if they are lists, must be lists of strings.
2013-02-16 16:38:46 -05:00
Vladimír Čunát
e95c97e698 vmime: fix via minor update 2013-02-16 22:34:40 +01:00
Vladimír Čunát
d8bac9c657 mediastreamer: forgotten update needed for linphone 2013-02-16 22:21:50 +01:00
Eelco Dolstra
954d519af7 minidlna: Update to 1.0.25 and use ffmpeg instead of libav 2013-02-16 21:49:55 +01:00
Vladimír Čunát
aaf607c5dc linphone: minor update and fix 2013-02-16 21:48:47 +01:00
Vladimír Čunát
8493b51da1 x86info: fix 2013-02-16 21:29:55 +01:00
Cillian de Róiste
48d8ab884c Fix Hydrogen to build with JACK 1.9.9.5
This patches the Hydrogen scons build script to work a failure to
parse the JACK version correctly. If I understand correctly upstream
Hydrogen now uses cmake instead of Scons, so this shouldn't be a
problem with the next Hydrogen release.
2013-02-16 21:08:15 +01:00
Vladimír Čunát
b79c0bd2f3 httpie: fix 2013-02-16 19:56:21 +01:00
Vladimír Čunát
9acfcdc0b6 pngcrush: update to fix compilation with libpng-1.6.* 2013-02-16 19:56:21 +01:00
Cillian de Róiste
baf4e9309a iwlwifi-4965 fix download url 2013-02-16 19:30:56 +01:00
Александр Цамутали
fa7b10255c all-packages.nix: Uncomment e17. 2013-02-16 21:56:17 +04:00
Александр Цамутали
1921086ffa urbanterror: Correction for previous commit. 2013-02-16 21:52:36 +04:00
Александр Цамутали
bcc14b65c3 urbanterror: Update to 4.2.009. 2013-02-16 21:43:34 +04:00
Bjørn Forsman
ff47b7b6ec openocd: bump from 0.4.0 to 0.6.1
Also:
 * Remove commented out "GuruPlug installer" stuff that hasn't worked
   since openocd 0.2.0 (according to the comments).
 * Build with support for the following JTAG hardware:
   - Segger J-Link
   - Raisonance RLink
   - Keil ULINK
   - STMicroelectronics ST-Link
2013-02-16 18:01:02 +01:00
Shea Levy
ad057db2d6 x11vnc: Fix more hard-coded /bin/su 2013-02-16 11:29:28 -05:00
Jack Cummings
2d61716061 compile fix: <stddef.h> needed for size_t 2013-02-15 18:01:37 -08:00
Shea Levy
0489661dd1 qemu-kvm/fix-librt-check.patch: Replace with fix from upstream qemu.git 2013-02-15 11:33:59 -05:00
Shea Levy
8d245dc3d9 qemu-kvm: Fix check for librt 2013-02-15 11:07:27 -05:00
Shea Levy
947651b6c2 rsnapshot: Fix URL.
Thanks to ebzzry on IRC for pointing this out.
2013-02-15 09:26:18 -05:00
Eelco Dolstra
a25b27a7f8 buildNativeInputs -> nativeBuildInputs 2013-02-15 13:38:07 +01:00
Eelco Dolstra
2aa6f262cb Merge remote-tracking branch 'origin/master' into stdenv-updates 2013-02-15 13:36:34 +01:00
Florian Friesdorf
1a52c7659d python: fix linkme-wrapper 2013-02-15 06:14:58 +01:00
Shea Levy
3228a381dd pythonPackages.websockify: Needs to propagate numpy 2013-02-14 19:58:50 -05:00
Shea Levy
701837017e Add websockify python package 2013-02-14 19:54:00 -05:00
Vladimír Čunát
290aa4ea44 Merge pull request #307 from maggesi/blcr-updates
BLCR to version 0.8.5
2013-02-14 12:44:15 -08:00
Vladimír Čunát
34e86bccff Merge pull request #306 from maggesi/hol_light_updates
HOL light updates
2013-02-14 12:43:35 -08:00
Shea Levy
af26af6fc7 Remove EOL'd Linux 3.6 2013-02-14 14:33:42 -05:00
Shea Levy
0ad870eb5e Remove EOL'd Linux 3.5 2013-02-14 14:32:44 -05:00
Shea Levy
c23084906b Remove EOL'd Linux 3.3 2013-02-14 14:30:31 -05:00
Shea Levy
0178a3b7b1 Remove EOL'd Linux 3.1 2013-02-14 14:28:53 -05:00
Shea Levy
ca59489e2b Linux 3.7.8 2013-02-14 14:25:19 -05:00
Shea Levy
e531913aca Linux 3.4.31 2013-02-14 14:25:11 -05:00
Shea Levy
2d23eb3a19 Linux 3.0.64 2013-02-14 14:24:57 -05:00
Lluís Batlle i Rossell
00251af191 SUNRPC_DEBUG doesn't work on linux 3.3
It's as if the option isn't there.

http://hydra.nixos.org/build/4015233
2013-02-14 20:08:08 +01:00
Lluís Batlle i Rossell
6ee6cd5ec9 Updates: kdenlive-0.9.4 mlt-0.8.8
Upstream kdenlive suggests mlt-0.8.8.
2013-02-14 20:06:54 +01:00
Sander van der Burg
e2faa26761 titaniumsdk: Build universal versions of debug apps 2013-02-14 17:25:02 +01:00
Vladimír Čunát
d65e07d679 qt47: remove, no longer used 2013-02-14 14:38:24 +01:00
Vladimír Čunát
0d6bb2b51a meshlab: fix forgotten qt47 2013-02-14 14:38:23 +01:00
Vladimír Čunát
e976bcffca inkscape: bugfix update 2013-02-14 14:34:20 +01:00
Vladimír Čunát
35f1bbc433 parted: remove 2.3.*, no longer used 2013-02-14 13:13:51 +01:00
Vladimír Čunát
cdebe7617f gparted: upgrade, use newer parted, clean expression 2013-02-14 13:13:10 +01:00
Peter Simons
040696fca0 haskell-vty: update to version 4.7.3 2013-02-14 12:42:08 +01:00
Peter Simons
6687f0d1be haskell-snap: update to version 0.11.1 2013-02-14 12:42:08 +01:00
Peter Simons
3ea36a6ae4 haskell-shakespeare: update to version 1.0.3.1 2013-02-14 12:42:08 +01:00
Peter Simons
07795e1f39 haskell-shakespeare-css: update to version 1.0.2.1 2013-02-14 12:42:08 +01:00
Peter Simons
47d7d8512f haskell-repa-io: update to version 3.2.3.2 2013-02-14 12:42:08 +01:00
Peter Simons
130e43711a haskell-project-template: update to version 0.1.3 2013-02-14 12:42:08 +01:00
Peter Simons
6645b88e8d haskell-monadcryptorandom: update to version 0.5.1 2013-02-14 12:42:08 +01:00
Peter Simons
e12d217534 haskell-http-reverse-proxy: update to version 0.1.1.2 2013-02-14 12:42:08 +01:00
Peter Simons
5314503a1f haskell-heist: update to version 0.11.0.1 2013-02-14 12:42:08 +01:00
Peter Simons
8ad4b9fc8b haskell-happstack-server: update to version 7.1.4 2013-02-14 12:42:08 +01:00
Peter Simons
609cc4fbf3 haskell-hamlet: update to version 1.1.6.2 2013-02-14 12:42:08 +01:00
Peter Simons
924f2d7dde haskell-graphviz: update to version 2999.16.0.0 2013-02-14 12:42:08 +01:00
Peter Simons
4e1d3ddba7 haskell-gloss: update to version 1.7.8.2 2013-02-14 12:42:08 +01:00
Peter Simons
fc5f145334 haskell-authenticate: update to version 1.3.2.4 2013-02-14 12:42:08 +01:00
Peter Simons
157cec4579 haskell-SMTPClient: update to version 1.1.0 2013-02-14 12:42:07 +01:00
Peter Simons
d0eafca26b haskell-HStringTemplate: update to version 0.7.0 2013-02-14 12:42:07 +01:00
Peter Simons
4720d14dfa haskell-Diff: update to version 0.3.0 2013-02-14 12:42:07 +01:00
Peter Simons
56afb5a5d0 haskell-filestore: jailbreak to enable the build with the latest version of 'Diff' 2013-02-14 12:39:46 +01:00
Peter Simons
603aacf97f haskell-bmp: update to version 1.2.4.1 2013-02-14 12:33:58 +01:00
Rickard Nilsson
9642adef32 libsoup: Update to 2.40.3 2013-02-13 15:57:41 +01:00
Sander van der Burg
e8f590c3d9 Make the source of the titanium SDK configurable 2013-02-13 14:36:28 +01:00
Eelco Dolstra
a0a6f0edfd releaseTools.nixBuild: Support builds with multiple outputs 2013-02-13 13:54:32 +01:00
Peter Simons
7d5936856a haskell-hsyslog: update to version 1.5 2013-02-12 23:07:35 +01:00
Peter Simons
95c04df02d haskell-hsdns: update to version 1.6 2013-02-12 23:07:35 +01:00
bbenoist
99934eb363 php: Add zip and optional bz2 support
Use the overload bz2 = true to enable bz2 support for php.
zip support is enabled by default as it doesn't require any library.
2013-02-12 21:23:24 +01:00
bbenoist
8fd5fcbda5 php: Add mcrypt optional support
Use an override with mcrypt = true to enable libmcrypt support in php.
The --disable-posix-threadsds mcrypt build option was required by php.
2013-02-12 19:52:37 +01:00
Baptist BENOIST
b42ba898e1 php: Add xsl optional support
Use an override with xsl = true to enable xsl support in php.
2013-02-12 19:52:34 +01:00
Sander van der Burg
5d6ffdb623 xcodeenv: Allow app names with with spaces in them 2013-02-12 11:35:21 +01:00
aszlig
ec9c096e25
flashplayer-11: Update to version 11.2.202.262.
This update contains security fixes for two vulnerabilities, for details please
have a look at:

http://www.adobe.com/support/security/bulletins/apsb13-04.html

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-12 10:42:19 +01:00
Peter Simons
801237ceb2 xmonad: install man page into the proper location 2013-02-11 23:26:06 +01:00
Peter Simons
97faa4c319 ghc-with-packages.nix: include man pages in the generated profile 2013-02-11 23:26:06 +01:00
Александр Цамутали
4cb80bdb1e warsow: Fix for ui module downloaded from server. 2013-02-12 01:02:19 +04:00
Peter Simons
e8982e11a4 texlive-moderncv: update to version 1.3.0 2013-02-11 21:15:17 +01:00
Shea Levy
b97aa0c4b1 Update rubygems.
More vulnerabilities:
https://groups.google.com/forum/?fromgroups=#!topic/rubyonrails-security/4_YvCpLzL58
https://groups.google.com/forum/?fromgroups=#!topic/rubyonrails-security/KtmwSbEpzrU
https://groups.google.com/forum/?fromgroups=#!topic/rubyonrails-security/AFBKNY7VSH8
2013-02-11 14:31:12 -05:00
Shea Levy
3a8631201e Linux 3.4.30 2013-02-11 12:57:40 -05:00
Shea Levy
45e877f706 Linux 3.0.63 2013-02-11 12:53:43 -05:00
Shea Levy
170b0c9e2e Linux 3.7.7 2013-02-11 12:34:14 -05:00
Eelco Dolstra
a3da633b84 openresolv: Update to 3.5.4 2013-02-11 17:46:29 +01:00
Eelco Dolstra
7c2e9cf2bf dhcpcd: Update to 5.6.7 2013-02-11 17:46:29 +01:00
Peter Simons
70c94bf5c6 darcs: build against the latest versions of the 'tar' and 'haskeline' dependencies 2013-02-11 17:29:31 +01:00
Peter Simons
b58e991272 all-packages.nix: provide a variant of Darcs that includes the executable, but not the library
The reduced 'darcs' derivation is supposed to be run-time independent of the
Haskell compiler. Unfortunately, this isn't quite true yet because the HTTP
package bakes its own store path into the library. This causes Darcs -- which
links the HTTP library statically -- to depend on 'HTTP', which in turn depends
on lot of other Haskell stuff. Patching HTTP to get rid of that reference looks
feasible, though.
2013-02-11 17:29:31 +01:00
Eelco Dolstra
76a5e89a1c linux: Update to 3.2.38 2013-02-11 15:34:30 +01:00
Eelco Dolstra
e4ce304333 types.nix: Add a ‘lines’ type
This is like types.string, but values are merged by putting a newline
in between them.  This is mostly useful for configuration file
options, where we don't want values accidentally ending up on the same
line.

Note that almost all options with string type in NixOS should either
be unmergable (i.e. should be marked with ‘types.uniq’) or should
actually be of type ‘lines’.  So it might make sense to remove the
merge function for the ‘string’ type eventually.
2013-02-11 15:32:24 +01:00
Eelco Dolstra
26dd2dc425 nixUnstable: Update to 1.4pre3056_79a3ba7 2013-02-11 15:27:18 +01:00
Peter Simons
8fa1ce00f2 petidomo: update to version 4.3 2013-02-11 14:38:02 +01:00
Peter Simons
18c24bab3f haskell-HTTP: update to version 4000.2.8 2013-02-11 11:16:36 +01:00
Michael Raskin
956f900331 Current Monotone needs older Boost 2013-02-11 01:18:59 +04:00
Shea Levy
e2abed75ec Revert "Revert "curl: Update to version 7.29.0.""
This reverts commit ec4f56b347.

With the added patch, the curl segfault seems to be fixed.
2013-02-10 13:44:00 -05:00
Александр Цамутали
1c515819ef e17: Update libs to 1.7.5, enlightenment to 0.17.1. 2013-02-10 21:23:45 +04:00
Shea Levy
ec4f56b347 Revert "curl: Update to version 7.29.0."
This reverts commit fd2cff9479.

nix's substituter fails with this curl, so revert it until that's fixed.
2013-02-10 11:37:14 -05:00
Shea Levy
9299b2ed3e Fix petidomo license meta attribute 2013-02-10 11:02:27 -05:00
Corey O'Connor
fde87b3a9b add winetricks, modified by vcunat@gmail.com
Originally from #89.
2013-02-10 16:20:24 +01:00
Peter Simons
09a3f9f775 haskell-gitit: update to version 0.10.2 2013-02-10 15:41:37 +01:00
Peter Simons
790af9124c haskell-digestive-functors: update to version 0.6.0.1 2013-02-10 15:41:37 +01:00
Vladimír Čunát
712af3a70f Merge pull request #243 from RSzibele/minetest-0.4.4
add minetest-0.4.4.
2013-02-10 03:08:40 -08:00
Lluís Batlle i Rossell
3c9386e19f Adding libeatmydata.
It doesn't run very well with our symlinks in PATH, but I don't know what
patch can make it work still. This is better than nothing; calling it
with its full path makes it work.
2013-02-10 00:08:29 +01:00
Peter Simons
f1b54f8ee2 mini-httpd: update to version 1.2 2013-02-09 22:50:50 +01:00
Shea Levy
1b4fc7a095 rng-tools: add meta.platforms 2013-02-09 15:09:46 -05:00
Peter Simons
28752752c0 boost: rename patch for version 1.47.0 to include its version number in the file name 2013-02-09 21:07:27 +01:00
Peter Simons
227dd2695c boost: remove obsolete version 1.52.0 2013-02-09 21:06:45 +01:00
Peter Simons
0edf39f1f8 boost-headers: remove obsolete version 1.49.0 2013-02-09 21:06:23 +01:00
Peter Simons
e0cb8cb5e4 boost: switch default version from 1.52.0 to 1.53.0 2013-02-09 21:05:39 +01:00
Peter Simons
37db55f3ec boost: remove obsolete version 1.51.0 2013-02-09 21:04:31 +01:00
Peter Simons
ad934df597 boost: remove obsolete version 1.46.0 2013-02-09 21:02:48 +01:00
Peter Simons
f9e75352cf groff: update to version 1.22.2 2013-02-09 20:39:04 +01:00
Peter Simons
361b2facee petidomo: add version 4.2 2013-02-09 20:27:44 +01:00
Peter Simons
221e8b1649 haskell-stylish-haskell: update to version 0.5.6.0 2013-02-09 18:24:50 +01:00
Peter Simons
f5e1c00c68 haskell-snap-server: update to version 0.9.3.1 2013-02-09 18:24:50 +01:00
Peter Simons
e8de5bd8d9 haskell-snap-core: update to version 0.9.3.1 2013-02-09 18:24:50 +01:00
Peter Simons
587e82e085 haskell-reflection: update to version 1.1.7 2013-02-09 18:24:50 +01:00
Peter Simons
58eedef652 haskell-project-template: update to version 0.1.2 2013-02-09 18:24:50 +01:00
Peter Simons
e36304f903 haskell-hashtables: update to version 1.1.0.2 2013-02-09 18:24:50 +01:00
Peter Simons
fdf9782914 haskell-classy-prelude: update to version 0.5.0 2013-02-09 18:24:50 +01:00
Peter Simons
256a2997f2 haskell-classy-prelude-conduit: update to version 0.5.0 2013-02-09 18:24:50 +01:00
Peter Simons
1a5b329cfd haskell-base64-bytestring: update to version 1.0.0.1 2013-02-09 18:24:50 +01:00
Peter Simons
a49ff02e7f haskell-SDL-ttf: update to version 0.6.2 2013-02-09 18:24:50 +01:00
Peter Simons
4b3cd9711a haskell-HSH: update to version 2.1.0 2013-02-09 18:24:50 +01:00
Peter Simons
2191cbb0a1 haskell-darcs: update to version 2.8.4 2013-02-09 18:24:50 +01:00
Peter Simons
fcac0afb3a haskell-Agda: jailbreak to support the latest version of 'hashtables' 2013-02-09 18:17:32 +01:00
Peter Simons
89c34e18ce texLiveFull: add tex4ht 2013-02-09 18:13:06 +01:00
Peter Simons
93ce537e10 tex4ht: texLiveAggregationFun expects the texmf directory in $out, not $out/share
I also made some cosmetic changes to the expression.
2013-02-09 18:12:56 +01:00
Shea Levy
0f66b8cb20 gcc46_multi: Don't try to build on non-64-bit-linux 2013-02-09 10:01:02 -05:00
aszlig
fd2cff9479 curl: Update to version 7.29.0.
This version contains a security fix for CVE-2013-0249, for details please have
a look at:

http://curl.haxx.se/docs/adv_20130206.html

Thanks to @roconnor for pointing this out.

I'm pushing this to stdenv-updates because I'm not quite sure if it will break
other things because 7.29.0 is now non-blocking by default. Plus the security
vulnerability only affects IMAP, POP3 and SMTP protocol support.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>

Cherry-picked into master, this won't change stdenv.

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-02-08 18:27:52 -05:00
Shea Levy
831d72cede Update rubygems.
Particularly for rack-1.5.2, fixes CVE-2013-0263 and CVE-2013-0262.
2013-02-08 18:26:38 -05:00
Shea Levy
95452fa0f8 stdenv_32bit: Use gcc46_multi.
Fixes #80.
2013-02-08 14:58:30 -05:00
Shea Levy
86feda1106 Add multilib gcc-4.6.
libquadmath seems to require that the bootstrap gcc be multilib too.
2013-02-08 14:27:42 -05:00
Marco Maggesi
42a4178c2b Update HOL Light to revision 155 2013-02-08 15:26:35 +01:00
Marco Maggesi
34411286a6 Update HOL Light to revision 154 2013-02-08 15:20:06 +01:00
Marco Maggesi
03bf520849 Update BLCR to version 0.8.5 2013-02-08 12:42:31 +01:00
aszlig
8e08e9ccf0
curl: Update to version 7.29.0.
This version contains a security fix for CVE-2013-0249, for details please have
a look at:

http://curl.haxx.se/docs/adv_20130206.html

Thanks to @roconnor for pointing this out.

I'm pushing this to stdenv-updates because I'm not quite sure if it will break
other things because 7.29.0 is now non-blocking by default. Plus the security
vulnerability only affects IMAP, POP3 and SMTP protocol support.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-08 09:03:22 +01:00
aszlig
265fea5788
google-talkplugin: Note how to get latest version.
This is just in order to make it easier to determine the latest upstream version
from the Packages file of Google's APT repository.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-08 08:45:15 +01:00
aszlig
59d79e97e8
virtualbox: Fix unpacking of extension pack.
This fixes a typo introduced by 5a3f9c08b0.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-08 07:03:36 +01:00
aszlig
dd832a3e8f
chromium: Update beta channel to v25.0.1364.68.
This update is a bit more problematic, as the bundled version of libpng is
version 1.2.45 and the version in nixpkgs is 1.5.13. Even if trying to run with
libpng12 from nixpkgs, it seems to collide with parts of the bundled version.

So, until this is either fixed upstream or we have a good solution, we're using
bundled libpng for chromium version 25 and higher.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-08 07:03:36 +01:00
aszlig
9b726e94a8
chromium: Update stable channel to v24.0.1312.69.
Let's begin with the most trivial one: The stable version.
This version just contains a few bug fixes and builds fine so far.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-08 07:03:36 +01:00
aszlig
01cbb17c12
chromium: Fix updater to handle versions > 26.
Starting with version 26, there is a chromium-$version-lite package and it is an
LZMA archive as well, so download size is reduced by about 44%.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-08 07:03:36 +01:00
Shea Levy
8f51038a13 qemu-1.3.1
Also, old qemu is unreferenced in nixos and nixpkgs tree, so remove it absent explicit need.
2013-02-07 20:44:02 -05:00
Cillian de Róiste
a328bce51b Add Pillow, a fork of PIL (Python Imaging Library)
This fork is used by Plone and other Python web platforms/frameworks
because it is well maintained and setuptools friendly
2013-02-08 00:53:11 +01:00
Shea Levy
a0a7ef9f47 Merge branch 'hplip' of https://github.com/aristidb/nixpkgs
From aristid:
The hplip package wasn't really "python-aware" before. It should be now: I tried running hp-setup, and it works.
I've also enabled network support now.
2013-02-07 18:28:49 -05:00
Aristid Breitkreuz
b2afb45b8d hplip: make pyqt4 dependency conditional on qtSupport 2013-02-08 00:27:07 +01:00
Shea Levy
5e11e727ca Merge branch 'virt' of https://github.com/aristidb/nixpkgs 2013-02-07 18:09:40 -05:00
Rob Vermaas
2656f1df25 Fix Firefox 13.0 URL. 13.0 is still used by selenium. 2013-02-07 22:19:09 +01:00
Rob Vermaas
047f174801 Remove old static versions of aterm/sdf2-bundle, don't build currently and not used anywhere. 2013-02-07 22:09:32 +01:00
Shea Levy
45f6008817 cmake setup hook: If configurePhase is set, don't override it 2013-02-07 14:03:23 -05:00
Peter Simons
6e067d336b Merge pull request #303 from aforemny/haskell-vty-ui
Add Haskell package vty-ui
2013-02-07 07:51:01 -08:00
Peter Simons
ba9d4cc2ed Merge pull request #304 from aforemny/haskell-dyre
Add Haskell package dyre
2013-02-07 07:50:21 -08:00