about summary refs log tree commit diff
path: root/pkgs/tools/misc/rmlint
AgeCommit message (Collapse)AuthorFilesLines
2021-04-09rmlint: darwin supportAndreas Schmid1-8/+19
by providing correct build flags. Also remove same sources of non-determinism. Thanks to @abathur. Signed-off-by: Andreas Schmid <service@aaschmid.de>
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-7/+7
2020-11-24utillinux: rename to util-linuxGraham Christensen1-3/+3
2020-06-17rmlint: fix running rmlint --guiFlorian Klink1-6/+47
rmlint has a `--gui` option which is writing a python "bootstrap" script in `/tmp`. It currently can't find its own python modules, as we don't prefix `PYTHONPATH` to point to it. Also, there's some other runtime dependencies, mostly due to using gtk from python(3), which also needs to be preprended to `PYTHONPATH`. The `rmlint` GUI components also execute `rmlint` again with `--version` to determine some features, for which we need to prefix `PATH` with `$out/bin`.
2020-06-15rmlint: 2.10.0 -> 2.10.1R. RyanTM1-2/+2
2020-06-06rmlint: 2.9.0 -> 2.10.0R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-28rmlint: 2.8.0 -> 2.9.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rmlint/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-23rmlint: fix build without patchJörg Thalheim2-24/+9
2018-12-23rmlint: 2.6.1 -> 2.8.0Pascal Bach2-7/+26
The recipe now uses the default scons build phases.
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-2/+2
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-21rmlint: 2.4.4 -> 2.6.1WilliButz1-7/+9
- version bump: 2.4.4 -> 2.6.1 - fetchurl -> fetchFromGitHub - hompage: http -> https
2016-06-05rmlint: 2.4.2 -> 2.4.4koral1-2/+2
2015-12-16rmlint: 2.4.1 -> 2.4.2koral1-2/+2
2015-11-08rmlint: 2.2.0 -> 2.4.1koral1-2/+2
2015-06-15rmlint: 2.1.0 -> 2.2.0 (closes #8268)koral1-2/+2
2015-05-09rmlint: 2.0.0 -> 2.1.0koral2-26/+2
2015-04-28Fixed some descriptionsPascal Wittmann1-1/+1
2015-01-28rmlint: 1.0.8 -> 2.0.0koral2-13/+42
2013-06-28rmlint: Install to /bin, not /usr/binBenjamin Cahill1-0/+5
2013-06-09rmlint: Remove unneeded dependencyBenjamin Cahill1-1/+1
2013-06-09Add rmlint, a tool for removing duplicate filesBenjamin Cahill1-0/+19