3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

2651 commits

Author SHA1 Message Date
Fabian Affolter 7ae23b2ffc gdu: 5.10.1 -> 5.11.0 2021-11-27 09:24:46 +01:00
Samuel Gräfenstein 63a61947b9
htop-vim: add meta.mainProgram 2021-11-24 14:21:02 +01:00
José Romildo Malaquias b023bd4864
Merge pull request #146730 from thiagokokada/htop-vim-init
htop-vim: init at unstable-2021-10-11
2021-11-24 09:19:45 -03:00
Fabian Affolter c2a3cb8443 gdu: 5.10.0 -> 5.10.1 2021-11-23 22:16:03 +01:00
Thiago Kenji Okada 4e89efeed0 htop-vim: init at unstable-2021-10-11 2021-11-20 02:28:54 -03:00
Yestin L. Harrison 5afe6d962c
plan9port: tighten up broken 2021-11-19 21:22:09 -08:00
Anderson Torres 9592d12799
Merge pull request #146323 from AndersonTorres/new-misc
plan9port: quick&dirty fixup
2021-11-18 10:06:01 -03:00
AndersonTorres 927e685929 Mark as broken on Darwin 2021-11-17 13:53:25 -03:00
figsoda 6ad04bcb7d
Merge pull request #146243 from figsoda/treewide-rust-feature
treewide: use buildFeatures and checkFeatures for rust packages
2021-11-16 21:00:48 -05:00
AndersonTorres 17b1055d65 plan9port: quick&dirty breakage fix
The presence of '+' in version string propagates to PATH variable, which breaks
`u` script, because `u` uses p9p's `sed` that treats `+` as a metacharacter.

Because of this, the version string will be reverted.
2021-11-16 20:16:43 -03:00
Sandro 5e39986fe2
Merge pull request #142151 from justinas/openseachest 2021-11-16 16:20:21 +01:00
figsoda 59a143e206 zenith: use buildFeatures 2021-11-16 08:11:46 -05:00
Vladimír Čunát 64065d76f4
Merge #144730: branch 'staging-next' 2021-11-15 11:52:15 +01:00
Bernardo Meurer fbe394aad2
btop: 1.0.24 -> 1.1.0 2021-11-14 21:16:34 -08:00
Tristan Gosselin-Hane dc76825742 tree: fix build on darwin/others 2021-11-14 11:18:53 -05:00
github-actions[bot] 9b5a105856
Merge master into staging-next 2021-11-14 00:01:47 +00:00
Maciej Krüger bbc5688e8f
tree: fix cross-compile
Should be makeFlagsArray not makeFlags
2021-11-13 19:31:08 +01:00
github-actions[bot] 631c3d7cb2
Merge master into staging-next 2021-11-13 12:01:13 +00:00
sternenseemann 1a1e32f023 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts were caused by 2043dbb6fa
interacting with b2767b69dd.
2021-11-13 12:35:55 +01:00
Maciej Krüger f745b93d86
tree: fix package
makeFlags seems to be escaped now, so to do CC=$CC we need to
append it to makeFlags in the shell script now

Otherwise we get CC=\$CC
2021-11-13 12:20:52 +01:00
Sandro Jäckel 378659148d
tree: cleanup, take maintainership 2021-11-12 17:30:38 +01:00
github-actions[bot] b199af176d
Merge master into staging-next 2021-11-11 00:01:45 +00:00
Felix Bühler f5c12e8311
treewide: replace '-git' packages with 'unstable-' in version (#145396) 2021-11-10 16:21:47 -05:00
github-actions[bot] 259e08cd22
Merge master into staging-next 2021-11-10 18:01:21 +00:00
Fabian Affolter 260a145cc5 gdu: 5.9.0 -> 5.10.0 2021-11-10 09:59:15 +01:00
github-actions[bot] 6e4d2d1f10
Merge master into staging-next 2021-11-10 00:01:31 +00:00
Bernardo Meurer 4ae0f5f9ad
btop: 1.0.20 -> 1.0.24 2021-11-09 11:00:59 -08:00
github-actions[bot] ce6af4cada
Merge master into staging-next 2021-11-09 12:01:19 +00:00
Ryan Burns c10a075517 clinfo: enable on darwin 2021-11-08 17:44:04 -08:00
github-actions[bot] f14d7cb2f6
Merge master into staging-next 2021-11-08 18:01:24 +00:00
Ryan Burns c9d935da0b efivar: fix LTO build
The LTO failure was not entirely due to 22284b07.
Based on 90fa4b7c10
2021-11-05 23:32:46 -07:00
Ryan Burns 233f451841 treewide: reenable LTO on i686 2021-11-05 22:16:50 -07:00
figsoda b427f9a5bf kmon: 1.5.5 -> 1.6.0, clarify license 2021-11-05 16:20:10 -04:00
AndersonTorres 9199162d63 plan9port: 2021-04-22 -> 0.pre+date=2021-10-19 2021-11-03 17:06:38 -03:00
Mario Rodas a46b327a84
Merge pull request #143492 from r-ryantm/auto-update/syslog-ng
syslogng: 3.33.2 -> 3.34.1
2021-11-03 06:56:15 -05:00
Mario Rodas 677d583b32
Merge pull request #143508 from r-ryantm/auto-update/rsyslog
rsyslog: 8.2108.0 -> 8.2110.0
2021-11-03 06:52:59 -05:00
Dmitry Bogatov f538c07f2e
datefudge: work correctly even if GNU date is not in PATH (#94045)
* datefudge: work correctly even if GNU date is not in PATH

Examples in manual assumes advanced features from date(1) like "last
Friday", which only available in GNU coreutils version of date(1)
utility. Without this patch, most examples from datefudge(1) manual will
fail in busybox environment, which is confusing.

* Apply suggestions from code review

* Update pkgs/tools/system/datefudge/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-01 21:15:50 +01:00
Sandro b440c4e115
Merge pull request #143935 from kidonng/acpica-tools 2021-10-31 23:34:20 +01:00
Maximilian Bosch 55ccd7dfe2
Merge pull request #143373 from r-ryantm/auto-update/uptimed
uptimed: 0.4.4 -> 0.4.5
2021-10-31 23:06:43 +01:00
Domen Kožar 059feb3ccf honcho: 1.0.1 -> 1.1.0, fix the package 2021-10-31 11:44:38 -06:00
Kid 674a09e6c2 acpica-tools: 20210730 -> 20210930 2021-10-31 04:11:54 +00:00
Bobby Rong 48ed412888
Merge pull request #143604 from r-ryantm/auto-update/consul-template
consul-template: 0.27.0 -> 0.27.1
2021-10-30 15:22:37 +08:00
R. Ryantm 0ee1aa2d60 consul-template: 0.27.0 -> 0.27.1 2021-10-29 08:09:15 +00:00
R. Ryantm 02facd2d44 btop: 1.0.18 -> 1.0.20 2021-10-29 04:44:23 +00:00
R. Ryantm 195f6a2b81 rsyslog: 8.2108.0 -> 8.2110.0 2021-10-29 00:25:13 +00:00
R. Ryantm d8bc2bfd32 syslogng: 3.33.2 -> 3.34.1 2021-10-28 22:57:09 +00:00
R. Ryantm 244266c297 uptimed: 0.4.4 -> 0.4.5 2021-10-28 12:37:09 +00:00
R. Ryantm f9c890c998 thinkfan: 1.2.2 -> 1.3.0 2021-10-28 11:53:14 +00:00
Sean Buckley 83b1c5b70c htop: 3.1.0 -> 3.1.1 2021-10-25 15:27:42 -04:00
Sandro 062469fd09
Merge pull request #140309 from OPNA2608/init/gkraken/21.11 2021-10-24 18:28:57 +02:00