Merge pull request #43857 from volth/unused

[bot] treewide: remove unreferenced code
This commit is contained in:
Frederik Rietdijk
2018-07-20 21:06:32 +02:00
committed by GitHub
118 changed files with 16 additions and 449 deletions
@@ -60,10 +60,6 @@ let
${(wrapBinary libs) attrs.toolName}
'';
});
fhs = target: buildFHSUserEnv {
inherit (pkg) name;
runScript = target;
};
in buildFHSUserEnv {
name = "${attrs.toolName}-${attrs.version}";
runScript = "${pkg.outPath}/bin/${attrs.toolName}";
@@ -6,10 +6,6 @@
}:
let
wrapBinary = libPaths: binaryName: ''
wrapProgram "$out/bin/${binaryName}" \
--prefix LD_LIBRARY_PATH : "${stdenv.lib.makeLibraryPath libPaths}"
'';
mkBitscope = callPackage (import ./common.nix) { };
in {
chart = let