gnome3.gnome-nettool: correct typo

This commit is contained in:
worldofpeace 2019-06-01 15:54:03 -04:00
parent 4c37b4ae9c
commit 027ccb8344

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
passthru = { passthru = {
updateScript = gnome3.updateScript { updateScript = gnome3.updateScript {
packageName = pname; packageName = pname;
attrPath = "gnom3.gnome-nettool"; attrPath = "gnome3.${pname}";
versionPolicy = "none"; versionPolicy = "none";
}; };
}; };