upgraded cryptsetup
svn path=/nixpkgs/trunk/; revision=30839
This commit is contained in:
parent
c561cbe8c8
commit
ba935dcbc0
@ -1,19 +1,13 @@
|
|||||||
{stdenv, fetchurl, libuuid, popt, devicemapper, udev }:
|
{stdenv, fetchurl, libuuid, popt, devicemapper, libgcrypt }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "cryptsetup-1.0.6";
|
name = "cryptsetup-1.4.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://cryptsetup.googlecode.com/files/cryptsetup-1.0.6.tar.bz2;
|
url = http://cryptsetup.googlecode.com/files/cryptsetup-1.4.1.tar.bz2;
|
||||||
sha256 = "df7fda80cfa01f063caf39140287a47d018dfe056fc71a3ba605e690ff0183fd";
|
sha256 = "82b143328c2b427ef2b89fb76c701d311c95b54093c21bbf22342f7b393bddcb";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = [ "--enable-libdevmapper" ];
|
buildInputs = [ libuuid popt devicemapper libgcrypt ];
|
||||||
|
|
||||||
patchPhase = ''
|
|
||||||
sed -i -e 's@/sbin/udevsettle@${udev}/sbin/udevadm settle@' lib/libdevmapper.c
|
|
||||||
'';
|
|
||||||
|
|
||||||
buildInputs = [ libuuid popt devicemapper ];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://code.google.com/p/cryptsetup/;
|
homepage = http://code.google.com/p/cryptsetup/;
|
||||||
|
Loading…
Reference in New Issue
Block a user