Skip to content

Commit 94dbb3a

Browse files
committedDec 5, 2017
linuxPackages.phc-intel: Only works on x86
https://hydra.nixos.org/build/65227029
1 parent 8abcedd commit 94dbb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/os-specific/linux/phc-intel/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ in stdenv.mkDerivation rec {
4848
homepage = http://www.linux-phc.org/;
4949
downloadPage = "http://www.linux-phc.org/forum/viewtopic.php?f=7&t=267";
5050
license = licenses.gpl2;
51-
platforms = platforms.linux;
51+
platforms = [ "x86_64-linux" "i686-linux" ];
5252
maintainers = with maintainers; [ nckx ];
5353
};
5454
}

0 commit comments

Comments
 (0)
Please sign in to comment.