mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* Add Automake 1.10.x to the channel.
* Fix some incorrect x86_64-linux attributes. svn path=/nixpkgs/trunk/; revision=12484
This commit is contained in:
parent
6dd7896b4e
commit
c62b4b2135
|
@ -15,6 +15,7 @@ let
|
||||||
audacious_plugins
|
audacious_plugins
|
||||||
autoconf
|
autoconf
|
||||||
automake19x
|
automake19x
|
||||||
|
automake110x
|
||||||
bash
|
bash
|
||||||
bashInteractive
|
bashInteractive
|
||||||
binutils
|
binutils
|
||||||
|
@ -244,31 +245,9 @@ let
|
||||||
|
|
||||||
x86_64LinuxPkgs = commonLinuxPkgs "x86_64-linux" // {
|
x86_64LinuxPkgs = commonLinuxPkgs "x86_64-linux" // {
|
||||||
inherit (allPackages {system = "x86_64-linux";})
|
inherit (allPackages {system = "x86_64-linux";})
|
||||||
MPlayer
|
|
||||||
MPlayerPlugin
|
|
||||||
aterm242fixes
|
aterm242fixes
|
||||||
autoconf
|
|
||||||
automake19x
|
|
||||||
bash
|
|
||||||
binutils
|
|
||||||
bison23
|
|
||||||
emacs
|
|
||||||
firefox
|
|
||||||
gcc
|
|
||||||
gcc43multi
|
gcc43multi
|
||||||
hello
|
|
||||||
libtool
|
|
||||||
nixUnstable
|
|
||||||
subversion
|
|
||||||
pan
|
|
||||||
;
|
;
|
||||||
inherit ((allPackages {system = "i686-linux";}).kernelPackages_2_6_23)
|
|
||||||
iwlwifi
|
|
||||||
kernel
|
|
||||||
;
|
|
||||||
inherit ((allPackages {system = "i686-linux";}).xorg)
|
|
||||||
xorgserver
|
|
||||||
;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
i686FreeBSDPkgs = {
|
i686FreeBSDPkgs = {
|
||||||
|
@ -319,6 +298,7 @@ let
|
||||||
aterm
|
aterm
|
||||||
autoconf
|
autoconf
|
||||||
automake19x
|
automake19x
|
||||||
|
automake110x
|
||||||
libtool
|
libtool
|
||||||
libxml2
|
libxml2
|
||||||
libxslt
|
libxslt
|
||||||
|
|
Loading…
Reference in a new issue