summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdam Copp <adamcopp@adamcopp4.lon.corp.google.com>2018-03-07 11:08:45 +0000
committerAdam Copp <adamcopp@adamcopp4.lon.corp.google.com>2018-03-07 11:08:45 +0000
commit828fdd4911844c1de9bbcd88fcb0089de330e832 (patch)
treeb1087964b40bf0e0daf858140e8f10e966c66516
parent1efef6b10b747682c96f99fc337ff2cc863b422d (diff)
parent41939f29a128e48b0414a118342c63ae0e887591 (diff)
downloadnixlib-828fdd4911844c1de9bbcd88fcb0089de330e832.tar
nixlib-828fdd4911844c1de9bbcd88fcb0089de330e832.tar.gz
nixlib-828fdd4911844c1de9bbcd88fcb0089de330e832.tar.bz2
nixlib-828fdd4911844c1de9bbcd88fcb0089de330e832.tar.lz
nixlib-828fdd4911844c1de9bbcd88fcb0089de330e832.tar.xz
nixlib-828fdd4911844c1de9bbcd88fcb0089de330e832.tar.zst
nixlib-828fdd4911844c1de9bbcd88fcb0089de330e832.zip
Merge branch 'master' of https://github.com/Esteth/nixpkgs
-rw-r--r--pkgs/tools/X11/primus/lib.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/primus/lib.nix b/pkgs/tools/X11/primus/lib.nix
index d9bebf6055f6..dcd50ee9158c 100644
--- a/pkgs/tools/X11/primus/lib.nix
+++ b/pkgs/tools/X11/primus/lib.nix
@@ -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 ];
   };