gst-plugins-good: align attrname with pkgname

This commit is contained in:
Bjørn Forsman
2017-02-27 12:16:26 +01:00
committed by Robin Gloster
parent 4b2c7fe3d1
commit 0591cd607b
11 changed files with 24 additions and 23 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, intltool, openssl, curl, libnotify, gstreamer,
gst_plugins_base, gst_plugins_good, gnome3, makeWrapper, aria2 ? null }:
gst_plugins_base, gst-plugins-good, gnome3, makeWrapper, aria2 ? null }:
stdenv.mkDerivation rec {
name = "uget-${version}";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig intltool makeWrapper ];
buildInputs = [
openssl curl libnotify gstreamer gst_plugins_base gst_plugins_good
openssl curl libnotify gstreamer gst_plugins_base gst-plugins-good
gnome3.gtk gnome3.dconf
]
++ (stdenv.lib.optional (aria2 != null) aria2);