Commit Graph

37 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
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.
2024-03-19 03:14:51 +01:00
Randy Eckenrode
d014e56db4
qtpass: fix build with Darwin sandbox enabled
Co-authored-by: toonn <toonn@toonn.io>
2023-06-14 20:11:37 -04:00
Ben Siraphob
4ce8c34049 treewide: remove unnecessary enableParallelBuilding when using qmake 2021-07-20 10:32:58 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Niklas Hambüchen
213e129825 qtpass: Fix /usr/lib hardcode to pass-otp.
Before, the checkbox for OTP functionality could not be enabled on
NixOS, even when `(pass.withExtensions (exts: [ exts.pass-otp ]))`
was installed correctly.
2019-12-22 03:19:52 +01:00
c0bw3b
442670f787 qtpass: scope qrencode 2019-11-30 12:20:35 +01:00
R. RyanTM
99b5363ea5 qtpass: 1.3.1 -> 1.3.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/qtpass/versions
2019-10-23 13:23:48 -07:00
Will Dietz
6362fecff6
qtpass: add pwgen as optional runtime dep 2019-10-07 19:02:48 -05:00
Will Dietz
a6ab41fdfe
qtpass: install man page 2019-10-07 19:02:42 -05:00
Will Dietz
7d733bbc86
qtpass: point to lupdate 2019-10-07 19:02:34 -05:00
Will Dietz
a009dcdb27
qtpass: 1.3.0 -> 1.3.1
https://github.com/IJHack/QtPass/releases/tag/v1.3.1
2019-10-07 19:02:25 -05:00
Chris Rendle-Short
8de860b60d qtpass: 1.2.3 -> 1.3.0 2019-08-29 14:52:47 +10:00
Chris Rendle-Short
392763aea6 qtpass: fix missing app icon and name when running under Wayland
Patch has been upstreamed and should be safe to remove in versions >
1.3.0
2019-08-29 12:38:36 +10:00
Chris Rendle-Short
da346db5de qtpass: use qt5's mkDerivation
See #65399
2019-08-08 21:47:44 +10:00
Will Dietz
f7d2c23328 qtpass: 1.2.1 -> 1.2.3
Patch no longer needed (seems to be already applied, and notes mention).
2019-03-21 16:18:48 -05:00
adisbladis
1e6a48e296
qtpass: Fix huge icons and spacing 2018-01-05 16:17:37 +08:00
Daniel Fullmer
028068a274
qtpass: 1.1.6 -> 1.2.1 2018-01-05 16:17:36 +08:00
Thomas Tuegel
c816bbc8a8
qt5: remove makeQtWrapper 2017-06-18 08:44:42 -05:00
Thomas Tuegel
210f688802
qt5: rename qmakeHook to qmake 2017-06-18 08:41:57 -05:00
Ioannis Koutras
f935115ce0 qtpass: 1.1.4 -> 1.1.6 2017-01-06 22:32:24 +02:00
Anne Jan Brouwer
0d534c2bca Repository renamed (correct Capitalization) 2016-10-10 13:20:51 +02:00
Peter Hoeg
d71d31d1e4 qtpass: 1.1.3 -> 1.1.4 2016-10-07 21:03:58 +08:00
Nathan Zadoks
ff45ea743f qtpass: 1.1.1 -> 1.1.3
Closes #16202.
2016-06-13 09:30:37 +02:00
Christoph Hrdinka
3895a0b7dd qtpass: 1.1.0 -> 1.1.1
Updates qtpass and fixes the current installation method. It further installs
the desktop file and application icon.
2016-04-25 12:24:31 +02:00
Nikolay Amiantov
f3384e5ea9 qtpass: move to qmakeHook
This reverts commit 0cfff33f59.
2016-04-20 18:55:44 +03:00
aszlig
0cfff33f59
qtpass: Fix running of {pre,post}Configure
Commit 0055c6a introduced a new preConfigure hook that sets the right
qmake path. Unfortunately the mkDerivation attributes of qtpass override
the whole configurePhase, so this hook isn't run at all.

This fixes the build of qtpass and it now successfully compiles on my
machine.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 05:26:02 +02:00
Christoph Hrdinka
12ecc1ceb3 qtpass: use wrapQtProgramm instead of standard wrapper 2016-01-31 21:35:15 +01:00
Anne Jan Brouwer
2924099dae qtpass: 1.0.6 -> 1.1.0 2016-01-31 21:32:15 +01:00
Christoph Hrdinka
f96a72dc04 qtpass: 1.0.5 -> 1.0.6 2016-01-13 13:02:03 +01:00
Thomas Tuegel
121f944d0d qtpass: Qt 5 infrastructure update 2015-12-20 07:56:47 -06:00
goibhniu
c296f64f19 qtpass: tidy up 2015-11-19 17:38:48 +01:00
Anne Jan Brouwer
bef7967630 Update default.nix 2015-11-19 16:37:31 +01:00
Anne Jan Brouwer
99781bc320 Updated to 1.0.5 2015-11-19 15:40:33 +01:00
Anne Jan Brouwer
88578dad2e Update default.nix 2015-11-04 01:39:23 +01:00
Anne Jan Brouwer
6998586b8f QtPass 1.0.1 to 1.0.3
I'm guessing the sha256 wasn't correct for 1.0.1 or I'm doing something wrong here myself . .
2015-10-26 16:56:04 +01:00
Jaka Hudoklin
367b0be7b4 qtpass: 0.8.4 -> 1.0.1 2015-08-29 18:23:08 +02:00
Christoph Hrdinka
bc975c36d1 qtpass: init at 0.8.4 2015-06-26 09:44:02 +02:00