summaryrefslogtreecommitdiffstats
path: root/pkgs/development
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2017-02-26 20:30:00 +0100
committerRobin Gloster <mail@glob.in>2017-02-27 12:16:26 +0100
commit9e21b2c5e99a76379d5993b88f2de645ab2a390c (patch)
treeab96460716fa93d99e1c808415d63704e0c404a7 /pkgs/development
parenteb073e9cd9c0a8b8d6f7f1901def14afc89341e3 (diff)
gst-python: align attrname with pkgname
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/farsight2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/farsight2/default.nix b/pkgs/development/libraries/farsight2/default.nix
index b7a17c82bebd..da6c799ae8b9 100644
--- a/pkgs/development/libraries/farsight2/default.nix
+++ b/pkgs/development/libraries/farsight2/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, libnice, pkgconfig, python2Packages, gstreamer, gst_plugins_base
-, gst_python, gupnp_igd }:
+, gst-python, gupnp_igd }:
let
inherit (python2Packages) python pygobject2;
@@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
sha256 = "16qz4x14rdycm4nrn5wx6k2y22fzrazsbmihrxdwafx9cyf23kjm";
};
- buildInputs = [ libnice python pygobject2 gst_python gupnp_igd ];
+ buildInputs = [ libnice python pygobject2 gst-python gupnp_igd ];
nativeBuildInputs = [ pkgconfig ];