about summary refs log tree commit diff
path: root/pkgs/applications/graphics/gcolor2
AgeCommit message (Collapse)AuthorFilesLines
2024-02-11treewide: add `mainProgram`h7x41-0/+1
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie1-1/+1
2022-06-04gcolor2: pull patch pending upstream inclusion for -fno-common toolchainsSergei Trofimovich1-3/+12
Without the change build on upstream gcc-10 fails as: ld: callbacks.o:src/callbacks.h:44: multiple definition of `gcolor2'; main.o:src/callbacks.h:44: first defined here ld: callbacks.o:src/callbacks.h:46: multiple definition of `colorvalue'; main.o:src/callbacks.h:46: first defined here ld: callbacks.o:src/callbacks.h:45: multiple definition of `menu'; main.o:src/callbacks.h:45: first defined here
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-16treewide: stdenv.lib -> libBen Siraphob1-4/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-07gcolor2: sha1 -> sha256Marek Fajkus1-2/+1
related to: https://github.com/NixOS/nixpkgs/issues/77238
2019-09-06tree-wide: s/GTK+/GTK/gJan Tojnar1-1/+1
GTK was renamed.
2019-08-17treewide: name -> pnamevolth1-1/+2
2018-10-12perlXMLParser -> perlPackages.XMLParservolth1-2/+3
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-2/+2
It is deprecated and will be removed after 18.09.
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-2/+2
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2014-08-07Update default.nixNOTtheMessiah1-0/+2
2014-08-07Added gcolor2NOTtheMessiah2-0/+75