magnetico: move go-bindata to nativeBuildInputs

fixes strictDeps
This commit is contained in:
Jörg Thalheim 2020-03-17 17:42:22 +00:00
parent 060a9227c2
commit 72f3f99907
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -13,7 +13,7 @@ buildGoModule rec {
modSha256 = "1h9fij8mxlxfw7kxix00n10fkhkvmf8529fxbk1n30cxc1bs2szf";
buildInputs = [ go-bindata ];
nativeBuildInputs = [ go-bindata ];
buildPhase = ''
make magneticow magneticod
'';