gst-plugins-base: 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 c49533a494
commit 3d104ab2b3
40 changed files with 88 additions and 87 deletions
@@ -69335,7 +69335,7 @@ self: {
"gi-gstaudio" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-glib
, gi-gobject, gi-gst, gi-gstbase, gobjectIntrospection
, gst_plugins_base, haskell-gi, haskell-gi-base, text, transformers
, gst-plugins-base, haskell-gi, haskell-gi-base, text, transformers
}:
mkDerivation {
pname = "gi-gstaudio";
@@ -69347,18 +69347,18 @@ self: {
haskell-gi haskell-gi-base text transformers
];
librarySystemDepends = [ gobjectIntrospection ];
libraryPkgconfigDepends = [ gst_plugins_base ];
libraryPkgconfigDepends = [ gst-plugins-base ];
doHaddock = false;
homepage = "https://github.com/haskell-gi/haskell-gi";
description = "GStreamerAudio bindings";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) gobjectIntrospection;
gst_plugins_base = pkgs.gst_all_1.gst-plugins-base;};
gst-plugins-base = pkgs.gst_all_1.gst-plugins-base;};
"gi-gstbase" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-glib
, gi-gobject, gi-gst, gobjectIntrospection, gst_plugins_base
, gi-gobject, gi-gst, gobjectIntrospection, gst-plugins-base
, haskell-gi, haskell-gi-base, text, transformers
}:
mkDerivation {
@@ -69371,19 +69371,19 @@ self: {
haskell-gi-base text transformers
];
librarySystemDepends = [ gobjectIntrospection ];
libraryPkgconfigDepends = [ gst_plugins_base ];
libraryPkgconfigDepends = [ gst-plugins-base ];
doHaddock = false;
homepage = "https://github.com/haskell-gi/haskell-gi";
description = "GStreamerBase bindings";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) gobjectIntrospection;
gst_plugins_base = pkgs.gst_all_1.gst-plugins-base;};
gst-plugins-base = pkgs.gst_all_1.gst-plugins-base;};
"gi-gstvideo" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-glib
, gi-gobject, gi-gst, gi-gstbase, gobjectIntrospection
, gst_plugins_base, haskell-gi, haskell-gi-base, text, transformers
, gst-plugins-base, haskell-gi, haskell-gi-base, text, transformers
}:
mkDerivation {
pname = "gi-gstvideo";
@@ -69395,14 +69395,14 @@ self: {
haskell-gi haskell-gi-base text transformers
];
librarySystemDepends = [ gobjectIntrospection ];
libraryPkgconfigDepends = [ gst_plugins_base ];
libraryPkgconfigDepends = [ gst-plugins-base ];
doHaddock = false;
homepage = "https://github.com/haskell-gi/haskell-gi";
description = "GStreamerVideo bindings";
license = stdenv.lib.licenses.lgpl21;
hydraPlatforms = stdenv.lib.platforms.none;
}) {inherit (pkgs) gobjectIntrospection;
gst_plugins_base = pkgs.gst_all_1.gst-plugins-base;};
gst-plugins-base = pkgs.gst_all_1.gst-plugins-base;};
"gi-gtk" = callPackage
({ mkDerivation, base, bytestring, Cabal, containers, gi-atk
@@ -76588,7 +76588,7 @@ self: {
"gstreamer" = callPackage
({ mkDerivation, array, base, bytestring, Cabal, directory, glib
, gst_plugins_base, gstreamer, gtk2hs-buildtools, mtl
, gst-plugins-base, gstreamer, gtk2hs-buildtools, mtl
}:
mkDerivation {
pname = "gstreamer";
@@ -76598,11 +76598,11 @@ self: {
libraryHaskellDepends = [
array base bytestring directory glib mtl
];
libraryPkgconfigDepends = [ gst_plugins_base gstreamer ];
libraryPkgconfigDepends = [ gst-plugins-base gstreamer ];
homepage = "http://projects.haskell.org/gtk2hs/";
description = "Binding to the GStreamer open source multimedia framework";
license = stdenv.lib.licenses.lgpl21;
}) {inherit (pkgs) gst_plugins_base; inherit (pkgs) gstreamer;};
}) {inherit (pkgs) gst-plugins-base; inherit (pkgs) gstreamer;};
"gt-tools" = callPackage
({ mkDerivation, base, containers, extensible-exceptions, haskeline