mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
testdisk: Add to channel
This commit is contained in:
parent
b2e912fd8d
commit
20301af497
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
name = "testdisk-6.13";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.cgsecurity.org/testdisk-6.13.tar.bz2;
|
||||
sha256 = "087jrn41z3ymf1b6njl2bg99pr79v8l1f63f7rn5ni69vz6mq9s8";
|
||||
|
@ -13,6 +13,8 @@ stdenv.mkDerivation {
|
|||
meta = {
|
||||
homepage = http://www.cgsecurity.org/wiki/TestDisk;
|
||||
license = "GPLv2+";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||
longDescription = ''
|
||||
TestDisk is a program for data recovery, primarily designed to
|
||||
help recover lost partitions and/or make non-booting disks
|
||||
|
|
Loading…
Reference in a new issue