summary refs log tree commit diff
path: root/pkgs/servers/gpm
Commit message (Collapse)AuthorAge
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* gpm: patch to fix w/musl, good for general useWill Dietz2018-07-18
|
* treewide: use more HTTPS URLsRyan Mulligan2018-03-24
| | | | | | | | Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
* gpm: fixup build with glibc-2.26Vladimír Čunát2017-11-07
|
* gpm: allow cygwinDavid McFarland2017-06-26
|
* Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* switch hardening flagsRobin Gloster2016-01-30
|
* Use a hardened stdenv by defaultFranz Pletz2016-01-30
|
* gpm: RefactorWilliam A. Kennington III2015-04-30
|
* gpm: 1.20.6 -> 1.20.7William A. Kennington III2015-04-04
|
* Set some meta.platformsEelco Dolstra2015-03-20
| | | | Also fix meta.platform -> meta.platforms in a few places.
* 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