about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorchessai <chessai@users.noreply.github.com>2018-11-17 15:11:59 -0500
committerGitHub <noreply@github.com>2018-11-17 15:11:59 -0500
commit88eb07017fdec25b3747b04c455cdc2258171ef4 (patch)
tree61960918fb0b369589272a0feaccaff53582d494 /pkgs/tools
parent5b0f33a8abde7678e3b2bb9e76e46de61db0c30f (diff)
downloadnixlib-88eb07017fdec25b3747b04c455cdc2258171ef4.tar
nixlib-88eb07017fdec25b3747b04c455cdc2258171ef4.tar.gz
nixlib-88eb07017fdec25b3747b04c455cdc2258171ef4.tar.bz2
nixlib-88eb07017fdec25b3747b04c455cdc2258171ef4.tar.lz
nixlib-88eb07017fdec25b3747b04c455cdc2258171ef4.tar.xz
nixlib-88eb07017fdec25b3747b04c455cdc2258171ef4.tar.zst
nixlib-88eb07017fdec25b3747b04c455cdc2258171ef4.zip
remove unnecessary whitespace
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/openconnect_pa/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/networking/openconnect_pa/default.nix b/pkgs/tools/networking/openconnect_pa/default.nix
index 6b2499e36f72..d261e5717052 100644
--- a/pkgs/tools/networking/openconnect_pa/default.nix
+++ b/pkgs/tools/networking/openconnect_pa/default.nix
@@ -15,7 +15,6 @@ stdenv.mkDerivation rec {
     sha256 = "0ywacqs3nncr2gpjjcz2yc9c6v4ifjssh0vb07h0qff06whqhdax"; 
   };
 
-
   preConfigure = ''
       export PKG_CONFIG=${pkgconfig}/bin/pkg-config
       export LIBXML2_CFLAGS="-I ${libxml2.dev}/include/libxml2"