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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user