nixpkgs/pkgs
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
..
applications Merge pull request #50551 from r-ryantm/auto-update/vim 2018-11-25 09:09:54 +01:00
build-support Merge pull request #51028 from clefru/tmp-cargo-config 2018-11-26 15:00:16 +00:00
common-updater
data inter-ui: 2.5 -> 3.0 2018-11-23 15:41:22 +01:00
desktops Merge pull request #50527 from matthewbauer/ninja-check-phase 2018-11-20 16:55:12 -06:00
development Revert "treewide: for substituteAll: s/version/version_/" 2018-11-28 12:30:24 -06:00
games minetest: 0.4.17 -> 0.4.17.1 2018-11-23 17:48:14 +01:00
misc Revert "treewide: for substituteAll: s/version/version_/" 2018-11-28 12:30:24 -06:00
os-specific Merge pull request #50075 from r-ryantm/auto-update/kexec-tools 2018-11-25 10:12:12 +01:00
servers postgresql: Remove static libs using host platform extension 2018-11-28 10:49:13 -06:00
shells powershell: 6.1.0 -> 6.1.1 2018-11-24 03:56:35 +01:00
stdenv make-derivation: don’t add host suffix if there is no c compiler 2018-11-28 12:44:10 -06:00
test pkgs/test/nixos-functions: use dummy versioning 2018-11-19 19:26:52 +00:00
tools direnv: make cross-compile on windows 2018-11-24 10:43:47 +00:00
top-level direnv: make cross-compile on windows 2018-11-24 10:43:47 +00:00