mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
Install runtime executables for k3b.
This commit is contained in:
parent
4a56121d8e
commit
5722f4950a
@ -1,5 +1,6 @@
|
|||||||
{ stdenv, fetchurl, cmake, qt4, perl, shared_mime_info, libvorbis, taglib
|
{ stdenv, fetchurl, cmake, qt4, perl, shared_mime_info, libvorbis, taglib
|
||||||
, flac, libsamplerate, libdvdread, lame, libsndfile, libmad, gettext
|
, flac, libsamplerate, libdvdread, lame, libsndfile, libmad, gettext
|
||||||
|
, transcode, cdrdao, dvdplusrwtools, vcdimager
|
||||||
, kdelibs, kdemultimedia, automoc4, phonon, libkcddb ? null
|
, kdelibs, kdemultimedia, automoc4, phonon, libkcddb ? null
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -21,6 +22,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
# at runtime, k3b needs the executables cdrdao, cdrecord, dvd+rw-format,
|
||||||
|
# eMovix, growisofs, mkisofs, normalize, readcd, transcode, vcdxbuild,
|
||||||
|
# vcdxminfo, and vcdxrip
|
||||||
|
propagatedUserEnvPkgs = [ transcode dvdplusrwtools cdrdao vcdimager ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "CD/DVD Burning Application for KDE";
|
description = "CD/DVD Burning Application for KDE";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
Loading…
Reference in New Issue
Block a user