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
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
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
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
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