mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
phonon_backend_vlc: fix build by adding pkgconfig
Commented on 86f7aec950 (commitcomment-5111284)
This commit is contained in:
parent
9878037603
commit
03c9791e0a
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, xz, qt4, vlc, automoc4, cmake, phonon }:
|
||||
{ stdenv, fetchurl, xz, qt4, vlc, automoc4, cmake, pkgconfig, phonon }:
|
||||
|
||||
let
|
||||
pname = "phonon-backend-vlc";
|
||||
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "1rhzc3d188l6ygxgfxwikscj71pyy0nchzikvkkq465r9ajavdgd";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake automoc4 xz ];
|
||||
nativeBuildInputs = [ cmake pkgconfig automoc4 xz ];
|
||||
|
||||
buildInputs = [ qt4 vlc_ phonon ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user