Skip to content

Commit

Permalink
primusLib: build only for x86 Linux
Browse files Browse the repository at this point in the history
(cherry picked from commit 41939f2)
  • Loading branch information
abbradar committed Mar 7, 2018
1 parent 5b18373 commit 5868f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/X11/primus/lib.nix
Expand Up @@ -45,7 +45,7 @@ in stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Low-overhead client-side GPU offloading";
homepage = https://github.com/amonakov/primus;
platforms = platforms.linux;
platforms = [ "i686-linux" "x86_64-linux" ];
license = licenses.bsd2;
maintainers = with maintainers; [ abbradar ];
};
Expand Down

0 comments on commit 5868f9a

Please sign in to comment.