about summary refs log tree commit diff
path: root/pkgs/tools/text/namazu
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-15 20:21:58 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-01-16 17:58:11 +0700
commitbadf51221db8fae81bf9948c39eaf8342dfd5597 (patch)
tree34eeb35ca97f0b081da465e9ddd6c120a9d2b7df /pkgs/tools/text/namazu
parenta9bb54359eeedf2594fdf191de5b673fd1dd102d (diff)
downloadnixlib-badf51221db8fae81bf9948c39eaf8342dfd5597.tar
nixlib-badf51221db8fae81bf9948c39eaf8342dfd5597.tar.gz
nixlib-badf51221db8fae81bf9948c39eaf8342dfd5597.tar.bz2
nixlib-badf51221db8fae81bf9948c39eaf8342dfd5597.tar.lz
nixlib-badf51221db8fae81bf9948c39eaf8342dfd5597.tar.xz
nixlib-badf51221db8fae81bf9948c39eaf8342dfd5597.tar.zst
nixlib-badf51221db8fae81bf9948c39eaf8342dfd5597.zip
treewide: stdenv.lib -> lib
Diffstat (limited to 'pkgs/tools/text/namazu')
-rw-r--r--pkgs/tools/text/namazu/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/namazu/default.nix b/pkgs/tools/text/namazu/default.nix
index 84dba9962ab7..e5b3f59db8c1 100644
--- a/pkgs/tools/text/namazu/default.nix
+++ b/pkgs/tools/text/namazu/default.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
     license = lib.licenses.gpl2Plus;
     homepage = "http://namazu.org/";
 
-    platforms = lib.platforms.gnu ++ stdenv.lib.platforms.linux;  # arbitrary choice
+    platforms = lib.platforms.gnu ++ lib.platforms.linux;  # arbitrary choice
     maintainers = [ ];
     broken = true; # File-MMagic is not compatible with our Perl version
   };