tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lxc: 2.1.0 -> 2.1.1
Franz Pletz
8 years ago
c92c2fe7
5e58708c
+2
-8
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
lxc
default.nix
+2
-8
pkgs/os-specific/linux/lxc/default.nix
···
12
12
with stdenv.lib;
13
13
stdenv.mkDerivation rec {
14
14
name = "lxc-${version}";
15
15
-
version = "2.1.0";
15
15
+
version = "2.1.1";
16
16
17
17
src = fetchurl {
18
18
url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz";
19
19
-
sha256 = "1qld0gi19mximxm0qyr6vzav32gymhc7fvp0bzwv37j0b8q0fi1r";
19
19
+
sha256 = "1xpghrinxhm2072fwmn42pxhjwh7qx6cbsipw4s6g38a8mkklrk8";
20
20
};
21
21
22
22
nativeBuildInputs = [
···
29
29
30
30
patches = [
31
31
./support-db2x.patch
32
32
-
# Fix build error against glibc 2.26
33
33
-
(fetchpatch {
34
34
-
url = "https://github.com/lxc/lxc/commit/"
35
35
-
+ "180c477a326ce85632249ff16990e8c29db1b6fa.patch";
36
36
-
sha256 = "05jkiiixxk9ibj1fwzmy56rkkign28bd9mrmgiz12g92r2qahm2z";
37
37
-
})
38
32
];
39
33
40
34
postPatch = ''