mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 09:39:15 +00:00
Filter sources
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
}:
|
||||
{
|
||||
name,
|
||||
src,
|
||||
nativeBuildInputs ? [ ],
|
||||
encoder ? "enc",
|
||||
decoder ? "dec",
|
||||
@@ -16,7 +15,7 @@ stdenv.mkDerivation (
|
||||
final:
|
||||
args
|
||||
// {
|
||||
inherit name src;
|
||||
inherit name;
|
||||
nativeBuildInputs = [ pkgs.emscripten ] ++ nativeBuildInputs;
|
||||
buildPhase = ''
|
||||
export HOME=$TMPDIR
|
||||
|
||||
Reference in New Issue
Block a user