Átila Saraiva
e731ced862
hpccm: init at 22.5.0
2022-06-20 22:47:09 -03:00
github-actions[bot]
3746a49dcc
Merge staging-next into staging
2022-06-21 00:02:48 +00:00
Luiz Aoqui
bbb4e423e4
nomad: remove dependency on Nvidia ( #178287 )
...
Nomad 1.2.0 externalized[1] the Nvidia device driver out of the main
codebase and into a separate plugin[2], so there is no need to load the
Nvidia libraries anymore when building Nomad itself.
[1]: https://github.com/hashicorp/nomad/blob/main/CHANGELOG.md#120-november-15-2021
[2]: https://github.com/hashicorp/nomad-device-nvidia
2022-06-21 07:22:24 +10:00
Fabian Affolter
675368ec0b
Merge pull request #178335 from SuperSandro2000/dnscontrol
...
dnscontrol: 3.16.2 -> 3.17.0
2022-06-20 21:59:01 +02:00
Daniel Șerbănescu
d194ad9627
poedit: 3.0.1 -> 3.1
2022-06-20 21:57:25 +02:00
Fabian Affolter
c11fab4b4b
Merge pull request #178144 from fabaff/gosca
...
gosca: init at 0.4.2
2022-06-20 21:35:22 +02:00
Fabian Affolter
95e7c3049a
Merge pull request #178068 from fabaff/dnsmonster
...
dnsmonster: init at 0.9.3
2022-06-20 21:28:56 +02:00
github-actions[bot]
8c4cc99917
Merge staging-next into staging
2022-06-20 18:01:47 +00:00
Alok Parlikar
4b31cc7551
grpc-gateway: init at 2.10.3
2022-06-20 19:01:47 +02:00
Sandro Jäckel
ba1e8de5da
dnscontrol: 3.16.2 -> 3.17.0
2022-06-20 17:06:40 +02:00
Milo Gertjejansen
810f9640da
tt-rss-plugin-feediron: init at 1.32 ( #142277 )
...
* tt-rss-plugin-feediron: init at v1.32
Adds feediron plugin for tt-rss.
* Apply suggestions from code review
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* Remove stray semi-colon
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-20 17:06:28 +02:00
Johannes Maier
c6f4366305
infra-arcana: init at 21.0.1
2022-06-20 16:19:00 +02:00
Sandro
b3df41c011
Merge pull request #177913 from Yarny0/clickshare
...
{nixos/,}clickshare-csc1: remove (qt4)
2022-06-20 15:55:24 +02:00
lewo
eb5bb6333d
Merge pull request #176676 from nlewo/tfplugindocs
...
tfplugindocs: init at 0.9.0
2022-06-20 15:36:42 +02:00
Sandro
868710b35d
Merge pull request #178139 from jraygauthier/jrg/tiscamera-1_0
...
tiscamera: 0.13.1 -> 1.0.0
2022-06-20 15:32:11 +02:00
Sandro
28dc4cdb3b
Merge pull request #177322 from papojari/colorpanes
...
colorpanes: init at 3.0.1
2022-06-20 15:22:39 +02:00
Dominic Delabruere
13ba5dda40
deadbeefPlugins.musical-spectrum: init at unstable-2020-07-01
2022-06-20 09:12:46 -04:00
github-actions[bot]
8637d8e56f
Merge staging-next into staging
2022-06-20 12:01:56 +00:00
lassulus
7e68dc4d9b
ergochat: 2.9.1 -> 2.10.0
2022-06-20 12:30:24 +02:00
Sandro
47dc4cc796
Merge pull request #171031 from Luflosi/add/decoder
...
decoder: init at unstable-2021-11-20
2022-06-20 12:28:07 +02:00
github-actions[bot]
0de0efb83d
Merge staging-next into staging
2022-06-20 06:06:33 +00:00
XYenon
0aebaa8c6c
nali: 0.3.2 -> 0.4.2
2022-06-20 13:56:02 +08:00
Anderson Torres
72bbea9db7
Merge pull request #178285 from AndersonTorres/ventoy
...
ventoy-bin: 1.0.76 -> 1.0.77
2022-06-20 01:45:15 -03:00
AndersonTorres
48a99192af
ventoy-bin: 1.0.76 -> 1.0.77
...
Also, create a ventoy-bin-full (with all filesystems but no gui).
2022-06-19 22:27:19 -03:00
github-actions[bot]
47ced4f28d
Merge staging-next into staging
2022-06-19 18:01:54 +00:00
Jamie Quigley
6f7502f325
treewide: move all cargo subcommands to pkgs/development/tools/rust/
2022-06-19 17:58:16 +01:00
legendofmiracles
9fba3c44d7
Merge pull request #176867 from tejasag/submit/init-oak
...
oak: init at v0.2
2022-06-19 06:38:34 -06:00
Matthieu Coudron
ce505a3984
vimPlugins: use lua derivation if it exists ( #178180 )
...
Neovim plugins are now more often than not written in lua.
One advantage of the lua ecosystem over vim's is the existence of
luarocks and the rockspec format, which allows to specify a package
dependencies formally.
I would like more neovim plugins to have a formal description,
"rockspec" being the current candidate.
This MR allows to use nix lua packages as neovim plugins, so as to enjoy
every benefit that rockspecs bring:
- dependdency discovery
- ability to run test suite
- luarocks versioning
- rockspec metadata
the vim update.py script will check if an attribute with the vim plugin
pname exists in lua51Packages. If it does, it uses
buildNeovimPluginFrom2Nix on it, which modifies the luarocks config to
do an almost flat install (luarocks will install the package in the lua
folder instead of share/5.1/lua etc).
It also calls toVimPlugin on it to get all the vim plugin niceties.
The list of packages that could benefit from this is available at
https://luarocks.org/labels/neovim
but I hope it grows.
2022-06-19 14:18:16 +02:00
github-actions[bot]
f84a59fe94
Merge staging-next into staging
2022-06-19 12:01:50 +00:00
Vladimír Čunát
849bf88af1
Merge #177182 : kiwix: 2.0.5 -> 2.2.1
2022-06-19 14:00:17 +02:00
Vladimír Čunát
2783f5c40e
Merge #176496 : xdg-utils: fix cross-compilation
2022-06-19 14:00:16 +02:00
Vladimír Čunát
736a13b4fc
Merge #174275 : jami: 20211223.2.37be4c3 -> 20220503.1550.0f35faa
2022-06-19 14:00:11 +02:00
Sandro
3d6a6aa989
Merge pull request #158044 from pasqui23/gamehub
...
gamehub: init at 0.16.3-2
2022-06-19 11:52:01 +02:00
Sandro
d11a703d95
Merge pull request #177894 from fgaz/pokete/init
2022-06-19 11:51:52 +02:00
Sandro
93e34826f1
Merge pull request #176473 from pacien/matrix-commander-2.30.0
2022-06-19 11:41:45 +02:00
Sandro
153078b6fa
Merge pull request #133224 from applePrincess/add-sherlock
2022-06-19 11:25:38 +02:00
Sandro
c77e2ff473
Merge pull request #178168 from sven-of-cord/master
...
spr: init at 1.3.2
2022-06-19 11:24:09 +02:00
Fabian Affolter
6a9c4efc3c
Merge pull request #178142 from fabaff/gitls
...
gitls: init at 1.0.3
2022-06-19 09:31:45 +02:00
Fabian Affolter
646afb6bf8
dnsmonster: init at 0.9.3
2022-06-19 09:22:06 +02:00
Lein Matsumaru
9cf7759f91
sherlock: init at 0.14.0
2022-06-19 04:22:30 +00:00
github-actions[bot]
9f3b3514f1
Merge staging-next into staging
2022-06-19 00:03:16 +00:00
github-actions[bot]
b7aba4fb0f
Merge master into staging-next
2022-06-19 00:02:36 +00:00
Sven Over
68e989d380
spr: init at 1.3.2
2022-06-18 23:12:35 +01:00
Sandro
753b852859
Merge pull request #173894 from fgaz/titanion/init
...
titanion: init at 0.3
2022-06-18 23:01:32 +02:00
Sandro
48a9f3f8ec
Merge pull request #178177 from fabaff/dnsmon
...
dnsmon-go: init at unstable-2022-05-13
2022-06-18 23:00:21 +02:00
Sandro
6a64c0ef4b
Merge pull request #178172 from fabaff/secrets-extractor
...
secrets-extractor: init at 1.0.1
2022-06-18 22:19:41 +02:00
Francesco Gazzetta
11c5f73828
pokete: init at 0.7.2
2022-06-18 21:47:41 +02:00
Fabian Affolter
0c3b4c878d
dnsmon-go: init at unstable-2022-05-13
2022-06-18 20:57:18 +02:00
Fabian Affolter
e279a72210
secrets-extractor: init at 1.0.1
2022-06-18 20:30:56 +02:00
Fabian Affolter
5ed5e3784d
osv-detector: init at 0.6.0
2022-06-18 16:48:22 +02:00
Fabian Affolter
a70d312b44
jsubfinder: init at unstable-2022-05-31
2022-06-18 16:37:56 +02:00
Fabian Affolter
eb49cf1684
gosca: init at 0.4.2
2022-06-18 14:52:51 +02:00
Fabian Affolter
fc8516ff56
gitls: init at 1.0.3
2022-06-18 14:33:15 +02:00
github-actions[bot]
9274b44e43
Merge staging-next into staging
2022-06-18 12:01:49 +00:00
github-actions[bot]
8f08f9d222
Merge master into staging-next
2022-06-18 12:01:16 +00:00
Raymond Gauthier
11af729cd0
tiscamera: 0.13.1 -> 1.0.0
2022-06-18 07:42:37 -04:00
Yarny0
bd86db1833
{nixos/,}clickshare-csc1: remove (prepare Qt4 removal)
...
Qt4 is on it's way out, according to
https://github.com/NixOS/nixpkgs/pull/174634
Barco's ClickShare driver/client requires Qt4;
an update isn't in sight anywhere.
To prepare for the removal of Qt4,
the commit at hand removes the
ClickShare package and its NixOS module.
The release notes are appended with a hint about the
removal and some alternatives that might help users
that are still in need of the driver/client functionality.
2022-06-18 11:47:08 +02:00
Pasquale
207a128a69
GameHub: init at 0.16.3-2
...
a
2022-06-18 11:23:08 +02:00
Fabian Affolter
a5051e29e2
Merge pull request #177860 from fabaff/routersploit
...
routersploit: init at unstable-2021-02-06
2022-06-18 10:30:39 +02:00
github-actions[bot]
358f18f4c3
Merge staging-next into staging
2022-06-18 07:06:46 +00:00
Sergei Trofimovich
5ee88ab21d
Merge master into staging-next
2022-06-18 08:00:58 +01:00
Mario Rodas
419e1c95e2
rage: 0.8.0 -> 0.8.1
...
https://github.com/str4d/rage/releases/tag/v0.8.1
2022-06-18 04:20:00 +00:00
AndersonTorres
6e73e6e668
tinyalsa: init at 2.0.0
2022-06-17 22:34:09 -03:00
github-actions[bot]
f40a25207d
Merge staging-next into staging
2022-06-18 00:02:27 +00:00
Anderson Torres
9877c29734
Merge pull request #169120 from aciceri/master
...
umoria: init at 5.7.15
2022-06-17 18:25:17 -03:00
Klemens Nanni
f597e7e9fc
alarm-clock-applet: remove ( #177921 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-17 22:10:30 +02:00
Sandro
2dc9fa4455
Merge pull request #177868 from 06kellyjac/kdigger
...
kdigger: init at 1.2.0
2022-06-17 22:09:16 +02:00
Sandro
dda843a6b7
Merge pull request #177919 from sikmir/monocypher
...
monocypher: init at 3.1.3
2022-06-17 21:23:05 +02:00
06kellyjac
34c91d44c8
kdigger: init at 1.2.0
2022-06-17 20:14:55 +01:00
Sandro
35ab974a22
Merge pull request #178031 from veprbl/pr/dawn_init
...
dawn: init at 3.91a
2022-06-17 21:10:39 +02:00
Sandro
e0befdf407
Merge pull request #175447 from aaronjheng/awless
...
awless: remove
2022-06-17 21:07:39 +02:00
Sandro
dcba8de350
Merge pull request #177912 from takagiy/plasma-overdose-kde-theme
...
plasma-overdose-kde-theme: init at unstable-2022-05-30
2022-06-17 21:03:43 +02:00
Sandro
8a9d978c34
Merge pull request #177914 from fabaff/adenum
...
adenum: init at unstable-2022-04-01
2022-06-17 20:41:21 +02:00
Jan Tojnar
222bf23c35
Merge branch 'master' into staging-next
...
; Conflicts:
; pkgs/top-level/python-packages.nix
2022-06-17 20:30:43 +02:00
Ivan Kovnatsky
c9507b994f
iam-policy-json-to-terraform: Init at 1.8.0
( #178035 )
2022-06-17 20:25:35 +02:00
Daniel Olsen
9ec90a2d93
wayback-machine-archiver: init at 1.9.1
2022-06-17 20:03:49 +02:00
Anderson Torres
e1c8b9a431
Merge pull request #177670 from jonnybolton/sokol
...
sokol: init at unstable-2022-06-13
2022-06-17 13:32:39 -03:00
Aaron Jheng
3b11bd8857
awless: remove
...
awless is lack of maintenance from upstream since 2018.
2022-06-17 15:02:31 +00:00
ajs124
dcaa5dca4f
Merge pull request #177685 from Izorkin/update-modsecurity
...
Update modsecurity packages
2022-06-17 14:50:44 +02:00
github-actions[bot]
8ac32ac4de
Merge staging-next into staging
2022-06-17 12:01:56 +00:00
magnouvean
4d9b321b1a
ferdium: init at 6.0.0-nightly.40 ( #173582 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-17 14:01:42 +02:00
github-actions[bot]
f6b0f94b9e
Merge master into staging-next
2022-06-17 12:01:21 +00:00
Sandro
4c935ca233
Merge pull request #175446 from aaronjheng/kubicorn
...
kubicorn: remove
2022-06-17 11:59:33 +02:00
Sandro
5c2ff5949e
Merge pull request #173130 from aaronjheng/phraseapp-client
...
phraseapp-client: remove
2022-06-17 11:58:59 +02:00
Fabian Affolter
c28fe94f00
Merge pull request #177774 from fabaff/jwt-hack
...
jwt-hack: init at 1.1.2
2022-06-17 10:06:34 +02:00
Fabian Affolter
1142d6ba69
Merge pull request #177848 from fabaff/androguard-all
...
all-packages: add androguard
2022-06-17 10:02:58 +02:00
Sandro
8c0b9e4012
Merge pull request #177944 from fabaff/graphw00f
...
graphw00f: init at 1.1.2
2022-06-17 09:32:46 +02:00
Sandro
8e57c30fb3
Merge pull request #177746 from raboof/init-xlogo-1.0.5
...
xlogo: init at 1.0.5
2022-06-17 09:31:59 +02:00
github-actions[bot]
5e3a16c8af
Merge staging-next into staging
2022-06-17 06:01:47 +00:00
github-actions[bot]
c2c4d2b8fa
Merge master into staging-next
2022-06-17 06:01:10 +00:00
Anderson Torres
20c0964ebf
Merge pull request #177827 from malob/fix-wxGTK30-darwin
...
wxGTK30-gtk2,wxGTK30-gtk3: add missing buildInput on Darwin
2022-06-17 02:29:51 -03:00
Anderson Torres
e5fe188aba
Merge pull request #177928 from AndersonTorres/new-uclibc-ng
...
uclibc-ng: 1.0.38 -> 1.0.41
2022-06-17 02:05:28 -03:00
AndersonTorres
e418cc4298
Move uclibc to uclibc-ng
...
In order to keep coherence between upstream project's name.
Also, aliasing it to the older names uclibc and uclibcCross.
2022-06-17 00:52:39 -03:00
Malo Bourgon
135836b31b
wxsqliteplus: fix Darwin build
2022-06-16 19:20:03 -07:00
Malo Bourgon
0b06db69f5
wxSVG: unbreak on Darwin
2022-06-16 19:19:55 -07:00
Jonny Bolton
d6b6545c9b
sokol: init at unstable-2022-06-13
2022-06-17 00:52:29 +01:00
github-actions[bot]
46b42d9734
Merge staging-next into staging
2022-06-16 23:27:58 +00:00
github-actions[bot]
ccdd0f7af6
Merge master into staging-next
2022-06-16 23:27:22 +00:00
Klemens Nanni
f4a6eb91b9
google-play-music-desktop-player: Remove
...
`meta.homepage` is unreachable and starting GPMDP eventually just shows
a black screen as described in
https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues/3942
It also depends on deprecated GNOME2/GTK2.
Google Play Music has been discontinued but this program also supported
YouTube Music, for which also `pkgs.ytmdesktop` exists.
See #39976 .
See #115239 .
See #115907 .
2022-06-17 01:14:35 +02:00
Dmitry Kalinkin
3e4d46ba0a
dawn: init at 3.91a
2022-06-16 19:05:08 -04:00
Fabian Affolter
aac5262233
Merge pull request #177726 from fabaff/commix
...
commix: init at 3.4
2022-06-17 00:30:35 +02:00
Fabian Affolter
f34a05d96f
graphw00f: init at 1.1.2
2022-06-17 00:28:02 +02:00
Fabian Affolter
91b1c2de34
Merge pull request #177782 from lf-/pgcli-has-libs
...
pgcli: make it a package rather than an application
2022-06-16 23:59:13 +02:00
Anderson Torres
60f71bd72a
Merge pull request #176044 from aaronjheng/gotags
...
gotags: remove
2022-06-16 18:33:45 -03:00
Anderson Torres
e1fc51c576
Merge pull request #176196 from aaronjheng/s3gof3r
...
s3gof3r: remove
2022-06-16 18:33:19 -03:00
Anderson Torres
399df17733
Merge pull request #177747 from klemensn/stride-remove
...
stride: Remove
2022-06-16 18:32:29 -03:00
Anderson Torres
cf484f356d
Merge pull request #177918 from klemensn/unity3d-remove
...
unity3d: Remove
2022-06-16 18:17:15 -03:00
Jade Lovelace
89fdc63965
Apply suggested changes
2022-06-16 14:13:14 -07:00
AndersonTorres
2ee6526b2a
Cosmetical: 80-char fill the opening paragraph of all-packages.nix
2022-06-16 17:29:59 -03:00
Klemens Nanni
4161b3d11f
unity3d: Remove
...
The package is non-free, starts but requires an account to work with and
crashes upon exit:
```
$ unity-editor
Segmentation fault (core dumped)
```
The last nixpkgs update in 2019 bumped it to a version from 2018, while
upstream continues to update regularly.
`meta.maintainer` is not empty but this package is effectively
unmaintained.
Unless someone invests into this package, it ought to be removed as it
depends on deprecated GTK2.
See #39976 .
2022-06-16 21:34:20 +02:00
Nikolay Korotkiy
1ec563dd0a
monocypher: init at 3.1.3
2022-06-16 22:30:29 +03:00
Fabian Affolter
6d1ce6d1fd
adenum: init at unstable-2022-04-01
2022-06-16 20:58:45 +02:00
WeebSorceress
41b5af8b65
anime-downloader: init at 5.0.14
2022-06-16 15:38:37 -03:00
github-actions[bot]
8c938c76c8
Merge staging-next into staging
2022-06-16 18:01:58 +00:00
github-actions[bot]
1b3f8ec8e4
Merge master into staging-next
2022-06-16 18:01:17 +00:00
Sandro
22e7607da5
golangci-lint-langserver: init at 0.0.6 ( #177692 )
...
* golangci-lint-langserver: init at 0.0.6
* Update pkgs/development/tools/golangci-lint-langserver/default.nix
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2022-06-16 17:57:04 +02:00
Nick Cao
1747286076
hydra_unstable: 2022-05-03 -> 2022-06-16
2022-06-16 21:19:47 +08:00
github-actions[bot]
ec85a5daac
Merge staging-next into staging
2022-06-16 12:02:44 +00:00
github-actions[bot]
29e7966a7d
Merge master into staging-next
2022-06-16 12:01:50 +00:00
Fabian Affolter
6cb0c16640
routersploit: init at unstable-2021-02-06
2022-06-16 11:52:16 +02:00
takagiy
0157a87103
plasma-overdose-kde-theme: init at unstable-2022-05-30
2022-06-16 16:36:08 +09:00
Fabian Affolter
adb98d3d97
all-packages: add androguard
2022-06-16 09:09:40 +02:00
Fabian Affolter
0b59d07567
Merge pull request #177687 from fabaff/graphqlmap
...
graphqlmap: init at unstable-2022-01-17
2022-06-16 08:39:22 +02:00
github-actions[bot]
a90acc488a
Merge staging-next into staging
2022-06-16 06:01:58 +00:00
github-actions[bot]
ee08b3ce28
Merge master into staging-next
2022-06-16 06:01:20 +00:00
Malo Bourgon
d304496834
wxGTK30-gtk2,wxGTK30-gtk3: add missing buildInput on Darwin
2022-06-15 18:50:04 -07:00
Anderson Torres
da427f4296
Merge pull request #176756 from jakobneufeld/master
...
dt-shell-color-scripts: init at unstable-2022-02-22
2022-06-15 22:24:41 -03:00
Anderson Torres
e63b401182
Merge pull request #177582 from simoneruffini/fix/way-display-add
...
way-displays: init at 1.5.3
2022-06-15 22:23:10 -03:00
github-actions[bot]
ca38c61118
Merge staging-next into staging
2022-06-16 00:02:52 +00:00
github-actions[bot]
d1886be475
Merge master into staging-next
2022-06-16 00:02:14 +00:00
Fabian Affolter
f649383c5a
Merge pull request #177777 from 06kellyjac/chain-bench
...
chain-bench: init at 0.0.2
2022-06-16 00:27:01 +02:00
Fabian Affolter
2b2174260f
Merge pull request #177781 from klemensn/wxcam-remove
...
wxcam: Remove
2022-06-16 00:25:51 +02:00
Fabian Affolter
7dcd2853b9
Merge pull request #175969 from theHedgehog0/asleap-init
...
asleap: init at 06-20-2021
2022-06-15 23:39:43 +02:00
Rick van Schijndel
24c166f27e
Merge pull request #177749 from klemensn/sweep-visualizer-remove
...
sweep-visualizer: Remove
2022-06-15 23:21:20 +02:00
Rick van Schijndel
3eb0acf33f
Merge pull request #177745 from klemensn/lighttable-remove
...
lighttable: Remove
2022-06-15 23:14:32 +02:00
Fabian Affolter
d508503f4d
jwt-hack: init at 1.1.2
2022-06-15 22:43:01 +02:00
Rick van Schijndel
83fb2a5ec7
Merge pull request #177477 from dotlambda/wrapQtAppsHook-cross
...
libsForQt5.wrapQtAppsHook: fix cross
2022-06-15 20:33:43 +02:00
Sergei Trofimovich
206b2cfd22
Merge pull request #176253 from trofi/fetchzip-forced-UTF-8
...
fetchzip: force UTF-8 compatible locale to unpack non-ASCII symbols
2022-06-15 18:32:41 +00:00
Rick van Schijndel
a2af67230b
Merge pull request #177222 from cmm/freeciv-3.0.1
...
freeciv: 2.6.6 -> 3.0.1
2022-06-15 20:31:46 +02:00
github-actions[bot]
6cba7d42f1
Merge staging-next into staging
2022-06-15 18:02:12 +00:00
github-actions[bot]
5917794eda
Merge master into staging-next
2022-06-15 18:01:10 +00:00
Jakob Neufeld
2ba52d316c
dt-shell-color-scripts: init at unstable-2022-02-22
2022-06-15 19:36:55 +02:00
Klemens Nanni
b061feb6d6
wxcam: Remove
...
`meta.homepage` still exists but shows that the current version is from
2011.
```
$ wxcam
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.8 (no debug,Unicode,compiler with C++ ABI 1016,wx containers,compatible with 2.6),
and your program used 2.8 (no debug,Unicode,compiler with C++ ABI 1014,wx containers,compatible with 2.6).
Aborted (core dumped)
```
See #39976 .
2022-06-15 19:18:34 +02:00
Simone Ruffini
281713495f
way-displays: init at 1.5.3
2022-06-15 18:42:26 +02:00
06kellyjac
2205b90699
chain-bench: init at 0.0.2
2022-06-15 17:27:46 +01:00
ajs124
be37d88cf2
Merge pull request #177647 from klemensn/qtscriptgenerator-remove
...
qtscriptgenerator: remove (Qt4)
2022-06-15 16:27:49 +02:00
ajs124
6b622041e8
Merge pull request #177633 from klemensn/libdbusmenus-qt4-remove
...
libdbusmenu_qt: Remove (Qt4 version)
2022-06-15 16:21:36 +02:00
Arnout Engelen
c07011d3c0
xlogo: init at 1.0.5
...
Show a window with the X11 logo.
Not a very useful application in itself, but helpful to test X11-related things.
2022-06-15 16:13:35 +02:00
Arnout Engelen
347f24aa43
xorg-autoconf: init at 1.19.3
2022-06-15 16:13:24 +02:00
Sandro
0ee5bae3d4
Merge pull request #177673 from MatthewCroughan/mc/discord.sh
...
discord-sh: init at unstable-2022-05-19
2022-06-15 14:28:46 +02:00
github-actions[bot]
7d845ac90c
Merge staging-next into staging
2022-06-15 12:02:14 +00:00
Klemens Nanni
7817ca4aa7
sweep-visualizer: Remove
...
`meta.homepage` links to a nonexistent subdomain and
https://scanse.io/downloads still only has instructions for ancient
Ubuntu 14.04.
This package has not seen updates in years and likely never will.
It depends on GNOME2/GTK2 which will go eventually.
It is also marked as unfree, so there's even less incentive to keep
such dead software around.
It crashes on start:
```
$ NIXPKGS_ALLOW_UNFREE=1 nix-shell -p sweep-visualizer
...
$ sweep_visualizer
Segmentation fault (core dumped)
```
See #39976 .
2022-06-15 13:08:19 +02:00
Martin Weinelt
cf610b5257
Merge remote-tracking branch 'origin/master' into staging-next
2022-06-15 13:05:54 +02:00
Klemens Nanni
d4954f4bd1
stride: Remove
...
https://en.wikipedia.org/wiki/Stride_(software)
> Stride was bought by Atlassian's competitor Slack Technologies and was discontinued on February 15, 2019.
2022-06-15 12:46:46 +02:00
Klemens Nanni
0d55e8b15c
lighttable: Remove
...
Last updated in 2016, depends on deprecated gnome2 and fails to start
without warning/error:
```
$ lighttable ; echo $?
0
$ coredumpctl list -1
TIME PID UID GID SIG COREFILE EXE SIZE
Wed 2022-06-15 12:24:50 EET 501223 1000 100 SIGSEGV present /nix/store/9kk7yx3n7a896x40ypr7w4kzya8b0mc9-lighttable-0.8.1/share/LightTable/LightTable 71.4M
```
See #39976 .
2022-06-15 12:34:59 +02:00
matthewcroughan
b96b41d2a8
discord-sh: init at unstable-2022-05-19
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-15 09:18:52 +01:00
Fabian Affolter
5684a598cd
commix: init at 3.4
2022-06-15 09:46:19 +02:00
Jeroen Simonetti
766a719557
routedns: init at 0.1.5
...
Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2022-06-15 08:32:56 +02:00
Anderson Torres
5dfe01f551
Merge pull request #177639 from klemensn/qshowdiff-remove
...
qshowdiff: Remove (Qt4)
2022-06-14 21:42:18 -03:00
Anderson Torres
153c8b7d04
Merge pull request #177636 from klemensn/libbluedevil-remove
...
libbluedevil: Remove (Qt4)
2022-06-14 21:41:50 -03:00
Robert Schütz
01fb64af34
catch2_3: init at 3.0.1
...
Version 3 is not backwards compatible with version 2:
https://github.com/catchorg/Catch2/blob/v3.0.1/docs/migrate-v2-to-v3.md
2022-06-15 00:07:43 +00:00
github-actions[bot]
8c2f449ebc
Merge staging-next into staging
2022-06-15 00:02:51 +00:00
github-actions[bot]
4e74812c3a
Merge master into staging-next
2022-06-15 00:02:12 +00:00
Sandro
f600a0dfd8
Merge pull request #177331 from kenranunderscore/add-sil-q
2022-06-15 01:32:21 +02:00
Sandro
f7251ca210
Merge pull request #168505 from brhoades/brhoades/ngrok-bump-v3
...
ngrok: 2.3.40 -> 3.0.4
2022-06-15 01:30:17 +02:00
Fabian Affolter
f3f26e026b
graphqlmap: init at unstable-2022-01-17
2022-06-14 23:29:19 +02:00
Izorkin
c64d9a23c7
libmodsecurity: 3.0.6 -> 3.0.7
2022-06-15 00:28:04 +03:00
José Romildo Malaquias
bf190d4945
mojave-gtk-theme: 2022-05-12 -> 2022-06-07 ( #177337 )
2022-06-14 22:30:39 +02:00
Timothy DeHerrera
e0b7c127da
Merge pull request #177445 from blaggacao/master
...
norouter: init at 0.6.4
2022-06-14 13:21:26 -07:00
github-actions[bot]
659ec6f582
Merge staging-next into staging
2022-06-14 18:02:03 +00:00
github-actions[bot]
34bc19a1dc
Merge master into staging-next
2022-06-14 18:01:25 +00:00
Klemens Nanni
d79afaff6a
qtscriptgenerator: remove (Qt4)
...
Currently fetched from google archives, upstream is dead since 2017 and
nothing depends on it.
It has not received any package updates since its introduction in 2012
(as dependency for Amarok), execept for build/infrastructure changes.
amarok-kde4 and thus the dependency was dropped in 2017.
qcad uses qtscriptgenerator internally, but it bundles its own copy.
See #174634 .
2022-06-14 16:33:59 +02:00
Klemens Nanni
e91c8a9b94
qshowdiff: Remove (Qt4)
...
No maintainer, no updates since introduction in 2010 except a bunch of
build/infrastructure related fixes.
Upstream's last commit is from 2018, GitHub links to
http://qshowdiff.danfis.cz which yields 404.
See #174634 .
2022-06-14 15:10:14 +02:00
Klemens Nanni
78d388e6f6
libbluedevil: Remove (Qt4)
...
Unused since
commit d237f44928
Author: Thomas Tuegel <ttuegel@mailbox.org>
Date: Sat Feb 18 12:53:53 2017 -0600
Remove kde4.bluedevil
- Already updated to KDE 5 in Nixpkgs
- Not useful without the KDE 4 desktop
See #174634 .
2022-06-14 15:02:00 +02:00
Klemens Nanni
8c3222d835
libdbusmenu_qt: Remove (Qt4 version)
...
This package is unused, unmaintained and uses deprecated Qt4.
See #174634 .
2022-06-14 14:45:34 +02:00
Sandro
07c545bacb
Merge pull request #177614 from fabaff/webanalyze
...
webanalyze: init at 0.3.6
2022-06-14 14:22:13 +02:00
Sandro
27e6a78af2
Merge pull request #177617 from fabaff/gowitness
...
gowitness: init at 2.4.0
2022-06-14 14:22:01 +02:00
Gabriel Ebner
188ca099b7
Merge pull request #176677 from toastal/mlton-20210107
...
mlton: 20180207 → 20210107
2022-06-14 14:05:58 +02:00
github-actions[bot]
179051c702
Merge staging-next into staging
2022-06-14 12:02:11 +00:00
github-actions[bot]
452a7d6c43
Merge master into staging-next
2022-06-14 12:01:32 +00:00
Mr Hedgehog
e4b89d723c
asleap: init at 06-20-2021
2022-06-14 07:51:43 -04:00
Fabian Affolter
54d4a1db73
gowitness: init at 2.4.0
2022-06-14 10:50:26 +02:00
Fabian Affolter
d12ff55725
webanalyze: init at 0.3.6
2022-06-14 10:33:07 +02:00
Michael Livshin
9ae248d5ba
freeciv: 2.6.6 -> 3.0.1
...
* change the default client to gtk (because sdl2 is marked experimental)
* use sdl2 sound in all clients
2022-06-14 09:16:06 +03:00
github-actions[bot]
7eb0857556
Merge staging-next into staging
2022-06-14 00:02:46 +00:00
github-actions[bot]
caada97a27
Merge master into staging-next
2022-06-14 00:02:11 +00:00
OPNA2608
80ef1c69cd
libopenmpt-modplug: init at 0.8.9.0-openmpt1
2022-06-14 01:13:18 +02:00
Billy J Rhoades II
8e97f29c01
ngrok: 2.3.40 -> 3.0.4
...
ngrok 3 was released this morning. Changelog from v2 is here:
https://ngrok.com/docs/ngrok-agent/changelog
And a detailed upgrade guide is here:
https://ngrok.com/docs/guides/upgrade-v2-v3
Notably, arguments must now be double hyphens: `--token`. Previously,
single hyphens were accepted but those invocations will now error.
2022-06-13 14:53:58 -07:00
Fabian Affolter
2e4aac819f
ldapmonitor: init at 1.3
2022-06-13 23:53:32 +02:00
Johannes Maier
312078319c
sil-q: init at v1.5.0
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-13 23:07:36 +02:00
David Arnold
8fbe78de26
norouter: init at 0.6.4
2022-06-13 15:39:02 -05:00
Fabian Affolter
0662ee2727
Merge pull request #177437 from fabaff/smbscan
...
smbscan: init at unstable-2022-05-26
2022-06-13 22:15:58 +02:00
Fabian Affolter
492faa4f42
Merge pull request #177542 from fabaff/atomic-operator
...
atomic-operator: init at 0.8.5
2022-06-13 22:01:10 +02:00
Fabian Affolter
514564d50a
Merge pull request #177487 from fabaff/crlfsuite
...
crlfsuite: init at 2.0
2022-06-13 22:00:41 +02:00
Fabian Affolter
1b4d97436b
Merge pull request #177491 from fabaff/offensive-azure
...
offensive-azure: init at 0.4.10
2022-06-13 22:00:26 +02:00
Fabian Affolter
d57af7fa69
Merge pull request #177534 from fabaff/mitmproxy2swagger
...
mitmproxy2swagger: init at 0.6.0
2022-06-13 22:00:05 +02:00
Vladimír Čunát
1e96000075
Merge #177541 : cacert: Drop python3Minimal
...
...into staging-next
2022-06-13 20:46:29 +02:00
Kevin Cox
41d033fc50
watchlog: init at 1.152.0
2022-06-13 12:43:35 -04:00
Robert Schütz
59182da0c7
qt6Packages.wrapQtAppsHook: fix cross
2022-06-13 16:40:20 +00:00
Fabian Affolter
4ecbbe3805
atomic-operator: init at 0.8.5
2022-06-13 18:28:08 +02:00
toonn
1e1539c281
cacert: Drop python3Minimal
...
This PR, https://github.com/NixOS/nixpkgs/pull/176291 , started building
`cacert` with `python3Minimal` to work around an infinite recursion
problem with the `mailcap` build.
This causes problems now because `buildcatrust` requires the `_scproxy`
module and that's not built for `python3Minimal` on Darwin. This causes
many transitive failures. Simply building `cacert` with `python3` seems
to work fine.
The `mailcap` expression has since been altered and this infinite
recursion issue doesn't reappear.
2022-06-13 17:36:08 +02:00
Fabian Affolter
9e603ba5f1
mitmproxy2swagger: init at 0.6.0
2022-06-13 17:31:30 +02:00
github-actions[bot]
fa46b52651
Merge staging-next into staging
2022-06-13 12:02:02 +00:00
github-actions[bot]
153ddcc04c
Merge master into staging-next
2022-06-13 12:01:23 +00:00
Jörg Thalheim
7221cae5b9
Merge pull request #175723 from aaronjheng/manul
...
manul: remove
2022-06-13 14:00:35 +02:00
Fabian Affolter
022562fcf0
offensive-azure: init at 0.4.10
2022-06-13 10:43:38 +02:00
Fabian Affolter
ee0c29026a
crlfsuite: init at 2.0
2022-06-13 10:19:47 +02:00
Fabian Affolter
1cd4b21e07
smbscan: init at unstable-2022-05-26
2022-06-13 09:41:12 +02:00
Robert Schütz
5344965f85
libsForQt5.wrapQtAppsHook: fix cross
2022-06-13 06:40:45 +00:00
github-actions[bot]
fdcac7b9f2
Merge staging-next into staging
2022-06-12 18:01:52 +00:00
github-actions[bot]
9881bc5fb7
Merge master into staging-next
2022-06-12 18:01:18 +00:00
Maximilian Bosch
6717faa02c
Merge pull request #177216 from amarshall/linux-kernel-updates
...
Linux kernel updates 2022-06-10
2022-06-12 19:52:57 +02:00
Fabian Affolter
96b4e1afe1
Merge pull request #177188 from hamburger1984/add-hwatch
...
hwatch: init at 0.3.6
2022-06-12 18:34:37 +02:00
Artturi
ce62ff7bdf
Merge pull request #176464 from Artturin/gobjecfix
2022-06-12 17:32:49 +03:00
Andreas
dd63da9494
hwatch: init at 0.3.6
2022-06-12 15:36:24 +02:00
Azat Bahawi
e9a86f4891
boulder: release-2019-10-13 -> release-2022-05-31
2022-06-12 15:09:56 +03:00
Markus Hauck
1a4c30a353
awsrm: init at 0.4.0
2022-06-12 09:27:22 +02:00
github-actions[bot]
f82867cea3
Merge staging-next into staging
2022-06-12 00:02:55 +00:00
github-actions[bot]
dea522a1e7
Merge master into staging-next
2022-06-12 00:02:14 +00:00
ckie
4af74fa1fb
Merge pull request #173937 from KFearsoff/openvpn3-master
...
openvpn3: refactor the build
2022-06-12 02:46:08 +03:00
Sandro
9de4b4b9a0
Merge pull request #173743 from markus1189/awsls-init
...
awsls: init at 0.11.0
2022-06-11 23:33:15 +02:00
KFears
445f0e645e
openvpn3: init at 17_beta
...
Co-authored-by: SCOTT-HAMILTON <sgn.hamilton+github@protonmail.com>
Co-authored-by: Miroslav Kravec <kravec.miroslav@gmail.com>
Co-authored-by: 06kellyjac <dev@j-k.io>
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2022-06-12 01:19:51 +05:00
Fabian Affolter
a57409b115
tfsec: 1.21.2 -> 1.23.3
2022-06-11 21:44:34 +02:00
papojari
4c05d15a08
colorpanes: init at 3.0.1
2022-06-11 21:02:49 +02:00
github-actions[bot]
53d99f8319
Merge staging-next into staging
2022-06-11 18:01:47 +00:00
github-actions[bot]
f3de1bfb6d
Merge master into staging-next
2022-06-11 18:01:12 +00:00
ckie
4d63c8b732
Merge pull request #174156 from jevy/sunpaper
...
sunpaper: init at unstable-2022-04-01
2022-06-11 20:51:40 +03:00
Rick van Schijndel
8d168d2d12
Merge pull request #176042 from aaronjheng/jd
...
jd: remove
2022-06-11 19:42:09 +02:00
Sandro
170a7e765d
Merge pull request #167430 from OPNA2608/init/asap
...
asap: init at 5.2.0
2022-06-11 19:02:42 +02:00
Sandro
d06755d422
Merge pull request #165780 from OPNA2608/init/haguichi
...
haguichi: init at 1.4.5
2022-06-11 19:02:06 +02:00
jevin
5b898eb8de
sunpaper: init at unstable-2022-04-01
2022-06-11 11:47:44 -04:00
Patryk Wychowaniec
cd07d6c82e
clang-tools: provide many versions
2022-06-11 16:48:16 +02:00
legendofmiracles
949505991d
Merge pull request #177275 from Builditluc/hoard-init
...
hoard: init at 1.0.1
2022-06-11 07:53:47 -06:00
Sandro
ce660322e3
Merge pull request #159461 from dali99/libaom-tunes
...
libaom: Add support for butteraugli and vmaf tunes
2022-06-11 15:17:53 +02:00
Sandro
90cd5459a1
Merge pull request #175140 from Yureien/init/expressvpn
...
expressvpn: init at 3.25.0.13
2022-06-11 15:17:13 +02:00
Builditluc
e329b995f2
hoard: init at 1.0.1
2022-06-11 15:16:56 +02:00
Sandro
8c74650575
Merge pull request #171302 from renesat/submit/datalad
2022-06-11 15:12:36 +02:00
Sandro
332ff38e62
Merge pull request #126481 from ShamrockLee/timeshift
2022-06-11 15:01:49 +02:00
github-actions[bot]
1ff1108cce
Merge master into staging-next
2022-06-11 12:01:21 +00:00
Soham Sen
feff6ddbe7
expressvpn: init at 3.25.0.13
2022-06-11 17:10:33 +05:30
Martin Weinelt
f13315dd4c
Merge pull request #177253 from dotlambda/ceph-python39
2022-06-11 13:20:36 +02:00
Sergei Trofimovich
0da898ca39
glibcLocalesUtf8: init at 2.34
...
glibcLocalesUtf8 is a trimmed down version of glibcLocales that provides
UTF-8 locale. It is useful to use in derivations that need some UTF-8
lcoale, like unzip in https://github.com/NixOS/nixpkgs/pull/176253 .
2022-06-11 11:23:48 +01:00
Fabian Affolter
5615834be4
Merge pull request #177007 from fabaff/crackmapexec
...
crackmapexec: init at 5.2.2
2022-06-11 10:33:25 +02:00
Robert Schütz
edc8808603
ceph: use python39
...
Boost 1.75 is not compatible with Python 3.10.
2022-06-11 06:36:27 +00:00
github-actions[bot]
7317f1e3e3
Merge master into staging-next
2022-06-11 06:01:13 +00:00
ckie
faa501304d
Merge pull request #172373 from MatthewCroughan/mc/tinystatus
...
tinystatus: init at unstable-2021-07-09
2022-06-11 07:15:37 +03:00
Artturin
79d349b087
gobject-introspection: support cross-compilation
...
used the following as references
https://github.com/void-linux/void-packages/blob/master/srcpkgs/gobject-introspection
and
https://git.busybox.net/buildroot/tree/package/gobject-introspection
thanks void and buildroot
2022-06-11 04:51:18 +03:00
Artturin
6e6292279e
meson: add mesonEmulatorHook
...
fixes building documentation while cross-compiling and other issues
Exec format error: './gdk3-scan'
added some simple documentation
2022-06-11 04:51:04 +03:00
Sandro
52f1fd127e
Merge pull request #174284 from sikmir/gpsbabel
2022-06-11 02:50:41 +02:00
Andrew Marshall
a2c6e4372a
linux/hardened/patches/5.18: init at 5.18.3-hardened1
2022-06-10 17:22:33 -04:00