treewide: Fix deps in a few other fixed output derivations

This commit is contained in:
John Ericson
2018-01-10 11:18:44 -05:00
parent 940c4fa3f5
commit 888404f11b
28 changed files with 34 additions and 35 deletions
+2 -2
View File
@@ -18,12 +18,12 @@ let
sha256 = "0iwa8wyydcpjss6d1jy4jibqxpvzph4vmaxwwmndpsqy1fz64y9i";
})
];
buildInputs = [
nativeBuildInputs = [
];
in
stdenv.mkDerivation {
name = "tempora-lgc";
inherit buildInputs;
inherit nativeBuildInputs;
inherit srcs;
phases = "installPhase";
installPhase = ''