mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
k9copy: fixed attributes to evaluate with current master
This commit is contained in:
parent
d51a81690c
commit
86dbc9b5e2
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchurl, cmake, automoc4, kf5, dvdauthor, xineLib, libmpeg2, libav,
|
||||
libdvdread, libdvdnav, dvdplusrwtools }:
|
||||
{ stdenv, fetchurl, cmake, automoc4, qt5, kf5, dvdauthor, xineLib, libmpeg2, libav,
|
||||
libdvdread, libdvdnav, dvdplusrwtools, phonon_qt5 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "3.0.3";
|
||||
|
@ -31,12 +31,12 @@ stdenv.mkDerivation rec {
|
|||
libdvdnav
|
||||
dvdplusrwtools
|
||||
automoc4
|
||||
phonon_qt5
|
||||
] ++ (with kf5; [
|
||||
extra-cmake-modules
|
||||
kio
|
||||
solid
|
||||
scope.Phonon4Qt5
|
||||
scope.Qt5X11Extras
|
||||
qt5.x11extras
|
||||
kiconthemes
|
||||
ki18n
|
||||
kdesu
|
||||
|
|
Loading…
Reference in a new issue