about summary refs log tree commit diff
path: root/pkgs/tools/system/gdmap/0.8.1.nix
AgeCommit message (Collapse)AuthorFilesLines
2010-07-29* composedArgsAndFun -> makeOverridable for consistency.Eelco Dolstra1-21/+0
* Rename a few single-version packages to "default.nix". svn path=/nixpkgs/trunk/; revision=22803
2009-11-18* Removed selectVersion. There's no good reason to writeEelco Dolstra1-1/+1
`selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra1-4/+2
Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
2008-11-04meta.function -> passthru.function, not killing other contents of passthruMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=13190
2008-08-19Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin1-2/+2
overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655
2008-06-16Added updated gdmapMichael Raskin1-0/+23
svn path=/nixpkgs/trunk/; revision=12115