about summary refs log tree commit diff
path: root/pkgs/development/libraries/accounts-qt
AgeCommit message (Collapse)AuthorFilesLines
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.
2020-12-30accounts-qt: migrate to libsForQt5 derivations to fix cmake configfreezeboy1-8/+4
Co-authored-by: Thomas Tuegel <thomas.tuegel@runtimeverification.com>
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-06libsForQt5.accounts-qt: 1.15 -> 1.16R. 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/accounts-qt/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-03-25accounts-qt: 1.13 -> 1.15Ryan Mulligan1-3/+3
- Built on NixOS - ran `/nix/store/790jpjbv7n4ccfwbnp2hpxi6xnh0rp4m-accounts-qt-1.15/bin/accountstest --help` got 0 exit code - ran `/nix/store/790jpjbv7n4ccfwbnp2hpxi6xnh0rp4m-accounts-qt-1.15/bin/accountstest --help` and found version 1.15 - found 1.15 with grep in /nix/store/790jpjbv7n4ccfwbnp2hpxi6xnh0rp4m-accounts-qt-1.15 - directory tree listing: https://gist.github.com/5d6d729f133d93d11e63e456638fd32e
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice1-1/+0
Goodbye, and thanks for all the Nix...
2017-08-17accounts-sso: use gitlab linkMatthew Bauer1-1/+1
google code is discontinued
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-06-18qt5: rename qmakeHook to qmakeThomas Tuegel1-2/+2
2017-05-18treewide: fixup packages with RPATH problemsVladimír Čunát1-0/+3
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-04-20accounts-qt: move to qmakeHookNikolay Amiantov1-6/+4
This reverts commit 25382a37e38d92113ae671f0f2d6f1be9045015e.
2016-04-15accounts-qt: Fix running of {pre,post}Configureaszlig1-0/+2
Commit 0055c6a introduced a new preConfigure hook that sets the right qmake path. Unfortunately the mkDerivation attributes of accounts-qt override the whole configurePhase, so this hook isn't run at all. This fixes the build of accounts-qt and it now successfully compiles on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-01-25Add version attribute where maintainers |= nckxTobias Geerinckx-Rice1-9/+9
This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
2015-12-20accounts-qt: Qt infrastructure updateThomas Tuegel1-27/+0
2015-09-27accounts-qt: build with Qt 5.5Thomas Tuegel2-2/+29
2015-07-31Remove unnecessary rec{s from "my" packagesTobias Geerinckx-Rice1-1/+1
2015-05-31accounts-qt: don't cast to string for no reasonTobias Geerinckx-Rice1-1/+1
2015-05-30accounts-qt 1.11 -> 1.13Tobias Geerinckx-Rice1-13/+17
Development has moved from Google Code to Gitlab.
2015-05-06add accounts-qtThomas Tuegel1-0/+23