Commit Graph

57 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
985aa8174d treewide: unbreak appimageTools.wrapType2 builds
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided.
Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result.
This should fix most instances.

contex: #271071
2024-04-24 15:26:52 +02:00
R. Ryantm
d5b4c50a2f mendeley: 2.110.2 -> 2.111.0 2024-03-22 00:32:21 +00:00
R. Ryantm
e9ce556771 mendeley: 2.105.0 -> 2.110.2 2024-02-28 22:21:00 +00:00
h7x4
8121f3559a
treewide: add mainProgram 2024-02-11 03:19:15 +01:00
Peder Bergebakken Sundt
4f78f5b277 mendeley: 2.80.1 -> 2.105.0, add version to drv name 2023-11-26 16:32:25 +02:00
AtilaSaraiva
31243a31c5 mendeley: added atila to maintainers 2022-12-13 13:56:36 -07:00
AtilaSaraiva
ca598e048b mendeley: 1.19.5 -> 2.80.1 2022-12-13 13:55:58 -07:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07: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
Michael Reilly
e20f308b8e treewide: quoted urls for RFC45, only the rebuilds 2020-04-05 10:17:15 -04:00
worldofpeace
7c8b042723 mendeley: use wrapQtApp 2019-11-13 19:03:45 -05:00
Alex Rice
658bf7fe9b
mendeley: Use QT mkDerivation 2019-11-13 08:55:06 +00:00
Nick Spinale
d2333beb86 stdenv: fix misspellings of dontPatchELF 2019-09-11 13:10:09 +00:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
worldofpeace
3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
tbenst
a69b9b672c mendeley: 1.19.1 -> 1.19.5 2019-05-08 15:02:01 -07:00
Matthew Bauer
290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Jörg Thalheim
1b146a8c6f
treewide: remove paxutils from stdenv
More then one year ago we removed grsecurity kernels from nixpkgs:
https://github.com/NixOS/nixpkgs/pull/25277

This removes now also paxutils from stdenv.
2018-12-22 12:55:05 +01:00
Jan Tojnar
59a94b57f0
update.nix: Run update scripts in parallel
To make updating large attribute sets faster, the update scripts
are now run in parallel.

Please note the following changes in semantics:

- The string passed to updateScript needs to be a path to an executable file.
- The updateScript can also be a list: the tail elements will then be passed
  to the head as command line arguments.
2018-12-01 19:17:13 +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
87f5930c3f [bot]: remove unreferenced code 2018-07-20 18:48:37 +00:00
Will Dietz
5f165fd2fc mendeley: 1.18 -> 1.19.1
1.19 had show-stopper bugs,
but 1.19.1 seems to work well :).
2018-06-11 10:37:31 -05:00
Matthew Bauer
143978a477 treewide: remove platform assertions
linux: readd assertion
2018-05-03 13:09:20 -05:00
Will Dietz
866940303c mendeley: 1.17.13 -> 1.18, touchup update script
(support "1.18" instead of "1.18.0")
2018-04-24 12:29:58 -05:00
volth
7ec0471242 treewide: s/xlibs/xorg/g (#36889) 2018-03-13 10:16:03 +00:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Will Dietz
0e4fd35147 mendeley: 1.17.12 -> 1.17.13 2018-01-14 14:37:43 -06:00
Will Dietz
332389611a mendeley: Add update-checker script, add myself as maintainer
Doesn't actually edit the file,
but reports when an update is available
and provides useful information.
2018-01-14 14:37:43 -06:00
Will Dietz
039b9ab8b9 mendeley: Use libsForQt56.callPackage, NFCI 2018-01-04 14:48:06 -06:00
Will Dietz
f07d90d5c5 mendeley: fix gconf errors by propgating to user env
gconf fix is based on same done w/guake in #16670.
See also:
https://github.com/NixOS/nixpkgs/issues/24709#issuecomment-292565654
2018-01-04 14:47:20 -06:00
Will Dietz
8a96fc87f5 mendeley: 1.17.11 -> 1.17.12 2017-11-28 13:38:18 -06:00
Will Dietz
e1028cd03d mendeley: 1.17.10 -> 1.17.11 2017-11-09 09:47:17 -06:00
Will Dietz
a97c803b4b mendeley: ignore errors attempting to install link handler on startup
It's not critical functionality and AFAICT only fails in environments
that wouldn't benefit from "successfully" installing it anyway.

Fixes #24709
Fixes #24821
2017-06-28 17:05:11 -05:00
Thomas Tuegel
c816bbc8a8
qt5: remove makeQtWrapper 2017-06-18 08:44:42 -05:00
Will Dietz
5172e1afee mendeley: 1.17.9 -> 1.17.10 (#26574) 2017-06-15 12:05:20 +02:00
Will Dietz
a3bc12e1ab mendeley: 1.17.8 -> 1.17.9 2017-03-27 15:20:17 -05:00
Will Dietz
37315d65a0 mendeley: 1.16.3 -> 1.17.8, multiple improvements
* don't use bundled qt
* fix link-handler script, autorun as 'normal'
* fix execution on grsec kernels
2017-03-06 13:20:00 -06:00
Vladimír Čunát
e5bb5ef377
mendeley: use orc package instead of its duplicate
I just tested the startup due to having no account
(without liborc.so it would fail).
/cc @fridh, @badi, #21238.
2016-12-18 13:21:29 +01:00
Frederik Rietdijk
44dc13aad6 mendeley: 1.16.2 -> 1.16.3 2016-09-12 14:19:18 +02:00
Frederik Rietdijk
aca4801f53 mendeley: add missing liborc 2016-08-29 10:35:30 +02:00
Frederik Rietdijk
d87b415dec mendeley: 1.16.1 -> 1.16.2 2016-08-29 10:02:05 +02:00
Rahul Gopinath
1df37fe7a8 mendeley: fix sha 2016-07-17 13:22:56 -07:00
Frederik Rietdijk
551296a1ce mendeley: 1.16 -> 1.16.1 2016-04-07 09:34:59 +02:00
Tim Williams
551f0ca898 mendeley: 1.15.3 -> 1.16 2016-02-24 12:49:49 +00:00
Frederik Rietdijk
eb68412747 mendeley: 1.15.2 -> 1.15.3 2016-02-13 19:30:09 +01:00
Frederik Rietdijk
d8530fe7e5 mendeley: 1.15 -> 1.15.2 2015-12-02 12:09:50 +01:00