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:
parent
4a22744d12
commit
99836b76af
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue