glog: remove extra lib

This commit is contained in:
Sandro Jäckel 2021-11-11 14:47:03 +01:00
parent 662abd6a3c
commit 4759d5e60c
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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 ];
}; };
} }