buildFHSEnv: link 'bin' output
This commit is contained in:
parent
8d9e5d297d
commit
3e90b00c10
@ -114,14 +114,14 @@ let
|
|||||||
staticUsrProfileTarget = buildEnv {
|
staticUsrProfileTarget = buildEnv {
|
||||||
name = "${name}-usr-target";
|
name = "${name}-usr-target";
|
||||||
paths = [ etcPkg ] ++ basePkgs ++ targetPaths;
|
paths = [ etcPkg ] ++ basePkgs ++ targetPaths;
|
||||||
extraOutputsToInstall = [ "lib" "out" ] ++ extraOutputsToInstall;
|
extraOutputsToInstall = [ "out" "lib" "bin" ] ++ extraOutputsToInstall;
|
||||||
ignoreCollisions = true;
|
ignoreCollisions = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
staticUsrProfileMulti = buildEnv {
|
staticUsrProfileMulti = buildEnv {
|
||||||
name = "${name}-usr-multi";
|
name = "${name}-usr-multi";
|
||||||
paths = baseMultiPkgs ++ multiPaths;
|
paths = baseMultiPkgs ++ multiPaths;
|
||||||
extraOutputsToInstall = [ "lib" "out" ] ++ extraOutputsToInstall;
|
extraOutputsToInstall = [ "out" "lib" ] ++ extraOutputsToInstall;
|
||||||
ignoreCollisions = true;
|
ignoreCollisions = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user