Adding a patch to cdrkit, for it to work with cmake 2.8.

I don't know how it could build ever with older cmake versions, because IMO
they lacked the patch I'm adding.

svn path=/nixpkgs/trunk/; revision=18903
This commit is contained in:
Lluís Batlle i Rossell
2009-12-11 15:36:24 +00:00
parent 9976583c97
commit f7fb372440
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
buildInputs = [cmake libcap zlib bzip2];
patches = [ ./include-path.patch ];
postInstall = ''
# file name compatibility with the old cdrecord (growisofs wants this name)
ln -s $out/bin/genisoimage $out/bin/mkisofs