fix package name clash

master
Michele Guerini Rocco 2021-05-12 08:43:18 +02:00
parent 74c7db11a8
commit 217530d113
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ let
f = { mkDerivation, base, bytestring, configurator, data-default
, directory, exceptions, filepath, leveldb-haskell, mtl, selda
, selda-sqlite , lib, text, snappy
, selda-sqlite , lib, text
}:
mkDerivation {
pname = "bisc";
@ -24,7 +24,7 @@ let
base bytestring configurator data-default directory exceptions
filepath leveldb-haskell mtl selda selda-sqlite text
];
executableSystemDepends = [ snappy ];
executableSystemDepends = [ pkgs.snappy ];
buildFlags = lib.optionals static [
"--ld-option=-lstdc++"
"--ld-option=-lsnappy"