about summary refs log tree commit diff
path: root/pkgs/applications/graphics/ktikz
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.
2021-07-20treewide: remove unnecessary enableParallelBuilding when using qmakeBen Siraphob1-1/+0
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-11-21qtikz: Use qt5.15 (Add QPainterPath patch)Doron Behar1-0/+6
2020-09-07qtikz: proper Qt dependenciesThomas Tuegel1-4/+5
2019-07-05wrapQtAppsHook: Remove ad hoc Qt wrappersThomas Tuegel1-7/+3
2019-06-06qtikz: fix wrong sha256Guillaume Maudoux1-1/+1
2019-06-06qtikz: s/fetchurl/fetchpatch/Guillaume Maudoux1-6/+7
2019-06-06qtikz: Fix typo in longDescriptionGuillaume Maudoux1-1/+1
2019-06-05qtikz: refactor, trim dependencies and cleanupGuillaume Maudoux1-49/+31
2019-06-05qtikz: add homepageGuillaume Maudoux1-0/+1
2019-06-05qtikz: unstable-20161122 -> 0.12Guillaume Maudoux1-8/+12
2019-03-27qtikz: fix buildUli Baum1-1/+1
qcollectiongenerator was merged into qhelpgenerator in qt 5.12, see https://blog.qt.io/blog/2018/11/02/whats-new-qt-help/
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-3/+2
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-02-19qtikz: update to Qt5; remove ktikzGuillaume Maudoux1-61/+53
2016-09-05ktikz: md5->sha256Chris Martin1-1/+1
2016-06-05ktikz: init at 0.10Guillaume Maudoux1-0/+78