Merge pull request #217740 from e1mo/molly-guard-less-deps

molly-guard: Reduce closure size by stripping unneeded dependeicies
This commit is contained in:
Nick Cao 2023-02-24 10:22:41 +08:00 committed by GitHub
commit 26483df579
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,10 +11,8 @@ stdenv.mkDerivation rec {
buildInputs = [ dpkg ];
sourceRoot = ".";
unpackCmd = ''
dpkg-deb -x "$src" .
dpkg-deb -x "$src" source
'';
installPhase = ''