about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/gede
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-07-03gede: 2.18.2 -> 2.18.3R. Ryantm1-2/+2
2021-12-31gede: 2.18.1 -> 2.18.2R. Ryantm1-2/+2
2021-12-11gede: 2.17.1 -> 2.18.1R. Ryantm1-2/+2
2021-07-18treewide: convert phases that contain ":" to dont* = true (#130500)Sandro1-1/+1
2021-04-03gede: use python3Frederik Rietdijk1-2/+4
2021-01-25gede: 2.16.2 -> 2.17.1Julien Dehos1-4/+4
2021-01-21treewide: editorconfig fixeszowoq1-1/+1
- remove trailing whitespace - use spaces for indentation
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-25gede: 2.15.4 -> 2.16.2Julien Dehos1-2/+2
2020-02-08gede: 2.15.1 -> 2.15.4R. RyanTM1-2/+2
2020-01-10gede: 2.14.1 -> 2.15.1Julien Dehos1-6/+6
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-01gede: 2.13.1 -> 2.14.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gede/versions
2019-05-01gede: 2.12.3 -> 2.13.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gede/versions
2018-11-19gede: 2.10.9 -> 2.12.3R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gede/versions
2018-09-03gede: 2.6.1 -> 2.10.9 (#45995)symphorien1-3/+3
reverting to qt 5.9 fixed the build.
2018-04-19gede: drop unnecessary postPatchWill Dietz1-4/+0
Thanks to @jtojnar for noticing and pointing it out! https://github.com/NixOS/nixpkgs/pull/39174#pullrequestreview-113783769
2018-04-19gede: switch to qt5xeji1-4/+6
2018-04-19gede: 2.0.4 -> 2.6.1, fix ctags dependencyxeji1-4/+4
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-07-01gede: 2.0.3 -> 2.0.4Joachim Fasting1-2/+2
2017-07-01gede: add ctags and gdb to path via wrapperJoachim Fasting1-3/+5
2017-07-01gede: fix sandboxed buildJoachim Fasting1-11/+10
build.py relies on /usr/bin/env; invoke python directly instead to sidestep the issue.
2017-07-01gede: replace build.patch with inline sed callJoachim Fasting2-12/+4
The patch file is much larger than the logical change made.
2017-02-27gede: init at 2.0.3Julien Dehos2-0/+42