summary refs log tree commit diff
path: root/pkgs/servers/gpm
Commit message (Collapse)AuthorAge
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* Remove a bunch of unreferenced filesEelco Dolstra2012-11-29
| | | | Plus a small number of obsolete packages (like old versions of qemu).
* Making gpm generate proper files in $out/lib, that allow good cross-linking. ILluís Batlle i Rossell2010-11-29
| | | | | | | | had to do this to get the FB driver in links2 - it wants gpm to build, and without these changes, the "-lgpm" did not work. svn path=/nixpkgs/branches/stdenv-updates/; revision=24932
* Making gpm crossbuildLluís Batlle i Rossell2010-11-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24879
* * Fix the GPM URL.Eelco Dolstra2009-11-18
| | | | svn path=/nixpkgs/trunk/; revision=18413
* * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-18
| | | | | | | | | | | | `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
* FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2009-05-19
| | | | svn path=/nixpkgs/trunk/; revision=15662
* gpm updated to version 1.20.6 so it compiles on x86_64Marc Weber2009-02-25
| | | | svn path=/nixpkgs/trunk/; revision=14252
* Added general purpose mouse daemon.Michael Raskin2008-05-21
svn path=/nixpkgs/trunk/; revision=11873