stabber: remove 'with lib;'
This commit is contained in:
committed by
Valentin Gagarin
parent
259a3da588
commit
8936e3a0b4
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user