We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 8abcedd commit 94dbb3aCopy full SHA for 94dbb3a
pkgs/os-specific/linux/phc-intel/default.nix
@@ -48,7 +48,7 @@ in stdenv.mkDerivation rec {
48
homepage = http://www.linux-phc.org/;
49
downloadPage = "http://www.linux-phc.org/forum/viewtopic.php?f=7&t=267";
50
license = licenses.gpl2;
51
- platforms = platforms.linux;
+ platforms = [ "x86_64-linux" "i686-linux" ];
52
maintainers = with maintainers; [ nckx ];
53
};
54
}
0 commit comments