dictd-dbs: add dontUnpack = true

Fixes the "variable $src or $srcs should point to the source" error.
This commit is contained in:
Andrey Golovizin 2021-08-03 11:59:48 +02:00
parent 9b06d00d8b
commit ca06b2e124

View file

@ -78,5 +78,6 @@ stdenv.mkDerivation {
buildInputs = [ dict ];
dontUnpack = true;
inherit installPhase;
})