dictd-dbs: add dontUnpack = true

Fixes the "variable $src or $srcs should point to the source" error.
launchpad/nixpkgs/master
Andrey Golovizin 3 years ago
parent 9b06d00d8b
commit ca06b2e124
  1. 1
      pkgs/servers/dict/dictd-db-collector.nix

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

Loading…
Cancel
Save