Naïm Favier
88369997e1
makeBinaryWrapper: add extractCmd
...
A small shell script that can be used to extract a binary wrapper's
makeCWrapper call from its embedded docstring, without depending on
makeBinaryWrapper.
2022-05-12 01:44:02 +02:00
Naïm Favier
2ae69114a1
makeWrapper: implement --inherit-argv0
...
For symmetry/interoperability with makeBinaryWrapper. Implemented as
--argv0 '$0'
2022-05-10 22:07:57 +02:00
Naïm Favier
81b9c712ce
wrapGAppsHook: rename argument to makeWrapper
...
...and pass it makeBinaryWrapper in all-packages.nix
2022-05-10 22:07:56 +02:00
Naïm Favier
62245943aa
makeWrapper,makeBinaryWrapper: introduce explicitly named functions
...
Because both versions might end up in a derivation's build inputs, it
might be useful to be able to explicitly select which function to use.
2022-05-10 22:07:56 +02:00
github-actions[bot]
3a79190750
Merge staging-next into staging
2022-05-10 18:01:50 +00:00
Artturi
e542055118
Merge pull request #154044 from magnetophon/Surge-XT
2022-05-10 20:25:52 +03:00
Armeen Mahdian
20653f46b8
ocropus: remove
2022-05-10 19:13:22 +02:00
Artemis Tosini
69146c5629
dsf2flac: unstable-2018-01-02 → unstable-2021-07-31
...
Set artemist as maintainer as current one isn't active
Set platform to only x86-64_linux as others do not work
2022-05-10 18:08:03 +02:00
Thiago Kenji Okada
c4956c85b4
Merge pull request #172320 from xaverdh/binary-wrapper-fixes
...
treewide: use non-binary wrapper for wrapGAppsHook where appropriate
2022-05-10 17:07:26 +01:00
markuskowa
fcfb2f1317
Merge pull request #172348 from markuskowa/fix-molden
...
molden: unbreak build, make compatible with gcc-10
2022-05-10 17:59:59 +02:00
Markus Kowalewski
5fd7f4ef82
molden: unbreak build, make compatible with gcc-10
2022-05-10 17:01:35 +02:00
Dmitry Bogatov
37578b911e
rcshist: use webarchive of source tgz ( #172339 )
...
Upstream archive has no version and is not reproducible. I doubt version 1.05
would ever appear, but still.
Suggested-By: @SuperSandro2000
Co-authored-by: Dmitry Bogatov <git#v1@kaction.cc>
2022-05-10 16:49:53 +02:00
Sandro
5076c4c21b
Merge pull request #172157 from nazarewk/pkgs/teamviewer/update
...
teamviewer: 15.26.4 -> 15.29.4
2022-05-10 16:41:00 +02:00
Sandro
7832347bc0
Merge pull request #154910 from onny/nota
...
mauikit-nota: init at 2.1.1
2022-05-10 16:08:10 +02:00
Sandro
4010722a05
Merge pull request #154131 from onny/vvave
...
vvave: init at 2.1.1
2022-05-10 15:37:53 +02:00
Dominik Xaver Hörl
757f518f80
gmtp: fix with non-binary wrapper for wrapGAppsHook
...
The use of --add-flags in this derivation assumed quotes to be expanded, which the binary
wrapper (which wrapGAppsHook uses since #164163 ) will not do.
2022-05-10 15:17:09 +02:00
Dominik Xaver Hörl
220428039c
bluej: fix with non-binary wrapper for wrapGAppsHook
...
The use of --add-flags in this derivation assumed quotes to be expanded, which the binary
wrapper (which wrapGAppsHook uses since #164163 ) will not do.
2022-05-10 15:17:09 +02:00
Fabian Affolter
358fd949bf
Merge pull request #172326 from 06kellyjac/terragrunt
...
terragrunt: 0.36.10 -> 0.36.11
2022-05-10 15:16:17 +02:00
Dominik Xaver Hörl
86e7fa945e
tlaplusToolbox: use non-binary wrapper for wrapGAppsHook
...
The use of --add-flags in this derivation does not work with binary
wrappers, which wrapGAppsHook uses since #164163 .
2022-05-10 15:13:58 +02:00
markuskowa
906b1bbe58
Merge pull request #172322 from markuskowa/fix-siesta
...
siesta: fix hardcoded path to rm
2022-05-10 14:18:33 +02:00
github-actions[bot]
1a3de31faa
Merge staging-next into staging
2022-05-10 12:11:45 +00:00
06kellyjac
18aee8a1ad
terragrunt: 0.36.10 -> 0.36.11
2022-05-10 12:14:42 +01:00
Dominik Xaver Hörl
a2ee3ed3f2
vscode: use non-binary wrapper for wrapGAppsHook
...
The use of --add-flags in this derivation does not work with binary
wrappers, which wrapGAppsHook uses since #164163 .
2022-05-10 13:11:10 +02:00
Dominik Xaver Hörl
a697777808
discord: use non-binary wrapper for wrapGAppsHook
...
The use of --add-flags in this derivation does not work with binary
wrappers, which wrapGAppsHook uses since #164163 .
2022-05-10 13:09:04 +02:00
Dominik Xaver Hörl
6d06f47584
brave: use non-binary wrapper for wrapGAppsHook
...
The use of --add-flags in this derivation does not work with binary
wrappers, which wrapGAppsHook uses since #164163 .
2022-05-10 13:05:57 +02:00
Bobby Rong
d8a584cbd3
Merge pull request #172197 from wineee/srain
...
srain: 1.3.2 -> 1.4.0
2022-05-10 19:02:05 +08:00
Bobby Rong
fad2084c7a
Merge pull request #172172 from 06kellyjac/driftctl
...
driftctl: 0.28.1 -> 0.29.0
2022-05-10 18:53:47 +08:00
Markus Kowalewski
de869f039d
siesta: fix hardcoded path to rm
2022-05-10 12:53:22 +02:00
Dominik Xaver Hörl
70d7d6eefa
signal-desktop: use non-binary wrapper for wrapGAppsHook
...
The use of --add-flags in this derivation does not work with binary
wrappers, which wrapGAppsHook uses since #164163 .
2022-05-10 12:51:19 +02:00
Sarah Brofeldt
5bafcab8ec
Merge pull request #172319 from ncfavier/fix-teams
...
teams: fix wrapper workaround
2022-05-10 12:49:04 +02:00
Naïm Favier
b4a61b636a
teams: fix wrapper workaround
...
We can't rely on the wrapper being a shell script, so we make our own
wrapper to append the needed args.
2022-05-10 12:43:06 +02:00
Thiago Kenji Okada
09675d874b
Merge pull request #172224 from otavio/topic/upgrade-sh-092
...
shellhub-agent: 0.9.1 -> 0.9.2
2022-05-10 11:40:43 +01:00
Thiago Kenji Okada
de28707d84
Merge pull request #172196 from Gaelan/emulationstation/pin-boost
...
emulationstation: pin boost 1.69
2022-05-10 11:21:08 +01:00
Maximilian Bosch
8df19f6483
Merge pull request #172159 from Ma27/bump-swaylock-effects
...
swaylock-effects: 1.6-3 -> unstable-2021-10-21
2022-05-10 12:06:50 +02:00
André Silva
2e2fd57b52
Merge pull request #172229 from FlorianFranzen/polkadot_0_9_21
...
polkadot: 0.9.18 -> 0.9.21
2022-05-10 10:57:33 +01:00
Lassulus
d369c0c118
Merge pull request #163869 from r-ryantm/auto-update/gurobi
...
gurobi: 9.5.0 -> 9.5.1
2022-05-10 11:46:25 +02:00
Lassulus
5ed1d2ff8f
Merge pull request #163885 from r-ryantm/auto-update/ott
...
ott: 0.31 -> 0.32
2022-05-10 11:45:47 +02:00
Lassulus
a5e2c6e6dd
Merge pull request #163941 from r-ryantm/auto-update/backintime-common
...
backintime-common: 1.2.1 -> 1.3.2
2022-05-10 11:45:16 +02:00
Fabian Affolter
6714d31dd2
Merge pull request #172202 from 06kellyjac/terragrunt
...
terragrunt: 0.36.6 -> 0.36.10
2022-05-10 10:41:43 +02:00
Jonas Heinrich
83b7231f6a
clip: init at 2.1.1
2022-05-10 04:33:35 -04:00
github-actions[bot]
2bf60ff84f
Merge staging-next into staging
2022-05-10 06:01:44 +00:00
github-actions[bot]
0be721b129
terraform-providers: update 2022-05-09
2022-05-10 14:18:11 +10:00
Artturi
3f9f75aae9
Merge pull request #172185 from hexchen/alfaview
...
alfaview: 8.43.0 -> 8.44.0
2022-05-10 06:30:27 +03:00
Artturi
db137956d6
Merge pull request #172263 from otavio/topic/apngasm-3110
...
apngasm: 3.1.9 -> 3.1.10
2022-05-10 06:17:01 +03:00
1000101
f44cf991c7
terraform-providers.cloudamqp: init at 1.15.3
2022-05-10 12:59:50 +10:00
Artturi
6d007b2ce4
Merge pull request #172250 from Artturin/ridofnulls
...
remove some useless null asserts
2022-05-10 04:24:31 +03:00
Anderson Torres
189af8d922
Merge pull request #172120 from AndersonTorres/new-elisp
...
elisp updates
2022-05-09 21:49:56 -03:00
Otavio Salvador
7565c2e455
apngasm: 3.1.9 -> 3.1.10
...
3.1.9 had issues with building and 3.1.10 has been released fixing
those; a parallel building error has been found and it is fixed on
Gentoo repository, from where we grab the patch from.
Log of error: https://hydra.nixos.org/log/6nh56zf7y81p0m6xxynw22wj1kaxrjbd-apngasm-3.1.9.drv
Refs: ZHF: #172160
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-05-09 21:39:27 -03:00
Martin Weinelt
e33498fb74
Merge pull request #172002 from S-NA/support-more-audio-backends
2022-05-10 02:15:54 +02:00
github-actions[bot]
2282e994f2
Merge staging-next into staging
2022-05-10 00:02:52 +00:00