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
nerdfonts: fix wrong attribute name in error message (#364463)
[NixPkgs.git]
/
pkgs
/
development
/
ocaml-modules
/
lablgtk3
/
gtkspell3.nix
blob
9dbf1b7ddef1b619c5f0b7307e5b9029e9dc0c5c
1
{
2
buildDunePackage,
3
gtkspell3,
4
lablgtk3,
5
}:
6
7
buildDunePackage {
8
pname = "lablgtk3-gtkspell3";
9
buildInputs = [ gtkspell3 ] ++ lablgtk3.buildInputs;
10
propagatedBuildInputs = [ lablgtk3 ];
11
inherit (lablgtk3)
12
src
13
version
14
meta
15
nativeBuildInputs
16
;
17
}