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:
parent
38d57b4a94
commit
b7672b0125
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue