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
|
f = { mkDerivation, base, bytestring, configurator, data-default
|
||||||
, directory, exceptions, filepath, leveldb-haskell, mtl, selda
|
, directory, exceptions, filepath, leveldb-haskell, mtl, selda
|
||||||
, selda-sqlite , lib, text, snappy
|
, selda-sqlite , lib, text
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "bisc";
|
pname = "bisc";
|
||||||
@ -24,7 +24,7 @@ let
|
|||||||
base bytestring configurator data-default directory exceptions
|
base bytestring configurator data-default directory exceptions
|
||||||
filepath leveldb-haskell mtl selda selda-sqlite text
|
filepath leveldb-haskell mtl selda selda-sqlite text
|
||||||
];
|
];
|
||||||
executableSystemDepends = [ snappy ];
|
executableSystemDepends = [ pkgs.snappy ];
|
||||||
buildFlags = lib.optionals static [
|
buildFlags = lib.optionals static [
|
||||||
"--ld-option=-lstdc++"
|
"--ld-option=-lstdc++"
|
||||||
"--ld-option=-lsnappy"
|
"--ld-option=-lsnappy"
|
||||||
|
Loading…
Reference in New Issue
Block a user