gst-plugins-base: align attrname with pkgname
This commit is contained in:
committed by
Robin Gloster
parent
c49533a494
commit
3d104ab2b3
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
readline libsndfile udev libical
|
||||
# Disables GStreamer; not clear what it gains us other than a
|
||||
# zillion extra dependencies.
|
||||
# gstreamer gst_plugins_base
|
||||
# gstreamer gst-plugins-base
|
||||
];
|
||||
|
||||
outputs = [ "out" "dev" "test" ];
|
||||
|
||||
@@ -22,7 +22,7 @@ in stdenv.mkDerivation rec {
|
||||
readline libsndfile udev libical
|
||||
# Disables GStreamer; not clear what it gains us other than a
|
||||
# zillion extra dependencies.
|
||||
# gstreamer gst_plugins_base
|
||||
# gstreamer gst-plugins-base
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
||||
@@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
|
||||
readline libsndfile
|
||||
# Disables GStreamer; not clear what it gains us other than a
|
||||
# zillion extra dependencies.
|
||||
# gstreamer gst_plugins_base
|
||||
# gstreamer gst-plugins-base
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
|
||||
Reference in New Issue
Block a user