Eelco Dolstra
c88055e1a2
Set meta.hydraPlatforms instead of meta.platforms for some packages
2013-11-05 00:06:10 +01:00
Eelco Dolstra
a2cbc77e4f
Only show/build a package on the platforms listed in meta.platforms
...
The function ‘mkDerivation’ now checks whether the current platform
type is included in a package's meta.platform field. If not, it
throws an exception:
$ nix-build -A linux --argstr system x86_64-darwin
error: user-thrown exception: the package ‘linux-3.10.15’ is not supported on ‘x86_64-darwin’
These packages also no longer show up in ‘nix-env -qa’ output. This
means, for instance, that the number of packages shown on
x86_64-freebsd has dropped from 9268 to 4764.
Since meta.platforms was also used to prevent Hydra from building some
packages, there now is a new attribute meta.hydraPlatforms listing the
platforms on which Hydra should build the package (which defaults to
meta.platforms).
2013-11-05 00:06:10 +01:00
Bjørn Forsman
8867304b5e
filezilla: bump 3.6.0.2 -> 3.7.3
...
Includes security fixes, bug fixes and some (minor) new features.
Changelog is available here:
https://filezilla-project.org/versions.php
Also:
* break long lines
* add meta.platforms
* use licenses.gpl2 attribute instead of a literal string.
2013-11-04 22:53:59 +01:00
Eelco Dolstra
06f4398b46
Remove broken and obsolete versions of gcj and ghdl
2013-11-04 21:11:00 +01:00
Eelco Dolstra
a0e21fd1ca
Mark more packages as broken
2013-11-04 21:11:00 +01:00
Eelco Dolstra
a5827b18a1
Don't build Linux 3.6-rpi packages on Hydra
...
They're all broken.
2013-11-04 21:11:00 +01:00
Eelco Dolstra
754704ea18
Allow packages to be marked as "broken" by setting meta.broken
...
The effect is that they won't show up in "nix-env -qa" anymore.
2013-11-04 21:11:00 +01:00
Eelco Dolstra
01087750ba
Don't build some packages on some platforms
2013-11-04 21:11:00 +01:00
Eelco Dolstra
0296defd0c
Remove some unsupported platforms
2013-11-04 21:11:00 +01:00
Eelco Dolstra
798ce14839
apache-httpd: Update to 2.4.6
2013-11-04 21:10:59 +01:00
Eelco Dolstra
59cad4dc07
socate: Update to 1.7.2.2, 2.0.0-b6
...
CVE-2013-3571
2013-11-04 21:10:59 +01:00
Peter Simons
0e831bd525
Resurrect the old ghcWithPackages wrapper under the attribute name 'ghcWithPackagesOld'.
2013-11-04 19:42:49 +01:00
Rok Garbas
a22c0fa54a
offlineimap: update to (latest) 6.5.5
2013-11-04 19:39:13 +01:00
Eelco Dolstra
b232825c07
adobe-reader: Update to 9.5.5
2013-11-04 18:46:44 +01:00
Domen Kožar
a734f32fa1
Remove desktopManager.gnome
...
Gnome doesn't work at least since I started using NixOS half a year
ago, let's not give wrong impressions to newcomers. Packaging gnome3
is still something on horizon.
2013-11-04 18:12:38 +01:00
Peter Simons
87c3907c14
Merge pull request #1168 from grwlf/nixos-gnu-screen
...
Add GNU Screen program module
2013-11-04 08:06:59 -08:00
Sergey Mironov
8c1e14e6cc
Add GNU Screen program module
2013-11-04 19:07:51 +04:00
Peter Simons
ddbb72c34d
Merge pull request #1163 from kowey/haskell-wx
...
haskell-wxc: noHaddock
2013-11-04 04:08:00 -08:00
Domen Kožar
8274bd331a
redshift: add platforms
2013-11-04 12:34:46 +01:00
Moritz Ulrich
882c2b7278
fcron: Fix error when cron.mailto is null.
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-11-04 11:07:11 +00:00
Shea Levy
268bb64b68
Linux 3.12 release
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-11-03 20:14:48 -05:00
Rok Garbas
61e0337a5c
afew: forgot to add --replace
2013-11-03 18:58:27 +01:00
Jonas Hoersch
795753bbc6
quodlibet: update to version 2.6.3
...
also provides two distinctive flavours, which either wrap the program to
pull in the gstreamer plugins or not.
2013-11-03 16:05:37 +01:00
Jonas Hoersch
8487fdd209
mathematica: fix x86 build of mathematica
...
the MathInstaller doesn't distinguish between 64bit and 32bit linux
platforms.
2013-11-03 14:01:59 +01:00
Eelco Dolstra
eab39f9dda
venus.nix: Fix broken startAt option
2013-11-02 20:43:06 +01:00
Eric Kow
d1e8f9c047
haskell-wxc: noHaddock
2013-11-02 18:09:08 +00:00
Rok Garbas
b15bbdfa17
pythonPackage: afew and alot update to latest
...
added subprocess32 package as new dependency of afew
2013-11-02 04:09:27 +01:00
Rok Garbas
6d059b2ee5
ejabberd: updated to 2.1.13
2013-11-02 01:46:30 +01:00
Rok Garbas
023d74049c
varnish: adding version 2.1.x
2013-11-02 01:45:27 +01:00
Peter Simons
576058fe0e
haskell-git-annex: update to version 4.20131101
2013-11-01 17:42:08 +01:00
Eelco Dolstra
9ef07d859b
Include the NixOS version in the manual
...
In particular, this will make it clear what version of the manual is
shown at http://nixos.org/nixos/manual/ .
2013-11-01 16:47:29 +01:00
Peter Simons
dac108f51b
ikiwiki: update to version 3.20130904
2013-11-01 16:33:59 +01:00
Shea Levy
cd9786eed2
Fold efi booting into the default livecd
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-11-01 11:29:36 -04:00
Shea Levy
fc91ec48a8
Update default kernel to 3.10
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-11-01 11:10:09 -04:00
Shea Levy
504ea7662c
Remove EOL'd kernels
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-11-01 11:10:05 -04:00
Eelco Dolstra
20093751ec
Print a reminder to users to set or disable the root password
2013-11-01 15:04:21 +01:00
Eelco Dolstra
4ba7dfde5b
Don't set an initial null root password for Amazon / VirtualBox images
...
A null password allows logging into local PAM services such as "login"
(agetty) and KDM. That's not actually a security problem for EC2
machines, since they do not have "local" logins; for VirtualBox
machines, if you local access, you can do anything anyway. But it's
better to be on the safe side and disable password-based logins for
root.
2013-11-01 15:04:21 +01:00
Peter Simons
8352df8d66
haskell-yesod-platform: update to version 1.2.4.4
2013-11-01 14:20:11 +01:00
Peter Simons
5fd1c46beb
haskell-trifecta: update to version 1.2.1.1
2013-11-01 14:20:11 +01:00
Peter Simons
2de6d71694
haskell-trifecta: update to version 1.1
2013-11-01 14:20:11 +01:00
Peter Simons
dda0d13d22
haskell-text-icu: update to version 0.6.3.7
2013-11-01 14:20:11 +01:00
Peter Simons
a4cfdfad5d
haskell-terminfo: update to version 0.3.2.6
2013-11-01 14:20:11 +01:00
Peter Simons
6e180df18c
haskell-intervals: update to version 0.4
2013-11-01 14:20:11 +01:00
Peter Simons
15851f0661
haskell-free: update to version 4.2
2013-11-01 14:20:11 +01:00
Peter Simons
03e7ab54a0
haskell-fclabels: update to version 2.0.0.5
2013-11-01 14:20:11 +01:00
Peter Simons
40a31df497
haskell-Elm: update to version 0.10.0.2
2013-11-01 14:20:11 +01:00
Peter Simons
cd1605f729
maxima: update to version 5.31.3
2013-11-01 10:53:44 +01:00
Rob Vermaas
561f56bd2a
Next release will be 14.02 Baboon
2013-11-01 09:16:36 +01:00
Mathijs Kwik
b6519f08da
haskell-parsers: bring back 0.9 for idris
2013-11-01 08:02:19 +01:00
Mathijs Kwik
3c2b7f5e33
haskell-trifecta: bring back 1.1 for idris
2013-11-01 08:02:19 +01:00