primusLib: remove with lib
This commit is contained in:
parent
e9853d468b
commit
92e2b47cb6
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user