mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
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
@ -78,5 +78,6 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ dict ];
|
||||
|
||||
dontUnpack = true;
|
||||
inherit installPhase;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user