primusLib: remove with lib

This commit is contained in:
awwpotato 2025-04-18 20:18:28 -07:00
parent e9853d468b
commit 92e2b47cb6
No known key found for this signature in database

View File

@ -55,14 +55,14 @@ stdenv.mkDerivation {
passthru.glvnd = if nvidia_x11 != null && nvidia_x11.useGLVND then nvidia_x11 else null;
meta = with lib; {
meta = {
description = "Low-overhead client-side GPU offloading";
homepage = "https://github.com/amonakov/primus";
platforms = [
"i686-linux"
"x86_64-linux"
];
license = licenses.bsd2;
maintainers = with maintainers; [ abbradar ];
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ abbradar ];
};
}