GNU MIG: Add a `raw' version, without `forceSystem'.

svn path=/nixpkgs/trunk/; revision=33124
This commit is contained in:
Ludovic Courtès 2012-03-15 20:28:07 +00:00
parent 2e0ae13f68
commit 90b8995e04
1 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,11 @@ rec {
stdenv = (forceSystem "i686-linux").stdenv;
};
# XXX: Use this one for its `.hostDrv'. Using the one above from
# `x86_64-linux' leads to building a different cross-toolchain because of
# the `forceSystem'.
mig_raw = callPackage ./mig {};
smbfs = callPackage ./smbfs {
samba = samba_light;
hurd = hurdCross;