tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
burp: updates to match the coding conventions
Daniel Frank
10 years ago
0d18edd6
97e65957
+8
-24
2 changed files
expand all
collapse all
unified
split
pkgs
tools
backup
burp
1.3.48.nix
default.nix
+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
-
}:
8
9
stdenv.mkDerivation rec {
10
name = "burp-1.3.48";
···
22
# acl relies on attr, which I can't get to build on darwin
23
++ stdenv.lib.optional (!stdenv.isDarwin) acl;
24
25
-
configureFlags = [
26
-
"--sbindir=$out/bin"
27
-
];
28
-
29
-
#installPhase = ''make install'';
30
31
meta = with stdenv.lib; {
32
description = "BURP - BackUp and Restore Program";
···
1
+
{ stdenv, fetchgit, acl, librsync_0_9, ncurses, openssl, zlib }:
0
0
0
0
0
0
2
3
stdenv.mkDerivation rec {
4
name = "burp-1.3.48";
···
16
# acl relies on attr, which I can't get to build on darwin
17
++ stdenv.lib.optional (!stdenv.isDarwin) acl;
18
19
+
configureFlags = [
20
+
"--sbindir=$out/bin"
21
+
];
0
0
22
23
meta = with stdenv.lib; {
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
-
}:
8
9
stdenv.mkDerivation rec {
10
name = "burp-1.4.40";
···
22
# acl relies on attr, which I can't get to build on darwin
23
++ stdenv.lib.optional (!stdenv.isDarwin) acl;
24
25
-
configureFlags = [
26
-
"--sbindir=$out/bin"
27
-
];
28
-
29
-
#installPhase = ''make install'';
30
31
meta = with stdenv.lib; {
32
description = "BURP - BackUp and Restore Program";
···
1
+
{ stdenv, fetchgit, acl, librsync, ncurses, openssl, zlib }:
0
0
0
0
0
0
2
3
stdenv.mkDerivation rec {
4
name = "burp-1.4.40";
···
16
# acl relies on attr, which I can't get to build on darwin
17
++ stdenv.lib.optional (!stdenv.isDarwin) acl;
18
19
+
configureFlags = [
20
+
"--sbindir=$out/bin"
21
+
];
0
0
22
23
meta = with stdenv.lib; {
24
description = "BURP - BackUp and Restore Program";