summary refs log blame commit diff
path: root/pkgs/system/populate-cache.nix
blob: ad6eab22cb9a1413e19eefeb47958a16ef7aa90f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
     














                                                    
          
          


               
              



            
            
               

             

            
            
          


            
              
         
               
              

           










                        
                  
               
        


                 
          

           
         




         
          
        

               
          
       
        
        
          
        
           
          
          
       

          
 
         



                        
     


                                                            
              




                 
                      
    
 
let {

  i686LinuxPkgs = {inherit (import ./i686-linux.nix)
    coreutils
    findutils
    diffutils
    gnupatch
    gnused
    gnugrep
    gawk
    enscript
    gnutar
    zip
    unzip
    gzip
    bzip2
    zdelta
    bsdiff
    wget
    par2cmdline
    cksfv
    bittorrent
    graphviz
    bash
    binutils
    gnum4
    autoconf
    automake19x
    libtool
    pkgconfig
    valgrind
    texinfo
    readline
    octave
    gnumake
    bisonnew
    flexnew
    gccWrapped
    aterm
    sdf2_bundle
    strategoxt
#    ghc
#    helium
    perl
    python
    libxml2
    libxslt
    docbook_xml_dtd_42
    docbook_xml_dtd_43
    docbook_xml_ebnf_dtd
    docbook_xml_xslt
    subversion
    pan
    sylpheed
    firefoxWrapper
    thunderbird
    lynx
    MPlayer
    MPlayerPlugin
    vlc
    xineUI
    zapping
    gqview
    fspot
    hello
    xchm
    nxml
    uml
    nix
#    ocaml
    mono
    monodoc
    monodevelop
#    hevea
    vim
    less
    file
    screen
    xsel
    openssl
    mktemp
    strace
    qt3
    xmltv
    mythtv

    mysql
    postgresql
    jetty
    blackdown
    apacheAntBlackdown14
  ;};

  powerpcDarwinPkgs = {inherit (import ./powerpc-darwin.nix)
    aterm
    subversion
  ;};


  body = [
    i686LinuxPkgs
#    powerpcDarwinPkgs
  ];
}