tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
trash-cli: add `platforms` field
Robert Helgesson
9 years ago
f16da199
964ff5cc
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
trash-cli
default.nix
+1
pkgs/tools/misc/trash-cli/default.nix
···
35
35
homepage = https://github.com/andreafrancia/trash-cli;
36
36
description = "Command line tool for the desktop trash can";
37
37
maintainers = [ maintainers.rycee ];
38
38
+
platforms = platforms.all;
38
39
license = licenses.gpl2;
39
40
};
40
41
}