fix package name clash
This commit is contained in:
parent
74c7db11a8
commit
217530d113
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user