about summary refs log tree commit diff
path: root/pkgs/tools/backup/burp
diff options
context:
space:
mode:
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";