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
commit c640d6bc3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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