mozlz4a: remove alias

This commit is contained in:
Sandro Jäckel
2021-07-28 12:56:25 +02:00
parent 23ea64cd81
commit ff42213e2d
+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";