hstr: add darwin support (#106798)

wip/yesman
Severyn Lisovskyi 4 years ago committed by GitHub
parent a7c6597772
commit a8d2b7b42e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/applications/misc/hstr/default.nix

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
description = "Shell history suggest box - easily view, navigate, search and use your command history";
license = stdenv.lib.licenses.asl20;
maintainers = [ stdenv.lib.maintainers.matthiasbeyer ];
platforms = with stdenv.lib.platforms; linux; # Cannot test others
platforms = with stdenv.lib.platforms; linux ++ darwin;
};
}

Loading…
Cancel
Save