mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
glog: remove extra lib
This commit is contained in:
parent
662abd6a3c
commit
4759d5e60c
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,6 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
description = "Library for application-level logging";
|
description = "Library for application-level logging";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with lib.maintainers; [ nh2 r-burns ];
|
maintainers = with maintainers; [ nh2 r-burns ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue