mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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
@ -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 New Issue
Block a user