nixpkgs/pkgs/stdenv
Matthew Bauer a56fe056ec make-derivation: don’t add host suffix if there is no c compiler
Some trivial builders use the name attr to choose the exec name
produced. For example nixos-install,

  nixos-install = makeProg {
    name = "nixos-install";
    src = ./nixos-install.sh;
    nix = config.nix.package.out;
    path = makeBinPath [ nixos-enter ];
  };

When cross compiling, this puts the prog in,

  /bin/nixos-install-powerpc64le-unknown-linux-gnu
2018-11-28 12:44:10 -06:00
..
cross Revert "stdenv: partial revert of f2bb59e" 2018-09-26 14:47:16 -04:00
custom top-level: {build,host,target}Platform are defined in the stdenv instead 2017-07-07 12:55:02 -04:00
cygwin Fix invalid Baseaddress must be > 0x200000000 on cygwin 2018-04-14 14:06:09 +02:00
darwin Revert "darwin/stdenv: bash is a build input" 2018-11-14 23:37:28 +01:00
freebsd fetchurl: cleanup, better errors 2018-02-18 14:24:53 +00:00
generic make-derivation: don’t add host suffix if there is no c compiler 2018-11-28 12:44:10 -06:00
linux Merge branch 'pr-46056' into staging 2018-11-28 09:55:05 +09:00
native [bot] treewide: remove unused 'inherit' in let blocks 2018-07-20 19:38:19 +00:00
nix cc-wrapper: Use stdenvNoCC to build 2017-09-26 14:08:21 -04:00
adapters.nix Merge pull request #37600 from abbradar/impureusenative 2018-10-13 14:09:55 +00:00
booter.nix treewide: Depend on targetPackages.stdenv.cc.bintools instead of binutils directly 2017-11-05 17:10:53 -05:00
common-path.nix
default.nix [RFC] ppc64le enablement (#45340) 2018-08-21 15:31:34 -04:00