treewide: remove empty let blocks

This commit is contained in:
Mario Rodas
2019-12-04 06:00:00 -05:00
parent 49c63e498c
commit e44d7c14f5
3 changed files with 3 additions and 7 deletions

View File

@@ -3,9 +3,7 @@
, gtk2, which, withGtk ? false
}:
let
in stdenv.mkDerivation rec {
stdenv.mkDerivation rec {
pname = "pktgen";
version = "3.7.2";