gst-python: align attrname with pkgname

This commit is contained in:
Bjørn Forsman
2017-02-26 20:30:00 +01:00
committed by Robin Gloster
parent eb073e9cd9
commit 9e21b2c5e9
6 changed files with 12 additions and 12 deletions

View File

@@ -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 ];