dictd-dbs: add dontUnpack = true
Fixes the "variable $src or $srcs should point to the source" error.
This commit is contained in:
@@ -78,5 +78,6 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ dict ];
|
||||
|
||||
dontUnpack = true;
|
||||
inherit installPhase;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user