Loading lib/systems/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,7 @@ let else if final.isAndroid then "bionic" else if final.isLinux /* default */ then "glibc" else if final.isFreeBSD then "fblibc" else if final.isOpenBSD then "oblibc" else if final.isNetBSD then "nblibc" else if final.isAvr then "avrlibc" else if final.isGhcjs then null Loading lib/systems/examples.nix +5 −0 Original line number Diff line number Diff line Loading @@ -342,6 +342,11 @@ rec { useLLVM = true; }; x86_64-openbsd = { config = "x86_64-unknown-openbsd"; useLLVM = true; }; # # WASM # Loading lib/systems/parse.nix +1 −0 Original line number Diff line number Diff line Loading @@ -469,6 +469,7 @@ rec { elem (elemAt l 2) [ "wasi" "redox" "mmixware" "ghcjs" "mingw32" ] || hasPrefix "freebsd" (elemAt l 2) || hasPrefix "netbsd" (elemAt l 2) || hasPrefix "openbsd" (elemAt l 2) || hasPrefix "genode" (elemAt l 2) then { cpu = elemAt l 0; Loading pkgs/os-specific/bsd/freebsd/lib/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -14,5 +14,5 @@ } .${stdenv'.hostPlatform.parsed.cpu.name} or stdenv'.hostPlatform.parsed.cpu.name; install-wrapper = builtins.readFile ./install-wrapper.sh; install-wrapper = builtins.readFile ../../lib/install-wrapper.sh; } pkgs/os-specific/bsd/freebsd/lib/install-wrapper.sh→pkgs/os-specific/bsd/lib/install-wrapper.sh +0 −0 File moved. View file Loading
lib/systems/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,7 @@ let else if final.isAndroid then "bionic" else if final.isLinux /* default */ then "glibc" else if final.isFreeBSD then "fblibc" else if final.isOpenBSD then "oblibc" else if final.isNetBSD then "nblibc" else if final.isAvr then "avrlibc" else if final.isGhcjs then null Loading
lib/systems/examples.nix +5 −0 Original line number Diff line number Diff line Loading @@ -342,6 +342,11 @@ rec { useLLVM = true; }; x86_64-openbsd = { config = "x86_64-unknown-openbsd"; useLLVM = true; }; # # WASM # Loading
lib/systems/parse.nix +1 −0 Original line number Diff line number Diff line Loading @@ -469,6 +469,7 @@ rec { elem (elemAt l 2) [ "wasi" "redox" "mmixware" "ghcjs" "mingw32" ] || hasPrefix "freebsd" (elemAt l 2) || hasPrefix "netbsd" (elemAt l 2) || hasPrefix "openbsd" (elemAt l 2) || hasPrefix "genode" (elemAt l 2) then { cpu = elemAt l 0; Loading
pkgs/os-specific/bsd/freebsd/lib/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -14,5 +14,5 @@ } .${stdenv'.hostPlatform.parsed.cpu.name} or stdenv'.hostPlatform.parsed.cpu.name; install-wrapper = builtins.readFile ./install-wrapper.sh; install-wrapper = builtins.readFile ../../lib/install-wrapper.sh; }
pkgs/os-specific/bsd/freebsd/lib/install-wrapper.sh→pkgs/os-specific/bsd/lib/install-wrapper.sh +0 −0 File moved. View file