summary refs log tree commit diff
path: root/pkgs/os-specific/linux/procps-ng/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-03-18procps-ng: cleanup, format, remove ? null from inputsSandro Jäckel1-18/+24
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-12-02procps-ng: apply sanity check patch of SC_ARG_MAXEdward Tjörnhammar1-1/+9
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-30procps: 3.3.15 -> 3.3.16R. RyanTM1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-08procps: lower priority to solve collisions with coreutilsrnhmjoj1-1/+1
2018-08-30procps(-ng): drop the bootstrapping hackVladimír Čunát1-6/+2
On master/staging the bootstrap mistake has been fixed, and it no longer pulls procps, so such a hack isn't required.
2018-07-27procps: enable systemd support when availableAlexey Lebedeff1-2/+14
`ps` can show various systemd-related information, like a unit to which a process belongs. But when it's not compiled it, it shows only '?' in such fields. Can be tested with: ps -o unit= ax
2018-07-09procps: clarify compatibilityMatthew Bauer1-4/+10
2018-07-09watch: removeMatthew Bauer1-2/+8
This can be built in the procps-ng/default.nix expression.
2018-06-01procps-ng: 3.3.14 -> 3.3.15 (#41324)xeji1-2/+2
https://nvd.nist.gov/vuln/detail/CVE-2018-1124 Closes #41082
2018-04-26procps-ng: Use official release tarballs, fix version.Will Dietz1-10/+5
Also no need to re-generate config bits, which is good since we encountered an error when trying to do so. Fixes #39538.
2018-04-19procps-ng: switch URL style to (hopefully) fix problems with hashWill Dietz1-6/+4
See: https://github.com/NixOS/nixpkgs/issues/39154 Not sure why we're seeing that behavior re:fetchFromGitLab, but for now use a likely-to-be-stable URL instead. Fixes #39154. (although the issue warrants some additional investigation IMO)
2018-04-19procps-ng: 3.3.13 -> 3.3.14Will Dietz1-17/+3
* patches were from upstream, merged in this update \o/ * "addressses" incorrect hash by moving to latest version
2018-04-05procps-ng: 3.3.12 -> 3.3.13Will Dietz1-3/+17
https://gitlab.com/procps-ng/procps/tags/v3.3.13 Patch to fix new version w/musl.
2018-03-24procps-ng: took maintainershipEric Wolf1-0/+1
2018-03-24procps-ng: updated project locationEric Wolf1-5/+14
- use the real project location and not some sf.net mirror - the meta attribute shouldn't point users to a website cluttered with ads (sf.net) where they probably just follow the link to the real project location - adapted the build to the new archive
2018-01-22procps: Enable cross-compilationBen Gamari1-1/+4
2017-08-22treewide: homepage URL fixes (#28475)Matthew Justin Bauer1-1/+1
* pgadmin: use https homepage * msn-pecan: move homepage to github google code is now unavailable * pidgin-latex: use https for homepage * pidgin-opensteamworks: use github for homepage google code is unavailable * putty: use https for homepage * ponylang: use https for homepage * picolisp: use https for homepage * phonon: use https for homepage * pugixml: use https for homepage * pioneer: use https for homepage * packer: use https for homepage * pokerth: usee https for homepage * procps-ng: use https for homepage * pycaml: use https for homepage * proot: move homepage to .github.io * pius: use https for homepage * pdfread: use https for homepage * postgresql: use https for homepage * ponysay: move homepage to new site * prometheus: use https for homepage * powerdns: use https for homepage * pm-utils: use https for homepage * patchelf: move homepage to https * tesseract: move homepage to github * quodlibet: move homepage from google code * jbrout: move homepage from google code * eiskaltdcpp: move homepage to github * nodejs: use https to homepage * nix: use https for homepage * pdf2djvu: move homepage from google code * game-music-emu: move homepage from google code * vacuum: move homepae from google code
2017-06-28Merge accepted cross compilation PRs into stagingJohn Ericson1-4/+0
2017-06-28propcps: Rely on cc-wrapper to export this env varhsloan1-4/+0
2017-06-26procps-ng: allow cygwinDavid McFarland1-1/+1
2017-04-11procps: 3.3.11 -> 3.3.12Tuomas Tynkkynen1-4/+5
2015-08-18procps-ng: 3.3.10 -> 3.3.11William A. Kennington III1-3/+3
2015-06-19Revert "procps-ng: Refactor a bit"Eelco Dolstra1-18/+10
This reverts commit dceff137e107fdbcf13b0d645be48e3cc4256d7f. It was described as a "refactoring", but actually made procps depend on systemd (which is a heavy dependency) and changed the name of the package.
2015-03-27procps-ng: Fix licenseWilliam A. Kennington III1-1/+1
2015-03-27procps-ng: Refactor a bitWilliam A. Kennington III1-8/+18
2014-10-22make top less redAristid Breitkreuz1-0/+3
2014-10-07procps: update from 3.3.9 to 3.3.10Aristid Breitkreuz1-3/+3
2014-03-16procps-ng: make it the default procps (name and attr)Vladimír Čunát1-1/+1
2013-12-16procps-ng: update from 3.3.6 to 3.3.9Nixpkgs Monitor1-3/+3
2013-01-23procps-ng: AddEelco Dolstra1-0/+26
This will replace procps eventually.