Commit graph

16 commits

Author SHA1 Message Date
Fabian Affolter 2a78c51fc6 partclone: 0.3.11 -> 0.3.17 2021-07-05 22:01:55 +02:00
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Ryan Mulligan 0d5eb901ad treewide: http -> https 2018-06-23 04:34:55 -07:00
Emmanuel Rosa 8e52dc1028 partclone: add support for various filesystems
Adds support for ext2/3/4, fat, hfs+, minix, nilfs, ntfs, and xfs

Closes #39079
2018-04-17 12:11:09 -04:00
Vladimír Čunát ac677c7a01
partclone: 0.2.89 -> 0.3.11 (fixes CVE-2017-6596) 2017-11-11 13:30:18 +01:00
Robin Gloster eddc0a5549
treewide: fix darwin builds by using getOutput
This fixes eval for pkgs referring to optional static output
2016-08-25 08:44:20 +00:00
Franz Pletz df275f5b85 treewide: fix darwin builds by referring to stdenv's libc 2016-08-25 02:56:25 +02:00
Franz Pletz 6be25ae545 partclone: stable -> 0.2.89, cleanups 2016-08-24 21:31:02 +02:00
Matthias C. M. Troffaes 0d3db2477b partclone: fix build - requires automake and autoconf 2015-12-07 15:14:45 +00:00
Matthias C. M. Troffaes e8d97ef4f5 partclone: use fetchFromGitHub and fix sha256 2015-12-07 15:14:44 +00:00
Luca Bruno 6151349d07 partclone: fix download (ZHF) 2015-07-22 10:58:21 +02:00
Bjørn Forsman c9baba9212 Fix many package descriptions
(My OCD kicked in today...)

Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.

I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.

I've tried to stay away from generated expressions (and I think I
succeeded).

Some specifics worth mentioning:
 * cron, has "Vixie Cron" in its description. The "Vixie" part is not
   mentioned anywhere else. I kept it in a parenthesis at the end of the
   description.

 * ctags description started with "Exuberant Ctags ...", and the
   "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
   at the end of description.

 * nix has the description "The Nix Deployment System". Since that
   doesn't really say much what it is/does (especially after removing
   the package name!), I changed that to "Powerful package manager that
   makes package management reliable and reproducible" (borrowed from
   nixos.org).

 * Tons of "GNU Foo, Foo is a [the important bits]" descriptions
   is changed to just [the important bits]. If the package name doesn't
   contain GNU I don't think it's needed to say it in the description
   either.
2014-08-24 22:31:37 +02:00
Marc Weber 87a579dd53 partclone, partimage. both are used by clonezilla and drbl (which I haven't packaged yet) 2013-05-16 17:18:11 +02:00