about summary refs log tree commit diff
path: root/pkgs/applications/editors/scite
AgeCommit message (Collapse)AuthorFilesLines
2024-01-11scite: fixup build with gcc13Vladimír Čunát1-0/+6
2023-11-27treewide: add mainProgramh7x41-0/+1
2022-05-10scite: 5.0.2 -> 5.2.2William Kral1-3/+3
2021-05-16scite: 4.0.5 -> 5.0.2J. Neto1-3/+5
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-2/+2
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-06-27treewide: http -> https (#42665)Ryan Mulligan1-1/+1
2018-06-01scite: 3.7.5 -> 4.0.5 (#41345)Vaibhav Sagar1-3/+3
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-12scite: 3.7.3 -> 3.7.5Vincent Laporte1-3/+3
2017-03-19scite: 3.3.7 -> 3.7.3; Cosmetic changesndowens1-12/+10
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-2/+2
2014-09-13transformed meta.maintainers of some packages into listsPascal Wittmann1-1/+1
2014-01-23Added SciTE 3.3.7.rszibele1-0/+35