stabber: remove 'with lib;'

This commit is contained in:
Felix Buehler
2024-08-16 16:09:03 +02:00
committed by Valentin Gagarin
parent 259a3da588
commit 8936e3a0b4
+1 -4
View File
@@ -1,9 +1,6 @@
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, glib, expat
, libmicrohttpd, darwin
}:
with lib;
stdenv.mkDerivation {
pname = "stabber-unstable";
version = "2020-06-08";
@@ -28,7 +25,7 @@ stdenv.mkDerivation {
buildInputs = [ glib expat libmicrohttpd ] ++
lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
meta = {
meta = with lib; {
description = "Stubbed XMPP Server";
mainProgram = "stabber";
homepage = "https://github.com/profanity-im/stabber";