dictd-dbs: add dontUnpack = true
Fixes the "variable $src or $srcs should point to the source" error.
This commit is contained in:
parent
9b06d00d8b
commit
ca06b2e124
1 changed files with 1 additions and 0 deletions
|
@ -78,5 +78,6 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [ dict ];
|
||||
|
||||
dontUnpack = true;
|
||||
inherit installPhase;
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue