summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pommed-light
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-06-14 11:03:15 +0200
committerGitHub <noreply@github.com>2018-06-14 11:03:15 +0200
commit29d274383e6a8df40f1e7c56dcd30c515908bdfc (patch)
tree712d97b5cc7cf49eafd77b89201d17c3f67b42ca /pkgs/os-specific/linux/pommed-light
parent46c1b8479a184bad188b681edcccfaa4439c4024 (diff)
downloadnixpkgs-29d274383e6a8df40f1e7c56dcd30c515908bdfc.tar
nixpkgs-29d274383e6a8df40f1e7c56dcd30c515908bdfc.tar.gz
nixpkgs-29d274383e6a8df40f1e7c56dcd30c515908bdfc.tar.bz2
nixpkgs-29d274383e6a8df40f1e7c56dcd30c515908bdfc.tar.lz
nixpkgs-29d274383e6a8df40f1e7c56dcd30c515908bdfc.tar.xz
nixpkgs-29d274383e6a8df40f1e7c56dcd30c515908bdfc.tar.zst
nixpkgs-29d274383e6a8df40f1e7c56dcd30c515908bdfc.zip
pommed-light: restrict to x86_64-linux
Diffstat (limited to 'pkgs/os-specific/linux/pommed-light')
-rw-r--r--pkgs/os-specific/linux/pommed-light/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/pommed-light/default.nix b/pkgs/os-specific/linux/pommed-light/default.nix
index e23c06b23fd..3ee5e312d23 100644
--- a/pkgs/os-specific/linux/pommed-light/default.nix
+++ b/pkgs/os-specific/linux/pommed-light/default.nix
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
       and the like.
     '';
     homepage = https://github.com/bytbox/pommed-light;
-    platforms = stdenv.lib.platforms.linux;
+    platforms = [ "x86_64-linux" ];
     license = stdenv.lib.licenses.gpl2;
   };
 }