1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

Merge pull request #46594 from worldofpeace/gnome-builder/ctags

gnome-builder: add ctags
This commit is contained in:
Jan Tojnar 2018-09-17 01:03:01 +02:00 committed by GitHub
commit d1b6cb7e6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
{ stdenv
, ctags
, desktop-file-utils
, docbook_xsl
, docbook_xml_dtd_43
@ -58,6 +59,7 @@ in stdenv.mkDerivation {
];
buildInputs = [
ctags
flatpak
gnome3.devhelp
gnome3.libgit2-glib