Merge pull request #131799 from SuperSandro2000/aliases

mozlz4a: remove alias
This commit is contained in:
Sandro
2021-07-28 11:28:27 +00:00
committed by GitHub
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
chmod a+x "$out/bin/mozlz4a"
'';
buildInputs = [ python3 python3.pkgs.python-lz4 ];
buildInputs = [ python3 python3.pkgs.lz4 ];
meta = {
description = "A script to handle Mozilla's mozlz4 files";