lvm2: 2.03.16 -> 2.03.17
https://github.com/lvmteam/lvm2/blob/v2_03_17/WHATS_NEW
This commit is contained in:
parent
3454a6b4e4
commit
9b056912e0
@ -1,4 +1,4 @@
|
||||
import ./common.nix {
|
||||
version = "2.03.16";
|
||||
hash = "sha256-5mHs4VtdiNir45pMHh2y9D4YlvAZlIu5iw4V13doB4Y=";
|
||||
version = "2.03.17";
|
||||
hash = "sha256-cobPqWUYKMWJOJUJVGMzuNqWXfqEoaTIqz5oGkf6uuc=";
|
||||
}
|
||||
|
@ -56,6 +56,7 @@ stdenv.mkDerivation rec {
|
||||
"--bindir=${placeholder "bin"}/bin"
|
||||
"--sbindir=${placeholder "bin"}/bin"
|
||||
"--libdir=${placeholder "lib"}/lib"
|
||||
"--with-libexecdir=${placeholder "lib"}/libexec"
|
||||
] ++ lib.optional enableCmdlib "--enable-cmdlib"
|
||||
++ lib.optionals enableDmeventd [
|
||||
"--enable-dmeventd"
|
||||
|
Loading…
Reference in New Issue
Block a user