burp: updates to match the coding conventions

This commit is contained in:
Daniel Frank 2015-11-04 19:22:39 +01:00
parent 97e6595752
commit 0d18edd645
2 changed files with 8 additions and 24 deletions

View File

@ -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";
@ -26,8 +20,6 @@ stdenv.mkDerivation rec {
"--sbindir=$out/bin"
];
#installPhase = ''make install'';
meta = with stdenv.lib; {
description = "BURP - BackUp and Restore Program";
homepage = http://burp.grke.org;

View File

@ -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";
@ -26,8 +20,6 @@ stdenv.mkDerivation rec {
"--sbindir=$out/bin"
];
#installPhase = ''make install'';
meta = with stdenv.lib; {
description = "BURP - BackUp and Restore Program";
homepage = http://burp.grke.org;