types.h -> types.patch

This commit is contained in:
Eelco Dolstra 2013-01-28 17:27:14 +01:00
parent c8aed4202d
commit dbedbdc939
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha1 = "291e8bd9d615cf3d27e4000117c81a3602484a50";
};
patches = [ ./types.h ];
patches = [ ./types.patch ];
buildInputs = [ libuuid ];