about summary refs log tree commit diff
path: root/pkgs/servers/hbase/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/hbase/default.nix')
-rw-r--r--pkgs/servers/hbase/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/hbase/default.nix b/pkgs/servers/hbase/default.nix
index 5e1d8c85a3ff..09600082633d 100644
--- a/pkgs/servers/hbase/default.nix
+++ b/pkgs/servers/hbase/default.nix
@@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
     description = "A distributed, scalable, big data store";
     homepage = "https://hbase.apache.org";
     license = licenses.asl20;
-    platforms = stdenv.lib.platforms.linux;
+    platforms = lib.platforms.linux;
   };
 }