localetime: fix build with strict deps

This commit is contained in:
Jörg Thalheim 2020-03-18 09:18:54 +00:00
parent 4be2b7e826
commit 13c1938593
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -9,13 +9,14 @@ buildGoPackage rec {
rev = "2e7b4317c723406bd75b2a1d640219ab9f8090ce";
sha256 = "04fyna8p7q7skzx9fzmncd6gx7x5pwa9jh8a84hpljlvj0kldfs8";
};
goPackagePath = "github.com/Stebalien/localtime";
buildInputs = [ m4 ];
nativeBuildInputs = [ m4 ];
makeFlags = [
"PREFIX=${placeholder "out"}"
"BINDIR=${placeholder "bin"}/bin"
makeFlags = [
"PREFIX=${placeholder "out"}"
"BINDIR=${placeholder "bin"}/bin"
];
buildPhase = ''