about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/bin_replace_string
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/bin_replace_string')
-rw-r--r--pkgs/development/tools/misc/bin_replace_string/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/bin_replace_string/default.nix b/pkgs/development/tools/misc/bin_replace_string/default.nix
index 9e4b77c196e7..82a07d60f9a6 100644
--- a/pkgs/development/tools/misc/bin_replace_string/default.nix
+++ b/pkgs/development/tools/misc/bin_replace_string/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
     homepage = http://ohnopub.net/~ohnobinki/bin_replace_string/;
     downloadPage = ftp://ohnopub.net/mirror/;
     license = licenses.gpl3Plus;
-    platforms = with platforms; linux;
+    platforms = platforms.linux;
     maintainers = with maintainers; [ nckx ];
   };