summary refs log tree commit diff
path: root/pkgs/tools/archivers/unp/default.nix
Commit message (Collapse)AuthorAge
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: use dontConfigureworldofpeace2019-07-01
|
* unp: remove unfree unrar from the default backend listProfpatsch2019-06-24
| | | | | | | | | | | `unrar` is unfree, meaning `unp` cannot be built by default if `unrar` is in its dependencies. A simple env NIXPKGS_ALLOW_UNFREE=1 nix-shell -p unrar will make `unp` work with .rar files.
* unp: improve file copying & fix manpageProfpatsch2019-06-24
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* unp: init at 2.0-pre7timor2018-03-08