Peter Simons
a74b2c62ab
Merge pull request #1542 from ocharles/haskellPackages.exceptions
...
haskellPackages.exceptions: Update to 0.3.3 and enable tests
2014-01-19 05:16:08 -08:00
Peter Simons
6b6a3af5c3
Merge pull request #1543 from ocharles/haskellPackages.timezone
...
haskellPackages.timezoneOlson/haskellPackages.timezoneSeries: New expressions
2014-01-19 05:14:51 -08:00
Peter Simons
9ee3ff2088
Merge pull request #1545 from basvandijk/libossp-uuid
...
Add new package libossp-uuid-1.6.2
2014-01-19 05:14:31 -08:00
Cillian de Róiste
76267063a5
jalv: update from 1.4.2 to 1.4.4
2014-01-19 13:06:51 +01:00
Cillian de Róiste
b3a116c762
zynaddsubfx: fix build, tidy up, add JACK support
2014-01-19 13:01:49 +01:00
Cillian de Róiste
78c4b0868e
zynaddsubfx: update from 2.4.1 to 2.4.3
2014-01-19 12:47:17 +01:00
Cillian de Róiste
cbacf96b1c
yoshimi: add cairo as build input
2014-01-19 12:44:28 +01:00
Cillian de Róiste
e9e8cf4b98
Tidy up
2014-01-19 12:44:27 +01:00
Cillian de Róiste
ea72595fab
yoshimi: update from 0.060.12 to 1.1.0
2014-01-19 12:43:58 +01:00
Cillian de Róiste
52213afd48
qsynth: add linux as a platform
2014-01-19 12:26:35 +01:00
Vladimír Čunát
83a2e8554b
spacefm: fix schema-crash (in preferences), nitpicks
...
I also did some style changes to be closer to most in nixpkgs.
2014-01-19 12:11:19 +01:00
Vladimír Čunát
d37aec1ac4
poppler: bugfix update 0.24.4 -> .5
...
Also Qt4 binding bugfix.
2014-01-19 10:24:56 +01:00
Bas van Dijk
242dfe152d
Use a short and long description for libossp-uuid
2014-01-18 23:28:16 +01:00
Bas van Dijk
c7e19f9679
Use stdenv.lib.licenses.bsd instead of "bsd"
2014-01-18 23:09:27 +01:00
Marco Maggesi
e634e4ae6b
Update OCaml library Camomile to version 0.8.5
2014-01-18 20:56:45 +00:00
Marco Maggesi
c54a9276ba
Update menhir to version 20130115
2014-01-18 20:56:44 +00:00
Marco Maggesi
cd2fd2a401
Update cryptokit to version 1.9
2014-01-18 20:56:44 +00:00
Marco Maggesi
389da8b64c
Update camlp5 to version 6.11
2014-01-18 20:56:44 +00:00
Marco Maggesi
663845fc9e
Update OCaml OUnit to version 2.0.0
2014-01-18 20:56:44 +00:00
Marco Maggesi
cf6ac40585
Update OCaml findlib to version 1.4
2014-01-18 20:56:44 +00:00
Bjørn Forsman
ffd3e0f02c
logstalgia: fix attribute and directory name typo
...
Change "logstalgica" to "logstalgia".
2014-01-18 21:47:39 +01:00
Ricardo M. Correia
0cf9a083d9
virt-manager: Fix running with --no-fork
...
This removes nixpkgs' custom runners and instead copies the main python source
files to the bin directory, then wraps them up as usual.
Hopefully this will be more reliable than other previous wrapping methods.
2014-01-18 20:45:27 +00:00
Cillian de Róiste
51a5f9c364
hydrogen: update from 0.9.5 to 0.9.5.1
...
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fxvg8py63xnwyyqmaws7n310l423xbp9h-hydrogen-0.9.5.1
2014-01-18 21:28:19 +01:00
Cillian de Róiste
329377b6ca
synthv1: update from 0.3.2 to 0.3.6
...
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fr5rfpb9zn3pa8yhxfz5d5ngqqj6n6mgg-synthv1-0.3.6
2014-01-18 21:27:41 +01:00
Cillian de Róiste
6105b41eac
samplv1: update from 0.3.5 to 0.3.6
...
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fdgrhrqf4j0q0601fgh81bhzkcgj7h4b0-samplv1-0.3.6
2014-01-18 21:27:06 +01:00
Cillian de Róiste
122905154c
qtractor: update from 0.5.4 to 0.5.12
...
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fyaq7iknwr79xwrmc4igrs3ygdy61ryjl-qtractor-0.5.12
2014-01-18 21:22:20 +01:00
Cillian de Róiste
c5269290c3
qsynth: update from 0.3.6 to 0.3.8
...
http://monitor.nixos.org/buildlog?outpath=%2Fnix%2Fstore%2Fycg9bkl40sch06kcyjvmnmkxq5mas9p6-qsynth-0.3.8
2014-01-18 21:16:28 +01:00
Bas van Dijk
a4111bd67f
Add new package libossp-uuid-1.6.2
2014-01-18 20:54:52 +01:00
Mathijs Kwik
71dc9ad252
llvm: remove deprecation warning. We prefer using the default version
...
unless a package really needs a newer/older one
2014-01-18 19:30:48 +01:00
Bjørn Forsman
2b74a47006
gource: fix build
...
gource currently fails in the configure phase:
configure: error: Could not link against -lGLU !
This is a very misleading error, it seems to happen because configure
doesn't find boost libraries and ends up with uninitialized variable(s).
That in turn cause it to fail later with this unrelated error.
Fix by using boost libraries, not only the headers. gource also grew a
dependency on GLM, so add that to buildInputs.
2014-01-18 19:05:33 +01:00
Bjørn Forsman
1b4d50dbac
glm: new package
...
OpenGL Mathematics (GLM) is a header only C++ mathematics library for
graphics software based on the OpenGL Shading Language (GLSL)
specification and released under the MIT license.
http://glm.g-truc.net/
2014-01-18 19:05:32 +01:00
Ricardo M. Correia
cd953d80e1
chromium: Update stable channel from 31.0.1650.57 -> 32.0.1700.77
2014-01-18 17:40:37 +00:00
Domen Kožar
e5b6de80bb
Merge pull request #1536 from Shados/service-haveged
...
Adds a service for haveged, the entropy daemon
2014-01-18 09:38:51 -08:00
Shea Levy
d454e094ef
kmscon: Don't re-run systemd-vconsole-setup after boot, and let tty1 wait for vconsole setup
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-18 11:17:49 -05:00
Shea Levy
ca7805be94
systemd: Enable specifying extra config files for a unit
...
This will allow overriding package-provided units, or overriding only a
specific instance of a unit template.
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-18 11:10:39 -05:00
Ricardo M. Correia
84f35a7cc1
libaio: Fix download URL
2014-01-18 15:24:42 +00:00
Lluís Batlle i Rossell
b1a2c74394
Filegive: update to 0.7.4.
...
Compatibility with IE/chrome, report TLS connections, cipherings,
useragents, etc.
2014-01-18 16:06:35 +01:00
Oliver Charles
1388fc4dc8
haskellPackages.timezoneOlson/haskellPackages.timezoneSeries: New expressions
2014-01-17 23:59:16 +00:00
Oliver Charles
4a86098110
haskellPackages.exceptions: Update to 0.3.3 and enable tests
2014-01-17 23:58:43 +00:00
Shea Levy
9c1d3bfa9f
Whitespace to force a rebuild
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-17 12:15:49 -05:00
Shea Levy
7f15b0c132
Merge branch 'xprofile' of git://github.com/pSub/nixpkgs into master
...
Allow the user to execute commands at the beginning of the X session.
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-01-17 09:28:19 -05:00
Alexei Robyn
6d80803e66
Adds a service for haveged, the entropy daemon
...
Includes configuration option for the threshold beneath which to refill
the entropy pool - defaults to 1024 bits as this is the number used in
other distro's existing service files I looked at.
2014-01-17 22:10:52 +11:00
Peter Simons
0915582af9
haskell-hasktags: update to version 0.68.5
2014-01-17 11:59:16 +01:00
Peter Simons
bbc889e619
haskell-xss-sanitize: update to version 0.3.4.2
2014-01-17 11:59:16 +01:00
Peter Simons
5f897baf0d
haskell-skein: update to version 1.0.8.1
2014-01-17 11:59:16 +01:00
Peter Simons
930150bf4b
haskell-http-common: update to version 0.7.1.1
2014-01-17 11:59:16 +01:00
Peter Simons
30e8a526e4
haskell-esqueleto: update to version 1.3.4.3
2014-01-17 11:59:16 +01:00
Peter Simons
5647e94552
haskell-encoding: update to version 0.7
2014-01-17 11:59:16 +01:00
Peter Simons
45d2daa9b9
haskell-attoparsec-enumerator: update to version 0.3.2
2014-01-17 11:59:16 +01:00
Peter Simons
fff2e9731a
haskell-SHA: update to version 1.6.4
2014-01-17 11:59:16 +01:00