Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

trash-cli: add `platforms` field

+1
+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 + platforms = platforms.all; 38 39 license = licenses.gpl2; 39 40 }; 40 41 }