1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

23867 commits

Author SHA1 Message Date
Peter Simons d336909d9f qemu-kvm: enable documentation build
... and rename the 'postPatch' hook to 'patchPhase'.
2013-02-27 14:34:48 +01:00
Rickard Nilsson ad76386ff7 Add mkpasswd, an overfeatured front end to crypt 2013-02-27 12:14:09 +01:00
Peter Simons 80dc8df25d haskell-github-backup: update to version 1.20120314 2013-02-27 12:00:52 +01:00
Peter Simons 55b67195d4 haskell-packunused: add version 0.1.0.0 2013-02-27 12:00:52 +01:00
Rickard Nilsson 566d5d3fb5 Add mopidy, a music server supporting spotify and the mpd protocol 2013-02-26 19:42:57 +01:00
Shea Levy c308b10ec0 Scala should work on all supported platforms 2013-02-26 11:18:16 -05:00
Patrick Lee 4105b593a5 upgrading uglify to 2.2.5, optimist to 0.3.5, upgrading source-map to 0.1.7, and adding amdefine
Fixes #337
2013-02-26 09:45:43 -05:00
Eelco Dolstra 5847037d84 nix: Update to 1.4 2013-02-26 14:41:02 +01:00
Peter Simons 58428ff4ff Add wl-pprint-1.1, wl-pprint-extras-3.3, and wl-pprint-terminfo-3.4. 2013-02-26 11:38:56 +01:00
Sander van der Burg 2fca1deeb2 nijs: Added nodejs package 2013-02-26 11:07:16 +01:00
Eelco Dolstra f7e619617e Catalyst::Plugin::Static::Simple: Always send the Expires header
Otherwise Firefox will get confused.
2013-02-26 01:24:32 +01:00
Cillian de Róiste d2b6645e82 Add chromedriver: a server for running Selenium tests in Chrome 2013-02-26 00:41:10 +01:00
Rickard Nilsson ad1e7be58a Revert "libsoup: Update to 2.40.3"
For some reason, the update to 2.40.3 seems to cause troubles for
surf and vimprobable2.

This reverts commit 9642adef32.
2013-02-25 23:37:16 +01:00
Eelco Dolstra 7b94139e4f Test::WWW::Mechanize::Catalyst: Update to 0.58 2013-02-25 22:54:03 +01:00
Lluís Batlle i Rossell a5192222e9 surf: updating to 0.6
it didn't work since the libsoup update, and now it doesn't work either.
Let's see after fixing libsoup.
2013-02-25 21:08:16 +01:00
Lluís Batlle i Rossell e431ec94ad Making vimprobable2 use the default nixos ca bundle by default 2013-02-25 20:56:49 +01:00
Shea Levy 6fe8fc00cf Add bitbucket-backup rubygem 2013-02-25 12:49:37 -05:00
Shea Levy f5c334e1ab Update rubygems 2013-02-25 12:49:06 -05:00
Eelco Dolstra f6460facd6 Catalyst::Plugin::Static::Simple: Add ETag support
This should keep browsers from caching Hydra's static files for too
long.
2013-02-25 18:17:16 +01:00
Rickard Nilsson d1e614ad73 activemq: Copy everything from the dist to the store 2013-02-25 16:47:19 +01:00
Peter Simons 8f1c029e33 haskell-github-backup: add version 1.20120627 2013-02-25 15:25:54 +01:00
Peter Simons 5d15255622 haskell-github: add version 0.5.0 2013-02-25 15:25:54 +01:00
Shea Levy f01c52e848 Merge pull request #276 from aforemny/php
Enable intl and exif support in PHP
2013-02-25 05:31:06 -08:00
Shea Levy 879c87d7fe Fix hiPrio.
Did this ever work?
2013-02-25 06:31:19 -05:00
Shea Levy d380c264c3 Add ruby-2.0.0-p0 2013-02-25 06:16:32 -05:00
Rickard Nilsson 167a1c597b Add apache-activemq 5.8.0, a Java message broker. 2013-02-25 11:39:19 +01:00
Shea Levy 7783c274fd Add smartdc nodePackage (and its many dependencies) 2013-02-24 20:26:28 -05:00
Peter Simons 8f1756e2d4 git: update to version 1.8.1.3 2013-02-25 02:12:42 +01:00
Peter Simons 7aad2ce101 haskell-defaults.nix: fix build of cabal2nix on GHC versions older than 6.12.x
Cabal2nix needs version 1.10.x or later of the Cabal library.
2013-02-25 01:25:05 +01:00
Peter Simons e993649477 haskell-cabal2nix: update to version 1.44 2013-02-25 01:13:44 +01:00
Peter Simons f8cc696239 haskell-graphviz: disable 'doCheck' to avoid test suite failures
Test suite graphviz-testsuite: RUNNING...
This is the test suite for the graphviz library.
If any of these tests fail, please inform the maintainer,
including full output of this test suite.

======================================================================

Running test: "Printing and parsing of Attributes".

The most common source of errors in printing and parsing are for
Attributes.

+++ OK, passed 200 tests.
All tests for "Printing and parsing of Attributes" were successful!

======================================================================

Running test: "Printing generalised Dot code".

When generalising "DotGraph" values to other "DotRepr" values,
the generated Dot code should be identical.

+++ OK, passed 200 tests.
All tests for "Printing generalised Dot code" were successful!

======================================================================

Running test: "Printing and Parsing DotReprs".

The graphviz library should be able to parse back in its own
generated Dot code for any "DotRepr" instance

+++ OK, passed 200 tests.
+++ OK, passed 200 tests.
+++ OK, passed 200 tests.
All tests for "Printing and Parsing DotReprs" were successful!

======================================================================

Running test: "Pre-processing Dot code".

When parsing Dot code, some pre-processing is done to remove items
such as comments and to join together multi-line strings.  This
test verifies that this pre-processing doesn't affect actual
Dot code by running the pre-processor on generated Dot code.

This test is not run on generalised Dot graphs as if it works for
normal dot graphs then it should also work for generalised ones.

+++ OK, passed 200 tests.
All tests for "Pre-processing Dot code" were successful!

======================================================================

Running test: "Augmenting FGL Graphs".

The various Graph to Graph functions in Data.GraphViz should
only _augment_ the graph labels and not change the graphs
themselves.  This test compares the original graphs to these
augmented graphs and verifies that they are the same.

*** Failed! (after 1 test):
Exception:
  Error running utility program: Error messages from neato:

-1:']'->[]
The tests for "Augmenting FGL Graphs" failed!
Not attempting any further tests.
Test suite graphviz-testsuite: FAIL
Test suite logged to: dist/test/graphviz-2999.16.0.0-graphviz-testsuite.log
0 of 1 test suites (0 of 1 test cases) passed.
2013-02-25 01:13:11 +01:00
Peter Simons 6789f4c59c haskell-lens: disable 'doCheck' to avoid test suite failures
Running 4 test suites...
Test suite doctests: RUNNING...
### Error in src/Data/Complex/Lens.hs:33: expression `let { a doctests: <stderr>: hPutChar: invalid argument (invalid character)
Test suite doctests: FAIL
Test suite logged to: dist/test/lens-3.8.7.3-doctests.log
Test suite hunit: RUNNING...
Test suite hunit: PASS
Test suite logged to: dist/test/lens-3.8.7.3-hunit.log
Test suite properties: RUNNING...
Test suite properties: PASS
Test suite logged to: dist/test/lens-3.8.7.3-properties.log
Test suite templates: RUNNING...
Test suite templates: PASS
Test suite logged to: dist/test/lens-3.8.7.3-templates.log
3 of 4 test suites (3 of 4 test cases) passed.
2013-02-25 01:13:11 +01:00
Peter Simons d38183c803 haskell-unordered-containers: disable 'doCheck' to avoid test suite build errors
tests/HashSetProperties.hs:76:0:
     error: missing binary operator before token "("

tests/HashSetProperties.hs:86:0:
     error: missing binary operator before token "("
2013-02-25 01:13:11 +01:00
Peter Simons 606d867a60 haskell-crypto-conduit: disable 'doCheck' to avoid test suite build errors 2013-02-25 01:13:11 +01:00
Peter Simons 2399599a70 haskell-postgresql-simple: disable 'doCheck' to avoid test suite failure
Test suite test: RUNNING...
test: SqlError {sqlState = "", sqlNativeError = -1, sqlErrorMsg = "could not connect to server: No such file or directory\n\tIs the server running locally and accepting\n\tconnections on Unix domain socket \"/tmp/.s.PGSQL.5432\"?\n"}
Test suite test: FAIL
Test suite logged to: dist/test/postgresql-simple-0.2.4.1-test.log
0 of 1 test suites (0 of 1 test cases) passed.
2013-02-25 00:39:13 +01:00
Peter Simons 42db9ae872 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:37:12 +01:00
Peter Simons e906a6e437 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:37:12 +01:00
Peter Simons 94d3f2c692 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:37:11 +01:00
Peter Simons bab62f09e0 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:37:11 +01:00
Peter Simons b313b3f1c3 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:37:11 +01:00
Peter Simons 1420012eca darcs: disable test suite to avoid 127 exit code 2013-02-25 00:37:11 +01:00
Peter Simons 1b25d43132 haskell-distributed-process: disable 'doCheck' to avoid build errors
Setup: At least the following dependencies are missing:
ansi-terminal ==0.5.*
2013-02-25 00:37:11 +01:00
Peter Simons a0919feead 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-25 00:37:11 +01:00
Peter Simons bc0ab2e595 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-25 00:32:44 +01:00
Peter Simons d440431d19 haskell-tls: disable 'doCheck' to avoid build errors
Tests/Tests.hs:41:0:
     error: missing binary operator before token "("
2013-02-25 00:32:44 +01:00
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