Unverified Commit f165ce37 authored by Moritz 'e1mo' Fromm's avatar Moritz 'e1mo' Fromm
Browse files

molly-guard: Reduce closure size by stripping unneeded dependeicies

parent 3d566e18
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -11,10 +11,8 @@ stdenv.mkDerivation rec {

  buildInputs = [ dpkg ];

  sourceRoot = ".";

  unpackCmd = ''
    dpkg-deb -x "$src" .
    dpkg-deb -x "$src" source
  '';

  installPhase = ''