testdisk: Add to channel
This commit is contained in:
parent
b2e912fd8d
commit
20301af497
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "testdisk-6.13";
|
name = "testdisk-6.13";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.cgsecurity.org/testdisk-6.13.tar.bz2;
|
url = http://www.cgsecurity.org/testdisk-6.13.tar.bz2;
|
||||||
sha256 = "087jrn41z3ymf1b6njl2bg99pr79v8l1f63f7rn5ni69vz6mq9s8";
|
sha256 = "087jrn41z3ymf1b6njl2bg99pr79v8l1f63f7rn5ni69vz6mq9s8";
|
||||||
@ -13,6 +13,8 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.cgsecurity.org/wiki/TestDisk;
|
homepage = http://www.cgsecurity.org/wiki/TestDisk;
|
||||||
license = "GPLv2+";
|
license = "GPLv2+";
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
TestDisk is a program for data recovery, primarily designed to
|
TestDisk is a program for data recovery, primarily designed to
|
||||||
help recover lost partitions and/or make non-booting disks
|
help recover lost partitions and/or make non-booting disks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user