burp: updates to match the coding conventions

+8 -24
+4 -12
pkgs/tools/backup/burp/1.3.48.nix
··· 1 - { stdenv, fetchgit, 2 - acl, 3 - librsync_0_9, 4 - ncurses, 5 - openssl, 6 - zlib 7 - }: 1 + { stdenv, fetchgit, acl, librsync_0_9, ncurses, openssl, zlib }: 8 2 9 3 stdenv.mkDerivation rec { 10 4 name = "burp-1.3.48"; ··· 22 16 # acl relies on attr, which I can't get to build on darwin 23 17 ++ stdenv.lib.optional (!stdenv.isDarwin) acl; 24 18 25 - configureFlags = [ 26 - "--sbindir=$out/bin" 27 - ]; 28 - 29 - #installPhase = ''make install''; 19 + configureFlags = [ 20 + "--sbindir=$out/bin" 21 + ]; 30 22 31 23 meta = with stdenv.lib; { 32 24 description = "BURP - BackUp and Restore Program";
+4 -12
pkgs/tools/backup/burp/default.nix
··· 1 - { stdenv, fetchgit, 2 - acl, 3 - librsync, 4 - ncurses, 5 - openssl, 6 - zlib 7 - }: 1 + { stdenv, fetchgit, acl, librsync, ncurses, openssl, zlib }: 8 2 9 3 stdenv.mkDerivation rec { 10 4 name = "burp-1.4.40"; ··· 22 16 # acl relies on attr, which I can't get to build on darwin 23 17 ++ stdenv.lib.optional (!stdenv.isDarwin) acl; 24 18 25 - configureFlags = [ 26 - "--sbindir=$out/bin" 27 - ]; 28 - 29 - #installPhase = ''make install''; 19 + configureFlags = [ 20 + "--sbindir=$out/bin" 21 + ]; 30 22 31 23 meta = with stdenv.lib; { 32 24 description = "BURP - BackUp and Restore Program";