summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/sorcer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/sorcer/default.nix')
-rw-r--r--pkgs/applications/audio/sorcer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/sorcer/default.nix b/pkgs/applications/audio/sorcer/default.nix
index ad5f8fda1a99..03c19a0db2a3 100644
--- a/pkgs/applications/audio/sorcer/default.nix
+++ b/pkgs/applications/audio/sorcer/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub , boost, cairomm, cmake, libsndfile, lv2, ntk, pkgconfig, python }:
+{ stdenv, fetchFromGitHub , boost, cairomm, cmake, libsndfile, lv2, ntk, pkg-config, python }:
stdenv.mkDerivation rec {
pname = "sorcer";
@@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "1x7pi77nal10717l02qpnhrx6d7w5nqrljkn9zx5w7gpb8fpb3vp";
};
- nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ boost cairomm cmake libsndfile lv2 ntk python ];
+ nativeBuildInputs = [ cmake pkg-config ];
+ buildInputs = [ boost cairomm libsndfile lv2 ntk python ];
postPatch = ''
# Fix build with lv2 1.18: https://github.com/brummer10/guitarix/commit/c0334c72