Commit Graph

43 Commits

Author SHA1 Message Date
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Robert Helgesson
e0bf48e315 trash-cli: 0.22.8.27 -> 0.22.10.20 2022-10-24 11:54:52 +02:00
Robert Helgesson
a4537570ec trash-cli: 0.22.8.21 -> 0.22.8.27 2022-08-31 11:06:05 +02:00
Robert Helgesson
fcd137ae52 trash-cli: mark license as "GPL-2.0 and later" 2022-08-24 12:31:15 +02:00
Robert Helgesson
eb972be5d0 trash-cli: 0.22.4.16 -> 0.22.8.21 2022-08-24 12:31:15 +02:00
Robert Helgesson
27245956af trash-cli: 0.21.10.24 -> 0.22.4.16 2022-04-20 10:49:01 +02:00
Robert Helgesson
e6d69fa20e trash-cli: 0.21.7.24 -> 0.21.10.24 2021-10-31 09:52:36 +01:00
Robert Helgesson
b2ae6683e3 trash-cli: 0.21.7.23 -> 0.21.7.24 2021-07-28 22:31:44 +02:00
Robert Helgesson
953909341e trash-cli: 0.21.6.30 -> 0.21.7.23
Also add an installation check.
2021-07-23 22:57:13 +02:00
Robert Helgesson
e1bc891aec trash-cli: 0.21.6.10.1 -> 0.21.6.30 2021-07-07 00:11:12 +02:00
Robert Helgesson
c1ae14f2fc trash-cli: 0.21.5.22 -> 0.21.6.10.1 2021-06-20 09:40:04 +02:00
Robert Helgesson
cd8ba9f175 trash-cli: 0.21.5.11 -> 0.21.5.22 2021-05-23 13:45:23 +02:00
Robert Helgesson
226863905b trash-cli: 0.21.4.18 -> 0.21.5.11
Also use `pytestCheckHook`.
2021-05-15 19:43:39 +02:00
Sandro
75a24a5bc9
Merge pull request #121170 from samuelgrf/add-mainProgram-to-packages 2021-04-30 01:20:37 +02:00
Robert Helgesson
0586a566ff trash-cli: 0.20.12.26 -> 0.21.4.18 2021-04-29 22:24:09 +02:00
Samuel Gräfenstein
e64a451d96
trash-cli: add meta.mainProgram 2021-04-29 14:59:31 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Robert Helgesson
17136f61d5
trash-cli: 0.20.11.23 -> 0.20.12.26 2021-01-02 23:07:56 +01:00
Robert Helgesson
aeadb4c3f5
trash-cli: 0.20.11.7 -> 0.20.11.23 2020-11-23 22:03:13 +01:00
Frederik Rietdijk
da6239dab3 Merge #98541 into staging-next 2020-11-14 09:19:31 +01:00
Andrew Childs
70f3863540 trash-cli: remove reference to libSystem.dylib proxy on darwin 2020-11-12 16:57:19 +09:00
Robert Helgesson
14a6cf25db
trash-cli: 0.17.1.14 -> 0.20.11.7 2020-11-11 18:56:41 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk
46ec52f329 buildPython*: use pname 2020-03-30 17:07:41 +02:00
Jaka Hudoklin
f3cbe205fd
trash-cli: fix listing files over mount points (#76637) 2019-12-29 13:58:03 +01:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Timo Kaufmann
83dcf66186
trash-cli: fix build (#56818)
More fallout from enabling strictDeps in #55757. `buildInputs` are not
accessible from the check phase.
2019-03-04 14:52:33 +01:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Mitsuhiro Nakamura
3e766a56c4 trash-cli: enable darwin build 2018-06-12 00:42:25 +09:00
Matthew Bauer
c923e938a3 Revert "trash-cli: cleanup"
This reverts commit 3216cf6cdf.
2018-06-07 13:17:53 -04:00
Matthew Bauer
3216cf6cdf trash-cli: cleanup
Use wrapper instead of patch.
2018-05-03 01:57:54 -05:00
Robert Helgesson
4576e8dddd
trash-cli: fix build on Python 3.6 2017-06-03 00:37:48 +02:00
ndowens
477014fd6a
trash-cli: 0.12.9.14 -> 0.17.1.14 2017-03-03 21:08:54 +01:00
Robert Helgesson
f16da199e4 trash-cli: add platforms field 2016-05-22 16:06:06 +02:00
Vladimír Čunát
09af15654f Merge master into closure-size
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Frederik Rietdijk
4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
Vladimír Čunát
d039c87984 Merge branch 'master' into closure-size 2016-02-14 08:33:51 +01:00
Eelco Dolstra
aea262f654 Fix misspelled meta.maintainers attributes 2016-02-10 14:59:50 +01:00
Vladimír Čunát
3b9ef2c71b fix "libc}/lib" and similar references
Done mostly without any verification.
I didn't bother with libc}/include, as the path is still correct.
2015-05-05 11:52:08 +02:00
Shea Levy
05edd656f6 Missed gcc refs 2014-12-26 12:28:15 -05:00
Domen Kožar
d2e6891be9 trash-cli: assert we're on linux 2014-12-23 11:30:56 +01:00
Robert Helgesson
b017231a21 Add package 'trash-cli'. 2014-12-23 10:22:37 +01:00