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 homepage = https://github.com/andreafrancia/trash-cli; 36 description = "Command line tool for the desktop trash can"; 37 maintainers = [ maintainers.rycee ]; 38 license = licenses.gpl2; 39 }; 40 }
··· 35 homepage = https://github.com/andreafrancia/trash-cli; 36 description = "Command line tool for the desktop trash can"; 37 maintainers = [ maintainers.rycee ]; 38 + platforms = platforms.all; 39 license = licenses.gpl2; 40 }; 41 }