notify-osd: align attrname with package name

This package was added yesterday, so I don't think we need to keep the
old attribute around for backwards compatibility.
This commit is contained in:
Bjørn Forsman 2014-09-24 18:07:11 +02:00
parent 38d57b4a94
commit b7672b0125

View File

@ -1764,7 +1764,7 @@ let
notbit = callPackage ../applications/networking/notbit { };
notify_osd = callPackage ../applications/misc/notify-osd { };
notify-osd = callPackage ../applications/misc/notify-osd { };
nox = callPackage ../tools/package-management/nox {
pythonPackages = python3Packages;