Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-04-25 | * Cleaned up the semantics of Fix expressions. | Eelco Dolstra | 3 | -2/+38 | |
* Conditionals and variables in Fix expressions. This allows, e.g., Descr( [ Bind("pkgId", "subversion-0.21.0") , Bind("httpsClient", Bool(True)) , Bind("httpServer", Bool(True)) , Bind("ssl", If(Var("httpsClient"), Fix("./openssl-0.9.7b.fix"), "")) , Bind("httpd", If(Var("httpServer"), Fix("./httpd-2.0.45.fix"), "")) ... ]) which introduces domain feature variables httpsClient and httpServer (i.e., whether Subversion is built with https client and webdav server support); the values of the variables influences package dependencies and the build scripts. The next step is to allow that packages can express constraints on each other. E.g., StrategoXT is dependent on an ATerm library with the "gcc" variant enabled. In fact, this may cause several Nix instantiations to be created from a single Fix descriptor. If possible, Fix should try to find the least set of instantiations that obeys the constraints. | |||||
2003-04-23 | * Fix descriptors for Pan and its dependencies. | Eelco Dolstra | 7 | -51/+51 | |
2003-04-23 | * Fix descriptor for Subversion 0.21.0. | Eelco Dolstra | 1 | -7/+7 | |
2003-04-23 | * Add "... || exit 1" to every command to catch failure. | Eelco Dolstra | 1 | -7/+7 | |
2003-04-06 | * Delete source after building. | Eelco Dolstra | 8 | -0/+16 | |
2003-04-02 | * Importing and exporting of pre-built packages. | Eelco Dolstra | 1 | -0/+2 | |
2003-03-31 | * Nix descriptor for Subversion. | Eelco Dolstra | 1 | -0/+14 | |
2003-03-28 | * Don't fork in `nix run'. | Eelco Dolstra | 1 | -1/+4 | |
2003-03-28 | * Allow arguments to be passed to programs in `nix run'. | Eelco Dolstra | 1 | -1/+1 | |
2003-03-23 | * A descriptor for running the Pan newsreader. | Eelco Dolstra | 4 | -0/+50 | |
* Added descriptors for gtkspell and its support package pspell. Gtkspell is an optional dependency of Pan, so we should add the ability to nix-instantiate to instantiate variants of a package based on a selection of features. | |||||
2003-03-21 | * Added a command to list installed packages. | Eelco Dolstra | 1 | -1/+1 | |
2003-03-21 | * Fetch sources from the network. | Eelco Dolstra | 2 | -2/+2 | |
2003-03-21 | * Renamed dist -> build. | Eelco Dolstra | 8 | -0/+90 | |