mozlz4a: remove alias

This commit is contained in:
Sandro Jäckel 2021-07-28 12:56:25 +02:00
parent 23ea64cd81
commit ff42213e2d
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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";