Loading pkgs/applications/networking/twingate/default.nix +12 −4 Original line number Diff line number Diff line Loading @@ -20,10 +20,18 @@ stdenv.mkDerivation rec { sha256 = "b308c422af8a33ecd58e21a10a72c353351a189df67006e38d1ec029a93d5678"; }; buildInputs = [ dbus curl libnl udev cryptsetup ]; nativeBuildInputs = [ dpkg autoPatchelfHook ]; unpackCmd = "mkdir root ; dpkg-deb -x $curSrc root"; buildInputs = [ dbus curl libnl udev cryptsetup ]; nativeBuildInputs = [ dpkg autoPatchelfHook ]; postPatch = '' while read file; do Loading Loading
pkgs/applications/networking/twingate/default.nix +12 −4 Original line number Diff line number Diff line Loading @@ -20,10 +20,18 @@ stdenv.mkDerivation rec { sha256 = "b308c422af8a33ecd58e21a10a72c353351a189df67006e38d1ec029a93d5678"; }; buildInputs = [ dbus curl libnl udev cryptsetup ]; nativeBuildInputs = [ dpkg autoPatchelfHook ]; unpackCmd = "mkdir root ; dpkg-deb -x $curSrc root"; buildInputs = [ dbus curl libnl udev cryptsetup ]; nativeBuildInputs = [ dpkg autoPatchelfHook ]; postPatch = '' while read file; do Loading