gstreamermm.updateScript: correct attribute path
This commit is contained in:
parent
ca2d815d58
commit
6e98463923
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = "gst_all_1.gstreamermm";
|
||||
attrPath = "gst_all_1.gstreamermm";
|
||||
packageName = "gstreamermm";
|
||||
versionPolicy = "odd-unstable";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue