nixpkgs/pkgs
Eelco Dolstra 6408a6a6fd * Trivial function to create a singleton list. Can reduce unnecessary
indentation in expressions like

    environent.extraJobs =
      [ { name = "foo";
          job =
            ''
              bla bla
            '';
        }
      ];

  which becomes

    environent.extraJobs = singleton
      { name = "foo";
        job =
          ''
            bla bla
          '';
      };

svn path=/nixpkgs/trunk/; revision=15892
2009-06-08 22:42:42 +00:00
..
applications update to 2.5.6 2009-06-08 18:31:07 +00:00
build-support * --fstrans=no for building debian packages 2009-06-05 10:42:14 +00:00
configs/etc d'oh, don't actually gzip it 2006-03-08 19:25:44 +00:00
data Updating the xkeyboard_config patch for esperanto with alt_gr 2009-06-03 21:21:10 +00:00
desktops Added a few more GNOME 2.26 packages 2009-06-04 13:35:48 +00:00
development update to 2.16.2 2009-06-08 17:50:57 +00:00
games SGT Puzzles tarball changed back (!). 2009-06-05 08:34:30 +00:00
lib * Trivial function to create a singleton list. Can reduce unnecessary 2009-06-08 22:42:42 +00:00
misc * Wine 1.1.23. 2009-06-07 19:48:49 +00:00
os-specific/linux * Fix module installation. 2009-06-07 21:49:14 +00:00
servers gpsd: Fix client programs. 2009-06-01 00:03:08 +00:00
shells * Another sync with the trunk. 2009-04-23 11:59:43 +00:00
stdenv * Allow the user to install stdenv (nix-env -i stdenv) and get all the 2009-04-25 14:08:29 +00:00
test Add a new way to handle option sets. 2008-08-05 17:16:35 +00:00
tools * libX11 dep MCRL2 2009-06-07 16:17:49 +00:00
top-level svn path=/nixpkgs/trunk/; revision=15891 2009-06-08 22:04:03 +00:00