pkgs/tools/compression: remove dead code

This commit is contained in:
figsoda 2023-07-25 10:00:01 -04:00
parent d80e764433
commit 0f00e2f1cf
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, cmake }:
{ lib, stdenv, fetchFromGitHub, cmake }:
stdenv.mkDerivation rec {
pname = "zopfli";

View file

@ -1,7 +1,6 @@
{ lib, stdenv, fetchFromGitHub, cmake, bash, gnugrep
, fixDarwinDylibNames
, file
, fetchpatch
, legacySupport ? false
, static ? stdenv.hostPlatform.isStatic
# these need to be ran on the host, thus disable when cross-compiling