* Improve indentation.
svn path=/nixpkgs/trunk/; revision=12184
This commit is contained in:
parent
fde0ce5023
commit
a6ecd844f0
@ -2,7 +2,8 @@ let
|
||||
|
||||
allPackages = import ./all-packages.nix;
|
||||
|
||||
i686LinuxPkgs = {inherit (allPackages {system = "i686-linux";})
|
||||
i686LinuxPkgs = {
|
||||
inherit (allPackages {system = "i686-linux";})
|
||||
MPlayer
|
||||
MPlayerPlugin
|
||||
alsaUtils
|
||||
@ -224,7 +225,8 @@ let
|
||||
kernelNew = ((allPackages {system = "i686-linux";}).kernelPackages_2_6_25).kernel;
|
||||
};
|
||||
|
||||
x86_64LinuxPkgs = {inherit (allPackages {system = "x86_64-linux";})
|
||||
x86_64LinuxPkgs = {
|
||||
inherit (allPackages {system = "x86_64-linux";})
|
||||
MPlayer
|
||||
MPlayerPlugin
|
||||
aterm242fixes
|
||||
@ -251,7 +253,8 @@ let
|
||||
;
|
||||
};
|
||||
|
||||
i686FreeBSDPkgs = {inherit (allPackages {system = "i686-freebsd";})
|
||||
i686FreeBSDPkgs = {
|
||||
inherit (allPackages {system = "i686-freebsd";})
|
||||
aterm
|
||||
autoconf
|
||||
#automake19x
|
||||
@ -267,9 +270,11 @@ let
|
||||
nxml
|
||||
subversion
|
||||
unzip
|
||||
;};
|
||||
;
|
||||
};
|
||||
|
||||
powerpcDarwinPkgs = {inherit (allPackages {system = "powerpc-darwin";})
|
||||
powerpcDarwinPkgs = {
|
||||
inherit (allPackages {system = "powerpc-darwin";})
|
||||
apacheHttpd
|
||||
aterm
|
||||
autoconf
|
||||
@ -288,9 +293,11 @@ let
|
||||
subversion
|
||||
#tetex
|
||||
unzip
|
||||
;};
|
||||
;
|
||||
};
|
||||
|
||||
i686DarwinPkgs = {inherit (allPackages {system = "i686-darwin";})
|
||||
i686DarwinPkgs = {
|
||||
inherit (allPackages {system = "i686-darwin";})
|
||||
aterm
|
||||
autoconf
|
||||
automake19x
|
||||
@ -298,14 +305,17 @@ let
|
||||
libxml2
|
||||
libxslt
|
||||
subversion
|
||||
;};
|
||||
;
|
||||
};
|
||||
|
||||
cygwinPkgs = {inherit (allPackages {system = "i686-cygwin";})
|
||||
cygwinPkgs = {
|
||||
inherit (allPackages {system = "i686-cygwin";})
|
||||
aterm
|
||||
gnum4
|
||||
readline
|
||||
ncurses
|
||||
;};
|
||||
;
|
||||
};
|
||||
|
||||
in [
|
||||
i686LinuxPkgs
|
||||
|
Loading…
x
Reference in New Issue
Block a user