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
/
sourceview3.nix
blob
0e8ba3ef3ffe83278a4cf19c0ce623c65df99384
1
{ buildDunePackage, gtksourceview, lablgtk3 }:
2
3
buildDunePackage {
4
pname = "lablgtk3-sourceview3";
5
buildInputs = lablgtk3.buildInputs ++ [ gtksourceview ];
6
propagatedBuildInputs = [ lablgtk3 ];
7
inherit (lablgtk3) src version meta nativeBuildInputs;
8
}