Eelco Dolstra
|
dbedbdc939
|
types.h -> types.patch
|
2013-01-28 17:27:14 +01:00 |
|
Eelco Dolstra
|
c8aed4202d
|
eject: Remove
This command is part of util-linux now.
|
2013-01-28 17:25:59 +01:00 |
|
Eelco Dolstra
|
d8f8a29758
|
gcc-upc: Remove
This version (4.0) is obsolete. And UPC will be merged in GCC 4.8
anyway.
|
2013-01-28 17:19:04 +01:00 |
|
Eelco Dolstra
|
ce83f79a65
|
util-linux: Update to 2.22.2
This update is essential because coreutils no longer provides ‘su’.
Also enable ‘last’ and some other commands so that we can get rid of
sysvtools.
|
2013-01-28 17:19:03 +01:00 |
|
Eelco Dolstra
|
d2b76e68d0
|
gcc-4.1: Remove
No longer used and doesn't build.
|
2013-01-28 17:19:03 +01:00 |
|
Eelco Dolstra
|
cb07844c9d
|
gcc-2.95: Remove
Hasn't built in a long time.
|
2013-01-28 17:19:03 +01:00 |
|
Eelco Dolstra
|
5f6de267f0
|
gcc-4.0: Remove
|
2013-01-28 17:19:03 +01:00 |
|
Eelco Dolstra
|
5200c92aa0
|
libxcrypt: Remove
|
2013-01-28 17:19:03 +01:00 |
|
Eelco Dolstra
|
2dc0e9070e
|
tigervnc: Drop dependency on libxcrypt
http://hydra.nixos.org/build/3875072
|
2013-01-28 17:19:03 +01:00 |
|
Eelco Dolstra
|
5cad2c497d
|
valgrind: Support Glibc 2.17
http://hydra.nixos.org/build/3894741
|
2013-01-28 17:19:03 +01:00 |
|
Eelco Dolstra
|
25a875195d
|
syslinux: Update to 4.06 and fix build
http://hydra.nixos.org/build/3890519
|
2013-01-28 17:19:02 +01:00 |
|
Eelco Dolstra
|
b0cb17257b
|
rcs: Update to 5.8.1 and fix build
http://hydra.nixos.org/build/3895835
|
2013-01-28 17:19:02 +01:00 |
|
Eelco Dolstra
|
b40ca97f00
|
pam_unix2: Remove
It no longer builds and NixOS doesn't use it anymore.
|
2013-01-28 17:19:02 +01:00 |
|
Eelco Dolstra
|
6eb71ff01c
|
gcc-4.3: Apply siginfo_t fix
Borrowed from Gentoo.
|
2013-01-28 17:19:02 +01:00 |
|
Eelco Dolstra
|
1b7c5d3717
|
Remove some unused Boost versions
|
2013-01-28 17:19:02 +01:00 |
|
Eelco Dolstra
|
f6e012591f
|
Rename boost => boost-headers
Suffixes like "-headers" should go *before* the version part;
otherwise nix-env will think boost and boost-*-headers are the same
package.
|
2013-01-28 17:19:02 +01:00 |
|
Eelco Dolstra
|
4718d430cc
|
mailutils: Fix build
http://hydra.nixos.org/build/3875816
|
2013-01-28 17:19:02 +01:00 |
|
Eelco Dolstra
|
84adcc2241
|
boost-1.49: Fix build
http://hydra.nixos.org/build/3890924
|
2013-01-28 17:19:01 +01:00 |
|
Eelco Dolstra
|
08b8512ce4
|
lftp: Update to 4.4.0 and fix build
http://hydra.nixos.org/build/3896385
|
2013-01-28 17:19:01 +01:00 |
|
Eelco Dolstra
|
38ced3b436
|
jfsutils: Fix build
http://hydra.nixos.org/build/3897210
|
2013-01-28 17:19:01 +01:00 |
|
Eelco Dolstra
|
35af62f998
|
gperftools: Update to 2.0 and fix build
http://hydra.nixos.org/build/3875478
|
2013-01-28 17:19:01 +01:00 |
|
Eelco Dolstra
|
67de843bce
|
ebtables: Update to 2.0.10-4 and fix build
http://hydra.nixos.org/build/3891670
|
2013-01-28 17:19:01 +01:00 |
|
Eelco Dolstra
|
4172cbee05
|
shishi: Fix build
http://hydra.nixos.org/build/3884001
|
2013-01-28 17:19:01 +01:00 |
|
Eelco Dolstra
|
139cb0d41e
|
acct: Fix build
http://hydra.nixos.org/build/3887914
|
2013-01-28 17:19:01 +01:00 |
|
Eelco Dolstra
|
ac9932d133
|
iasl: Fix build
http://hydra.nixos.org/build/3887583
|
2013-01-28 17:19:01 +01:00 |
|
Eelco Dolstra
|
ecee1be7f1
|
RealPlayer: Remove
This package hasn't built in ages, is unfree, and is not needed
anymore.
|
2013-01-28 16:31:23 +01:00 |
|
Eelco Dolstra
|
d8f37cdf9a
|
gdb: Update to 7.5.1
|
2013-01-28 15:47:22 +01:00 |
|
Eelco Dolstra
|
d56325696a
|
skype: Enable PulseAudio by default
I didn't see any 100% CPU problem.
|
2013-01-28 15:07:35 +01:00 |
|
Eelco Dolstra
|
427b8cacf3
|
Add very hacky script to generate Perl packages
Given the name of Perl module, this script will download the package
containing the module from CPAN, determine its dependencies, and print
a Nix expression suitable for inclusion in perl-packages.nix on
stdout.
Example:
$ ./maintainers/scripts/generate-cpan-package DBIx::Class
DBIxClass = buildPerlPackage {
name = "DBIx-Class-0.08205";
src = fetchurl {
url = mirror://cpan/authors/id/F/FR/FREW/DBIx-Class-0.08205.tar.gz;
sha256 = "16iyrfvwf4y94wxpwlla131grdf10z4xx9q9s6jsi39ycaxdaj6l";
};
buildInputs = [ DBDSQLite PackageStash TestException TestWarn ];
propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ClassInspector ConfigAny ContextPreserve DataCompare DataDumperConcise DataPage DBI DevelGlobalDestruction HashMerge ModuleFind Moo MROCompat namespaceclean PathClass ScopeGuard SQLAbstract SubName TryTiny ];
meta = {
homepage = http://www.dbix-class.org/;
description = "Extensible and flexible object <-> relational mapper.";
license = "perl";
};
};
|
2013-01-28 12:11:32 +01:00 |
|
Eelco Dolstra
|
201f64b20a
|
Remove dots at end of meta.description
|
2013-01-28 11:59:49 +01:00 |
|
Eelco Dolstra
|
19665a7483
|
Add meta attributes
|
2013-01-28 11:59:28 +01:00 |
|
Shea Levy
|
2afdaf0e82
|
Linux 3.7.5
|
2013-01-28 00:12:35 -05:00 |
|
Shea Levy
|
4bf80b462d
|
Linux 3.4.28
|
2013-01-28 00:12:24 -05:00 |
|
Song Wenwu
|
9f7cc1bfb3
|
add fcitx-4.2.7
|
2013-01-28 11:35:03 +08:00 |
|
Aristid Breitkreuz
|
d596180cf8
|
use alsa-oss layer for minecraft
|
2013-01-28 02:58:47 +01:00 |
|
Aristid Breitkreuz
|
4534699938
|
add alsa oss emulation
|
2013-01-28 02:49:49 +01:00 |
|
Shea Levy
|
3b34b3610e
|
Add clojureUnstable (clojure 1.5.0-RC1).
Patch thanks to Patrick Lee.
|
2013-01-27 20:43:38 -05:00 |
|
Shea Levy
|
6ce14a6729
|
leiningen: Update to 2.0.0.
Patch thanks to Patrick Lee.
|
2013-01-27 20:38:32 -05:00 |
|
Shea Levy
|
9ac6c53cbf
|
lib.licenses.proprietary is definitely unfree
|
2013-01-27 18:36:54 -05:00 |
|
viric
|
111a6c23f8
|
Merge pull request #245 from maggesi/blcr-update
Update BLCR to version 0.8.5 Beta 3.
|
2013-01-27 12:40:54 -08:00 |
|
viric
|
39fa2f72ab
|
Merge pull request #253 from rickynils/fscache
linux 3.2-3.7: enable NFS_FSCACHE and CIFS_FSCACHE
|
2013-01-27 12:39:25 -08:00 |
|
viric
|
0a8f2e084f
|
Merge pull request #260 from jcumming/vessel.121213
Vessel.121213
|
2013-01-27 12:38:08 -08:00 |
|
viric
|
336d92973d
|
Merge pull request #280 from aristidb/master
Make Screen read the configuration from /etc/screenrc
|
2013-01-27 12:28:15 -08:00 |
|
Aristid Breitkreuz
|
8ade26c373
|
pull screenrc configuration from /etc/screenrc
|
2013-01-27 20:21:49 +01:00 |
|
Lluís Batlle i Rossell
|
a87fba9619
|
Adding the firmware files for raspberrypi
|
2013-01-27 17:49:02 +00:00 |
|
Lluís Batlle i Rossell
|
dd3c83a5ff
|
Updating perl packages NetSSLeay and IOSocketSSL. Upstream removed the old versions
|
2013-01-27 15:39:11 +01:00 |
|
Lluis Batlle
|
0353c08d38
|
uboot: updating the default uboot to 2012.07
This is what I use in the sheevplug, with the provided patches.
The old sheevaplug uboot doesn't understand ubifs.
|
2013-01-27 15:38:39 +01:00 |
|
viric
|
83366b484f
|
Merge pull request #278 from vcunat/vlada/ufoai-notg
Update ufo-ai
|
2013-01-27 03:40:03 -08:00 |
|
Lluís Batlle i Rossell
|
3b26ba7019
|
Merge remote-tracking branch 'central/master' into stdenv-updates
Conflicts:
pkgs/os-specific/linux/alsa-utils/default.nix
|
2013-01-27 11:32:12 +01:00 |
|
Vladimír Čunát
|
46dd0485f5
|
Update ufoai to 2.4, clean dependencies and the expression.
|
2013-01-26 23:36:42 +01:00 |
|