summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorDima <dgoldin+github@protonmail.ch>2019-09-21 16:54:35 +0200
committerDima <dgoldin+github@protonmail.ch>2019-10-13 11:39:26 +0200
commit10bfa40677d2e3b23b7b71b6c64b965d537bbb6b (patch)
tree06a1dd9c1e03052d9d68cc56dff35db48ddda329 /pkgs/top-level/aliases.nix
parentf772fe52c39518755d5acc224dd667ddac851083 (diff)
downloadnixpkgs-10bfa40677d2e3b23b7b71b6c64b965d537bbb6b.tar
nixpkgs-10bfa40677d2e3b23b7b71b6c64b965d537bbb6b.tar.gz
nixpkgs-10bfa40677d2e3b23b7b71b6c64b965d537bbb6b.tar.bz2
nixpkgs-10bfa40677d2e3b23b7b71b6c64b965d537bbb6b.tar.lz
nixpkgs-10bfa40677d2e3b23b7b71b6c64b965d537bbb6b.tar.xz
nixpkgs-10bfa40677d2e3b23b7b71b6c64b965d537bbb6b.tar.zst
nixpkgs-10bfa40677d2e3b23b7b71b6c64b965d537bbb6b.zip
testdisk: deduplicating testdisk/photorec
Testdisk/Photorec has been packaged twice. This deduplicates
the packages by consolidating the packages into one and throwing
an error upon use of the outdated package.

this also adds qphotorec, which was previously not built and ensures
it's wrapped correctly.

Please note that I took the liberty to merge the maintainers lists.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index d2d438cf099..97d15e82f2a 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -364,6 +364,7 @@ mapAliases ({
   terraform-provider-libvirt = terraform-providers.libvirt; # added 2018-09-28
   terraform-provider-nixos = terraform-providers.nixos; # added 2018-09-28
   tesseract_4 = tesseract4; # added 2018-12-19
+  testdisk-photorec = throw "This package was a duplicate, please use testdisk or testdisk-qt instead"; # added 2019-10-13
   tex-gyre-bonum-math = tex-gyre-math.bonum; # added 2018-04-03
   tex-gyre-pagella-math = tex-gyre-math.pagella; # added 2018-04-03
   tex-gyre-schola-math = tex-gyre-math.schola; # added 2018-04-03