summary refs log tree commit diff
path: root/pkgs/stdenv/default.nix
diff options
context:
space:
mode:
authorroot <root@raspberrypi.(none)>2012-12-06 15:51:52 +0000
committerLluĂ­s Batlle i Rossell <viric@viric.name>2012-12-26 21:59:54 +0000
commit1b29d29c7610402cb278130f12b27900bb5a99f0 (patch)
tree7a731c60aafd237f5218bc227564b86dfbba7e78 /pkgs/stdenv/default.nix
parent1af2ada7d4c61e79356a0f3f8bcced6159a6e751 (diff)
downloadnixpkgs-1b29d29c7610402cb278130f12b27900bb5a99f0.tar
nixpkgs-1b29d29c7610402cb278130f12b27900bb5a99f0.tar.gz
nixpkgs-1b29d29c7610402cb278130f12b27900bb5a99f0.tar.bz2
nixpkgs-1b29d29c7610402cb278130f12b27900bb5a99f0.tar.lz
nixpkgs-1b29d29c7610402cb278130f12b27900bb5a99f0.tar.xz
nixpkgs-1b29d29c7610402cb278130f12b27900bb5a99f0.tar.zst
nixpkgs-1b29d29c7610402cb278130f12b27900bb5a99f0.zip
First movement to get the raspberrypi stdenv building.
Diffstat (limited to 'pkgs/stdenv/default.nix')
-rw-r--r--pkgs/stdenv/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/stdenv/default.nix b/pkgs/stdenv/default.nix
index 8e0da288eec..3c75597afca 100644
--- a/pkgs/stdenv/default.nix
+++ b/pkgs/stdenv/default.nix
@@ -55,6 +55,7 @@ rec {
     if stdenvType == "i686-linux" then stdenvLinux else
     if stdenvType == "x86_64-linux" then stdenvLinux else
     if stdenvType == "armv5tel-linux" then stdenvLinux else
+    if stdenvType == "armv6l-linux" then stdenvLinux else
     if stdenvType == "armv7l-linux" then stdenvLinux else
     if stdenvType == "mips64el-linux" then stdenvLinux else
     if stdenvType == "powerpc-linux" then /* stdenvLinux */ stdenvNative else