about summary refs log tree commit diff
path: root/pkgs/servers/gpm
AgeCommit message (Collapse)AuthorFilesLines
2021-09-22gpm: pull upstream fix for -fno-common compilerSergei Trofimovich1-0/+5
Fixes build failure against upstream gcc (defaults -fno-common).
2021-07-26servers: replace name with pname&versionFelix Buehler1-2/+3
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-01-26treewide: remove wkennington as maintainerJörg Thalheim1-1/+1
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.
2018-07-18gpm: patch to fix w/musl, good for general useWill Dietz1-2/+17
2018-03-24treewide: use more HTTPS URLsRyan Mulligan1-2/+2
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.
2017-11-07gpm: fixup build with glibc-2.26Vladimír Čunát1-0/+5
2017-06-26gpm: allow cygwinDavid McFarland1-1/+1
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
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
2016-01-30switch hardening flagsRobin Gloster1-1/+1
2016-01-30Use a hardened stdenv by defaultFranz Pletz1-0/+2
2015-04-30gpm: RefactorWilliam A. Kennington III1-12/+14
2015-04-04gpm: 1.20.6 -> 1.20.7William A. Kennington III1-9/+13
2015-03-20Set some meta.platformsEelco Dolstra1-1/+3
Also fix meta.platform -> meta.platforms in a few places.
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-11-29Remove a bunch of unreferenced filesEelco Dolstra1-23/+0
Plus a small number of obsolete packages (like old versions of qemu).
2010-11-29Making gpm generate proper files in $out/lib, that allow good cross-linking. ILluís Batlle i Rossell1-1/+10
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
2010-11-26Making gpm crossbuildLluís Batlle i Rossell1-1/+2
svn path=/nixpkgs/branches/stdenv-updates/; revision=24879
2009-11-18* Fix the GPM URL.Eelco Dolstra1-5/+6
svn path=/nixpkgs/trunk/; revision=18413
2009-11-18* Removed selectVersion. There's no good reason to writeEelco Dolstra2-22/+21
`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-05-19FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2-2/+2
svn path=/nixpkgs/trunk/; revision=15662
2009-02-25gpm updated to version 1.20.6 so it compiles on x86_64Marc Weber1-2/+2
svn path=/nixpkgs/trunk/; revision=14252
2008-05-21Added general purpose mouse daemon.Michael Raskin2-0/+45
svn path=/nixpkgs/trunk/; revision=11873