summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/mellowplayer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/mellowplayer/default.nix')
-rw-r--r--pkgs/applications/audio/mellowplayer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/mellowplayer/default.nix b/pkgs/applications/audio/mellowplayer/default.nix
index 37c384967737..cddf1afd654a 100644
--- a/pkgs/applications/audio/mellowplayer/default.nix
+++ b/pkgs/applications/audio/mellowplayer/default.nix
@@ -3,7 +3,7 @@
, lib
, libnotify
, mkDerivation
-, pkgconfig
+, pkg-config
, qtbase
, qtdeclarative
, qtgraphicaleffects
@@ -23,7 +23,7 @@ mkDerivation rec {
sha256 = "1p0z8hkbxaxrqjmknjwxb0mpf3xdssik3m5cwrsv1881k1x2x5qs";
};
- nativeBuildInputs = [ cmake pkgconfig ];
+ nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [
libnotify