1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

i3blocks: remove 'with lib;'

This commit is contained in:
Felix Buehler 2024-08-13 22:08:47 +02:00 committed by Valentin Gagarin
parent 4a22744d12
commit 99836b76af

View file

@ -1,7 +1,5 @@
{ fetchFromGitHub, fetchpatch, lib, stdenv, autoreconfHook, pkg-config }:
with lib;
stdenv.mkDerivation {
pname = "i3blocks";
version = "1.5";
@ -24,7 +22,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [ autoreconfHook pkg-config ];
meta = {
meta = with lib; {
description = "Flexible scheduler for your i3bar blocks";
mainProgram = "i3blocks";
homepage = "https://github.com/vivien/i3blocks";