mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Adding symlinks for cdrkit, to be similar to the cdrtools.
svn path=/nixpkgs/trunk/; revision=15203
This commit is contained in:
parent
01f309e2d4
commit
ea933bf894
@ -10,6 +10,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [cmake libcap zlib bzip2];
|
||||
|
||||
postInstall = ''
|
||||
# file name compatibility with the old cdrecord (growisofs wants this name)
|
||||
ln -s $out/bin/genisoimage $out/bin/mkisofs
|
||||
ln -s $out/bin/devdump $out/bin/cdrecord
|
||||
'';
|
||||
|
||||
makeFlags = "PREFIX=\$(out)";
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user