Skip to content

Commit

Permalink
linuxPackages.phc-intel: Only works on x86
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Dec 5, 2017
1 parent 8abcedd commit 94dbb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/phc-intel/default.nix
Expand Up @@ -48,7 +48,7 @@ in stdenv.mkDerivation rec {
homepage = http://www.linux-phc.org/;
downloadPage = "http://www.linux-phc.org/forum/viewtopic.php?f=7&t=267";
license = licenses.gpl2;
platforms = platforms.linux;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = with maintainers; [ nckx ];
};
}

0 comments on commit 94dbb3a

Please sign in to comment.