repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
lablgtk3
/
gtkspell3.nix
blob
be57c7e7146f8b4da409a1d2173d77551ab9606a
1
{ buildDunePackage, gtkspell3, lablgtk3 }:
2
3
buildDunePackage {
4
pname = "lablgtk3-gtkspell3";
5
buildInputs = [ gtkspell3 ] ++ lablgtk3.buildInputs;
6
propagatedBuildInputs = [ lablgtk3 ];
7
inherit (lablgtk3) src version meta nativeBuildInputs;
8
}