Files
lix/tests
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
..
2012-09-27 15:49:20 -04:00
2012-09-12 11:29:10 -04:00
2012-09-13 17:58:14 -04:00
2012-01-03 01:51:38 +00:00
2012-01-03 01:51:38 +00:00
2006-07-21 13:21:43 +00:00
2012-09-13 17:58:14 -04:00
2012-03-12 21:41:45 +01:00
2012-09-14 09:39:54 -04:00
2012-09-12 11:29:10 -04:00
2012-03-12 21:41:45 +01:00
2007-08-13 13:15:02 +00:00
2012-07-26 17:36:07 -04:00
2006-07-21 13:21:43 +00:00