about summary refs log tree commit diff
path: root/pkgs/tools/backup/burp
diff options
context:
space:
mode:
authorDaniel Frank <git@danielfrank.net>2015-11-04 19:22:39 +0100
committerDaniel Frank <git@danielfrank.net>2015-11-04 19:22:39 +0100
commit0d18edd645e9197a8b60327cd79b18dbe337e5bb (patch)
treeda57d0dacc47278d23d516bddb90201963d3735d /pkgs/tools/backup/burp
parent97e65957526029bcd6e3c949508dbb4152ae2dc5 (diff)
burp: updates to match the coding conventions
Diffstat (limited to 'pkgs/tools/backup/burp')
-rw-r--r--pkgs/tools/backup/burp/1.3.48.nix16
-rw-r--r--pkgs/tools/backup/burp/default.nix16
2 files changed, 8 insertions, 24 deletions
diff --git a/pkgs/tools/backup/burp/1.3.48.nix b/pkgs/tools/backup/burp/1.3.48.nix
index f680b9826cf22..a3cef656bdbc0 100644
--- a/pkgs/tools/backup/burp/1.3.48.nix
+++ b/pkgs/tools/backup/burp/1.3.48.nix
@@ -1,10 +1,4 @@
-{ stdenv, fetchgit,
-	acl,
-	librsync_0_9,
-	ncurses,
-	openssl,
-	zlib
-}:
+{ stdenv, fetchgit, acl, librsync_0_9, ncurses, openssl, zlib }:
 
 stdenv.mkDerivation rec {
   name = "burp-1.3.48";
@@ -22,11 +16,9 @@ stdenv.mkDerivation rec {
     # acl relies on attr, which I can't get to build on darwin
     ++ stdenv.lib.optional (!stdenv.isDarwin) acl;
 
-    configureFlags = [ 
-      "--sbindir=$out/bin" 
-    ];
-
-  #installPhase = ''make install'';
+  configureFlags = [
+      "--sbindir=$out/bin"
+  ];
 
   meta = with stdenv.lib; {
     description = "BURP - BackUp and Restore Program";
diff --git a/pkgs/tools/backup/burp/default.nix b/pkgs/tools/backup/burp/default.nix
index a81a659eada4a..5dea4eba48959 100644
--- a/pkgs/tools/backup/burp/default.nix
+++ b/pkgs/tools/backup/burp/default.nix
@@ -1,10 +1,4 @@
-{ stdenv, fetchgit,
-	acl,
-	librsync,
-	ncurses,
-	openssl,
-	zlib
-}:
+{ stdenv, fetchgit, acl, librsync, ncurses, openssl, zlib }:
 
 stdenv.mkDerivation rec {
   name = "burp-1.4.40";
@@ -22,11 +16,9 @@ stdenv.mkDerivation rec {
     # acl relies on attr, which I can't get to build on darwin
     ++ stdenv.lib.optional (!stdenv.isDarwin) acl;
 
-    configureFlags = [ 
-      "--sbindir=$out/bin" 
-    ];
-
-  #installPhase = ''make install'';
+  configureFlags = [
+    "--sbindir=$out/bin"
+  ];
 
   meta = with stdenv.lib; {
     description = "BURP - BackUp and Restore Program";