treewide: remove callPackage_i686

This has been replaced with pkgsi686Linux.callPackage
This commit is contained in:
Matthew Bauer
2018-07-05 14:04:52 -04:00
parent 5b357d9037
commit c491a99362
7 changed files with 42 additions and 50 deletions
@@ -1,4 +1,4 @@
{ stdenv, lib, buildEnv, callPackage_i686, fetchFromGitHub, python27Packages, graphviz
{ stdenv, lib, buildEnv, pkgsi686Linux, fetchFromGitHub, python27Packages, graphviz
, includeGUI ? true
, includeProtocols ? true
}:
@@ -20,7 +20,7 @@ let
platforms = platforms.linux;
};
cli = callPackage_i686 ./cli.nix {
cli = pkgsi686Linux.callPackage ./cli.nix {
inherit version src meta;
};
@@ -47,7 +47,7 @@ let
python27Packages.wxPython
graphviz
];
installPhase = ''
mkdir -p "$out"/gui "$out"/bin
cp -r gui/* "$out"/gui