gst-plugins-base: align attrname with pkgname
This commit is contained in:
committed by
Robin Gloster
parent
c49533a494
commit
3d104ab2b3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user