Sandro
2cc2b13cac
Merge pull request #202274 from dritter/update-enpass-6.8.5.1173
2022-11-29 01:05:48 +01:00
Dominik Ritter
f0f553816e
enpass: Add missing libraries
2022-11-24 15:52:36 +01:00
Dominik Ritter
76a812d168
Enpass: Add dritter as maintainer
2022-11-23 22:37:26 +01:00
Dominik Ritter
0355bc8653
enpass: Fix baseurl
2022-11-22 01:28:51 +01:00
Dominik Ritter
cac076a0cc
enpass: 6.6.1.809 -> 6.8.5.1173
2022-11-22 01:26:07 +01:00
Robert Scott
3d6c926c4f
treewide/servers,shells,tools: add sourceType for more packages
2022-07-02 13:38:00 +01:00
zowoq
dca9dd52b8
enpass: remove trailing whitespace
2022-02-14 06:10:46 +10:00
Martin Weinelt
4a896438b8
enpass: use python3
2022-01-02 13:38:12 +01:00
Sandro Jäckel
8547db919a
treewide: switch `builtins.fromJSON(builtins.readFile ./file.json)
` to lib.importJSON ./file.json
2021-11-03 14:43:52 +01:00
Felix Buehler
c4f0723b9f
enpass: remove phases
2021-07-20 13:56:28 +02:00
Artur Taranchiev
5a8838aaee
enpass: 6.5.1 -> 6.6.1
2021-04-12 15:41:32 +03:00
Sandro Jäckel
3453b89f4b
lzma: deprecate alias
2021-04-04 19:49:52 +02:00
Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
Sandro
f492b16f66
Merge pull request #108713 from ewok/enpass-fix
...
enpass: fix working only with root privileges on KDE
2021-01-27 11:28:59 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Artur Taranchiev
3939b8132f
enpass: fix for KDE
2021-01-07 23:03:28 +03:00
Artur Taranchiev
5625941e65
Update maintainer
2020-12-21 11:18:40 +03:00
Artur Taranchiev
7dc0b8d9d6
enpass: 6.0.1.239 -> 6.5.1.723
2020-12-16 13:14:03 +03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined
2019-11-18 20:10:43 +00:00
Frederik Rietdijk
f2668546b9
enpass: use python2 in update script
2019-11-13 16:27:38 +01:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Matthew Bauer
263f5891b6
treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesa
...
Just use mesa for these to be more clear. Move these to aliases.nix
2019-06-17 14:43:18 -04:00
Guillaume Koenig
f6a3be1f44
enpass: 5.6.5 -> 6.0.1
2019-01-12 16:13:08 +01:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Matthew Bauer
143978a477
treewide: remove platform assertions
...
linux: readd assertion
2018-05-03 13:09:20 -05:00
Alexander V. Nikolaev
0acec7e984
treewide: transition mesa to libGLU_combined
2018-02-24 17:06:49 +02:00
Joel Rivera
67ce7cb2f9
enpass: 5.6.0 -> 5.6.5
2018-01-12 00:07:15 -06:00
Jörg Thalheim
6d2167fc1e
Merge pull request #32236 from guillaumekoenig/fix-enpass-firefox-webextensions
...
enpass: fix install to work with firefox webextensions
2017-12-01 21:09:17 +00:00
Guillaume Koenig
dff239d7b1
enpass: fix install to work with firefox webextensions
...
With new Firefox 57 and WebExtensions, the new addon uses Firefox'
Native Messaging mechanism to communicate with local programs (here
the main enpass program). This commit activates EnpassNMHost, a binary
that bootstraps communication between the two.
2017-12-01 17:43:58 +01:00
Joel Rivera
0d7e0b4ec2
enpass: 5.4.0.post4 -> 5.6.0
...
The file was generated with the update script that is part
of the nix expressions for enpass.
Also, it seems that 5.4 has some issues with dropbox sync,
this was the original rationale to look for a newer version.
2017-10-05 22:50:57 -05:00
Ronny Pfannschmidt
9587d3591e
remove myself from maintainers/enpass ( #25625 )
...
as i am no longer using nixos
2017-05-08 22:03:23 +01:00
Guillaume Koenig
0465b1407b
enpass: fix install to work with browser extensions
2016-12-29 19:57:09 -05:00
Ronny Pfannschmidt
1765784b5e
enpass: bump to 5.4.0.post4 and fix application icon
2016-12-27 14:23:16 +01:00
Ronny Pfannschmidt
98895f5b67
enpass: init at 5.3.0
2016-10-09 13:16:50 +02:00