lix/src
Eelco Dolstra 95c74eae26 Allow dashes in identifiers
In Nixpkgs, the attribute in all-packages.nix corresponding to a
package is usually equal to the package name.  However, this doesn't
work if the package contains a dash, which is fairly common.  The
convention is to replace the dash with an underscore (e.g. "dbus-lib"
becomes "dbus_glib"), but that's annoying.  So now dashes are valid in
variable / attribute names, allowing you to write:

  dbus-glib = callPackage ../development/libraries/dbus-glib { };

and

  buildInputs = [ dbus-glib ];

Since we don't have a negation or subtraction operation in Nix, this
is unambiguous.
2012-09-27 15:49:20 -04:00
..
bin2c * Sync with the trunk. 2010-04-20 09:20:29 +00:00
boost * Install some headers in the right location. 2009-03-05 14:57:50 +00:00
bsdiff-4.3 Drop the externals directory 2012-03-18 23:54:57 +01:00
libexpr Allow dashes in identifiers 2012-09-27 15:49:20 -04:00
libmain Merge branch 'master' into no-manifests 2012-08-27 11:09:07 -04:00
libstore Make the store writable before creating /nix/store/.links 2012-09-25 16:30:08 -04:00
libutil Remove setting of the immutable bit 2012-09-19 16:17:54 -04:00
nix-env nix-env --delete-generations: Support --dry-run flag 2012-09-13 18:05:04 -04:00
nix-hash * Move parseHash16or32 into libutil, and use in nix-hash. 2011-12-02 11:47:06 +00:00
nix-instantiate Make "nix-instantiate -" interruptible 2012-08-28 11:47:26 -04:00
nix-log2xml * Emit warning='1' or error='1' attributes for lines marked as 2010-03-05 12:54:58 +00:00
nix-setuid-helper Templatise tokenizeString() 2012-09-19 15:43:23 -04:00
nix-store Merge branch 'master' into no-manifests 2012-08-27 11:09:07 -04:00
nix-worker Merge branch 'master' into no-manifests 2012-08-27 11:09:07 -04:00
Makefile.am * Drop the dependency on the ATerm library. 2010-04-19 14:51:58 +00:00