mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
librenms: remove fixed package name (#261395)
This commit is contained in:
parent
4e9480a9a9
commit
7cd0bd5cbb
@ -23,7 +23,6 @@
|
||||
let
|
||||
phpPackage = php82.withExtensions ({ enabled, all }: enabled ++ [ all.memcached ]);
|
||||
in phpPackage.buildComposerProject rec {
|
||||
name = pname + "-" + version;
|
||||
pname = "librenms";
|
||||
version = "23.9.1";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user