summary refs log tree commit diff
path: root/pkgs/tools/system/dd_rescue/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/dd_rescue/default.nix')
-rw-r--r--pkgs/tools/system/dd_rescue/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/dd_rescue/default.nix b/pkgs/tools/system/dd_rescue/default.nix
index d90b5d1d2f0..a6bbb48ecb2 100644
--- a/pkgs/tools/system/dd_rescue/default.nix
+++ b/pkgs/tools/system/dd_rescue/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "A tool to copy data from a damaged block device";
     maintainers = with maintainers; [ raskin iElectric ];
-    platforms = with platforms; linux;
+    platforms = platforms.linux;
     downloadPage = "http://www.garloff.de/kurt/linux/ddrescue/";
     inherit version;
     updateWalker = true;