Merge branch 'master' of https://github.com/Esteth/nixpkgs
This commit is contained in:
commit
828fdd4911
@ -45,7 +45,7 @@ in stdenv.mkDerivation {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Low-overhead client-side GPU offloading";
|
description = "Low-overhead client-side GPU offloading";
|
||||||
homepage = https://github.com/amonakov/primus;
|
homepage = https://github.com/amonakov/primus;
|
||||||
platforms = platforms.linux;
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user