summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/gobby/default.nix
AgeCommit message (Collapse)Author
2021-01-29gobby5: unstable-2018-04-03 -> unstable-2020-12-29Martin Weinelt
Fixes: CVE-2020-35450
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer
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-16treewide: stdenv.lib -> libBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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 Reilly
2019-11-20yelp-tools: move to top-levelJan Tojnar
2019-08-28treewide: remove redundant recvolth
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2018-08-08gobby5: 0.5.0 → unstable-2018-04-03Jan Tojnar
fix build
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson
Only acts on one-line dependency lists.
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev
2015-03-10Updating gobby and libinfinity.Lluís Batlle i Rossell
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk
2012-11-20fixed compile errors for libinfinity and gobbyJoachim Schiele
2011-10-08Drop 'gnomevfs = gnome_vfs;' aliasYury G. Kudryashov
s/gnomevfs/gnome_vfs/ in packages svn path=/nixpkgs/trunk/; revision=29718
2010-10-04Packaged GobbyEvgeny Egorochkin
svn path=/nixpkgs/trunk/; revision=24040