Peter Simons
d2e731e111
Add "please don't edit" comment at the top of every auto-generated Haskell file.
2014-07-14 13:21:41 +02:00
Oliver Charles
7c81a3609e
pythonPackages.logster: New expression
2014-07-14 11:03:51 +01:00
John Wiegley
312ff15b29
haskell-ghc-mod: revert a recent change I made
2014-07-14 02:48:32 -05:00
John Wiegley
7b0e242d49
haskell-zippers: new expression
2014-07-14 02:48:32 -05:00
aszlig
e07e3a7591
conky: Link against GCC runtime library.
...
This is needed for Conky to shut down cleanly, because it relies on
pthread_cancel() to work.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-14 09:35:24 +02:00
John Wiegley
d8a46149eb
Merge pull request #3259 from MP2E/sbv31_update
...
Update SBV to v3.1
2014-07-13 17:50:49 -05:00
Peter Simons
f264c638df
Merge pull request #3232 from peti/haskell-updates
...
Update default Haskell compiler to GHC 7.8.3 (and other stuff)
2014-07-14 00:18:03 +02:00
aszlig
4086f7c978
twister: Add new package, version 0.9.22.
...
This includes another source-only derivation for the web interface (and
patches the path into the twister binary), so there shouldn't be a need
to move it into ~/.twister/html separately.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-13 23:56:11 +02:00
Charles Strahan
a9858101bc
keybinder-3.0: Add package
...
keybinder-3.0 is for GTK+ 3, whereas keybinder (already in nixpkgs) is
for GTK+ 2.
This adds version 0.3.0 of keybinder-3.0, which we named "keybinder3" in
nixpkgs to (hopefully) lessen the confusion about what is package name
and what is version number.
[Bjørn: extend commit message beyond summary line]
2014-07-13 19:52:45 +02:00
Luca Bruno
3871005b7c
gtksourceview 3.12: hard code data dirs to nix store path
2014-07-13 16:32:41 +02:00
Luca Bruno
6fb00303fb
gitolite: fix aborted build due to non-deterministic fetchgit
2014-07-13 12:39:23 +02:00
John Wiegley
842fcdb4b4
texlive: update package paths, old versions no longer exist
2014-07-13 05:05:36 +00:00
John Wiegley
8983cb0917
httrack: upgrade 3.48.3 -> 3.48.17
2014-07-13 05:05:36 +00:00
Cray Elliott
69901813cf
Update SBV to v3.1
2014-07-12 17:22:20 -07:00
Peter Simons
543a97e332
Merge pull request #3250 from hrdinka/update-lensfun
...
lensfun: update to version 0.2.8
2014-07-12 23:09:09 +02:00
Peter Simons
3f89346556
Merge pull request #3252 from 4z3/sec
...
add SEC (Simple Event Correlator) 2.7.5
2014-07-12 23:08:54 +02:00
Peter Simons
78fccddde3
ghc 7.0.2 and 7.0.3 are "broken" because of build errors with recent versions of GCC
...
rts/StgCRun.c: In function 'StgRunIsImplementedInAssembler':
rts/StgCRun.c:208:1:
error: frame pointer required, but reserved
StgRunIsImplementedInAssembler(void)
^
In file included from includes/Stg.h:230:0:
0,
from rts/StgCRun.c:70:
includes/stg/Regs.h:323:20:
note: for 'Sp'
GLOBAL_REG_DECL(P_,Sp,REG_Sp)
^
includes/stg/Regs.h:174:54:
note: in definition of macro 'GLOBAL_REG_DECL'
#define GLOBAL_REG_DECL(type,name,reg) register type name REG(reg);
^
2014-07-12 15:13:59 +02:00
Peter Simons
9705c25dd6
haskell-platform-2010.1.0.0: mark as broken, the source code is no longer available from haskell.org
2014-07-12 15:13:59 +02:00
Peter Simons
283f13e5a6
haskell-platform: build 2009.x with sufficiently old version of 'mtl' to avoid build errors in CGI library
2014-07-12 15:13:59 +02:00
Peter Simons
21a83ed49b
darcs: build with ghc 7.6.3 to avoid errors with 7.8.x
2014-07-12 15:13:58 +02:00
Peter Simons
ebdd966bc6
cryptol2: build with ghc 7.6.3 to avoid errors with 7.8.x
2014-07-12 15:13:58 +02:00
Peter Simons
5c677f7117
cabal: cosmetic
2014-07-12 15:13:58 +02:00
Peter Simons
a183c7eca1
Switch default Haskell compiler to GHC 7.8.3.
2014-07-12 15:13:58 +02:00
Peter Simons
098a2c07fa
haskell-packages.nix: cosmetic
2014-07-12 15:13:58 +02:00
Peter Simons
48a2253974
ghc: update version 7.8.2 to 7.8.3
2014-07-12 15:13:58 +02:00
Vladimír Čunát
7c5a1b1d51
haskellPackages: use static-enabled 'gmp' to enable statically linked Haskell binaries
...
Pass '-optl-static -optl-pthread' to GHC to enable static linking.
Fixes <https://github.com/NixOS/nixpkgs/issues/3193 >. Further details can be
found at <http://permalink.gmane.org/gmane.linux.distributions.nixos/13526 >.
2014-07-12 15:12:05 +02:00
lethalman
38c2901741
Merge pull request #3253 from bjornfor/gnome-boxes
...
Add Gnome Boxes (access remote or virtual systems)
2014-07-12 14:56:41 +02:00
Bjørn Forsman
b8bd3c166e
gnome-boxes: new package
...
gnome-boxes is a simple GNOME 3 application to access remote or virtual
systems.
Tested by creating a Ubuntu 14.04 VM from ISO image and playing around
with it. I cannot seem to get keyboard input to the VM. Mouse works
though.
2014-07-12 14:49:43 +02:00
Bjørn Forsman
160e347acb
libosinfo: new package
...
libosinfo contains "info about OSs, hypervisors and (virtual) hardware
devices".
It is a dependency of gnome-boxes (a virtual and remote machine
application).
2014-07-12 13:28:49 +02:00
tv
3fa1735b92
sec: add version 2.7.5
2014-07-12 13:19:08 +02:00
tv
c12f6e3ce9
maintainers: add tv
2014-07-12 13:18:46 +02:00
Christoph Hrdinka
e3f9cf1cb0
lensfun: update to version 0.2.8
2014-07-12 13:09:45 +02:00
Oliver Charles
01a32db864
haskellPackages.ekg: Update to 0.4.0.1
2014-07-12 12:08:13 +01:00
Oliver Charles
7c90aab92a
siege: Build with OpenSSL
2014-07-12 12:07:24 +01:00
lethalman
e50b705e12
Merge pull request #3242 from phi-gamma/master
...
lua-5.1, lua-5.2: fix typo / copy-n-paste mistake in configurePhase
2014-07-12 12:20:29 +02:00
John Wiegley
324eb38313
haskell-agda-stdlib: properly reference ghc and runhaskell
2014-07-12 04:43:31 -05:00
Luca Bruno
07b24b31e4
tarsnapper: add sha256 to fix fetchgit assertion
2014-07-12 11:32:39 +02:00
Pascal Wittmann
e57e57c25d
Merge pull request #3245 from rastus-vernon/patch-1
...
Fix repeated typo
2014-07-12 09:36:22 +02:00
Rickard Nilsson
89a0bf43d1
mopidy: Update from 0.15.0 to 0.18.3
...
Also add the mopidy-spotify extension.
2014-07-12 09:34:52 +02:00
Rickard Nilsson
6a2a8dc788
pythonPackages.pykka: Update from 1.1.0 to 1.2.0
2014-07-12 09:34:52 +02:00
Evgeny Egorochkin
64c01fdf81
Google Compute Image: fetch host keys if possible
2014-07-12 08:47:03 +03:00
Evgeny Egorochkin
9d8ddd465d
Google Compute Image needs the interface to be named eth0 for google tools to work properly
2014-07-12 08:47:03 +03:00
Rastus Vernon
d5daa8ae6f
Fix repeated typo
...
"Can either by" should be "Can either be". There are three occurrences of this mistake, all in descriptions of configuration options.
2014-07-11 23:14:53 -04:00
Eelco Dolstra
3b2609deec
Don't restart systemd-remount-fs
...
It's only needed during early boot (in fact, it's probably not needed
at all on NixOS). Restarting it is expensive because it does a sync()
of the root file system.
2014-07-11 23:34:58 +02:00
Pascal Wittmann
e8ef98cea2
calibre: update from 1.35.0 to 1.44.0
2014-07-11 22:57:59 +02:00
John Wiegley
c25343ef2b
Merge pull request #3083 from cstrahan/darwin-openjdk
...
fix openjdk url for Darwin
2014-07-11 15:37:35 -05:00
Bjørn Forsman
1ad2f843e2
volatility: fix indentation
2014-07-11 17:10:26 +02:00
Shea Levy
50cfc4a847
Merge branch 'master' of git://github.com/soenkehahn/nixpkgs
...
packaging taggy and taggy-lens
2014-07-11 10:12:21 -04:00
Sönke Hahn
0f65768234
taggy-lens: new haskell package, version 0.1.1
2014-07-11 16:47:12 +08:00
Austin Seipp
e75d92791e
Merge pull request #3236 from bosu/volatility
...
Add volatility: memory forensics framework
2014-07-11 03:35:45 -05:00