Commit Graph

76533 Commits

Author SHA1 Message Date
Brad Langhorst
2beb26b45b seqtk: init at 1.3
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2022-09-25 19:55:58 -04:00
Sandro
d374d79d89
Merge pull request #190496 from NukaDuka/kthxbye 2022-09-25 23:43:29 +02:00
Madeline S
cf49501b21
uefi-run: init at 0.5.0 (#184200)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-09-25 23:42:38 +02:00
Sandro
7c9cb921e6
Merge pull request #190373 from IvarWithoutBones/fix-darwin-dolphin 2022-09-25 23:41:05 +02:00
Sandro
b39c59506d
Merge pull request #192935 from schuelermine/update/fractal-next/5-alpha1 2022-09-25 23:38:42 +02:00
Sandro
a9b4ab37ff
Merge pull request #186697 from MrTarantoga/add-quarto-1.0.38 2022-09-25 23:32:03 +02:00
Sandro
e71e0ebaf8
Merge pull request #192643 from patricksjackson/xdg-ninja 2022-09-25 23:17:12 +02:00
Christoph Neidahl
81231a82de
fire: init at 1.0.0.3 (#188515) 2022-09-25 23:12:38 +02:00
Anderson Torres
bc2035baeb
Merge pull request #192842 from therishidesai/humility
humility: init at unstable-2022-09-15
2022-09-25 18:11:07 -03:00
Sandro
4c3bc892e8
Merge pull request #182899 from mmlb/add-gdlv 2022-09-25 23:08:16 +02:00
Fabian Affolter
0a891d3648
Merge pull request #191802 from fabaff/gallia
gallia: init at 1.0.3
2022-09-25 22:52:54 +02:00
Sandro
31562f5b39
Merge pull request #192674 from Enzime/defaultbrowser 2022-09-25 22:42:48 +02:00
Manuel Mendez
a1d5c22e95
gdlv: init at 1.8.0 2022-09-25 22:34:25 +02:00
Anselm Schüler
469b42802d fractal-next: unstable-2022-07-21 -> 5-alpha1 2022-09-25 22:04:22 +02:00
Ben Siraphob
0ed6e025db
Merge pull request #192856 from siraben/jaq-init
jaq: init at 0.8.0
2022-09-25 11:35:45 -05:00
piegames
ab72904494
Merge pull request #191171 from piegamesde/check-meta
check-meta.nix, lib/types.nix: type check changes, more documentation
2022-09-25 17:27:37 +02:00
piegames
6762de9a28 check-meta.nix: type checking changes
- Enable metadata checking by default, see https://github.com/NixOS/nixpkgs/pull/25304#issuecomment-298385426
- Check metadata before any other package issues, see https://github.com/NixOS/nixpkgs/issues/191124#issuecomment-1246523976
- Document that type checks only apply to the top level of nested values.

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-09-25 16:37:15 +02:00
Martin Weinelt
9a1edca214
libtensorflow-bin: drop
The package was introduced when our source package did not expose
libtensorflow, which it does these days. Additionally the -bin package
has not been well maintained and is stuck on a version from 2020/12.
2022-09-25 13:23:43 +02:00
Martin Weinelt
766cb44450
Merge pull request #192870 from mweinelt/drop-utillinux-throw 2022-09-25 12:58:50 +02:00
ajs124
76587103ea
Merge pull request #192225 from mnuccioarpae/fix/subversion-openssl_1_1
subversion with openssl_3 hangs connecting to https server, rollback to openssl_1_1 fixes it
2022-09-25 12:43:16 +02:00
Martin Weinelt
ba3319568d
utillinux: drop alias, don't throw
It confuses node2nix, which looks for utillinux in pkgs but does not
expect a throw.
2022-09-25 12:30:14 +02:00
Fabian Affolter
a9da0a7de2 gallia: init at 1.0.3 2022-09-25 11:43:52 +02:00
Goetz
3be6403126 quarto: init at 1.1.189
Quarto is a library/support package for several pandoc projects.
Fix: Remove trailing whitespace


Add final newline to default.nix


Fix indention and newline errors


Fix: Missed unpackPhase resolved


Add: sourceProvenance

Suggestion of: https://github.com/NixOS/nixpkgs/pull/186697#discussion_r945336064
Fix: reduce imports


Fix: use version attribute in download string


Fix: reduce path expression


Fix: add runHook {pre/post}Install as common practice


Fix: replace gpl2 with gpl2Plus


Fix: change maintainers description


Fix: do not use symlinks, use the PATH instead


Fix wrong platforms

++ means  concatenation and is not correct in this context.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Change structure to support fixed output derivations

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Fix


Fix


Apply suggestion

Co-authored-by: Suwon Park <35622998+sepiabrown@users.noreply.github.com>
Fix suggestion


Bundle makeProgram function call

Co-authored-by: Suwon Park <35622998+sepiabrown@users.noreply.github.com>
Update library version from 1.0.38 to 1.1.189

Co-authored-by: Suwon Park <35622998+sepiabrown@users.noreply.github.com>
Add missing dependencies

Co-authored-by: Suwon Park <35622998+sepiabrown@users.noreply.github.com>
pandoc, deno, esbuild can be hooked into QUARTO_* environment variables, so they are not needed in buildInputs.

Co-authored-by: Suwon Park <35622998+sepiabrown@users.noreply.github.com>
Fix deno-path patch

Co-authored-by: Suwon Park <35622998+sepiabrown@users.noreply.github.com>
Remove wrong spaces


Add python3 jupyter host support


Fix spacing

Co-authored-by: Suwon Park <35622998+sepiabrown@users.noreply.github.com>
Sort quarto in all-packages.nix alphabetical

Remove lib prefix from maintainers

Co-authored-by: Sebastián Mancilla <238528+smancill@users.noreply.github.com>
Simplify mkdir command

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Fix missusage of makeBinPath

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Remove python3Packages -> not used

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Remove punctuation from description

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Fix review 

Error in https://github.com/NixOS/nixpkgs/pull/186697#discussion_r975107345
Fix wrong path for import_map.json


Do not strip downloaded binary
2022-09-25 11:02:28 +02:00
Jonas Heinrich
00f75d8a4f bluemail: init at 1.131.4-1795 2022-09-25 04:35:50 -04:00
Nikolay Korotkiy
f02597fb8e
Merge pull request #192009 from bryanasdev000/ks
kubeswitch: init at 0.7.2
2022-09-25 11:30:48 +03:00
Nikolay Korotkiy
1540d4fd8d
Merge pull request #191953 from sikmir/spatialite-gui
spatialite_gui: init at 2.1.0-beta1
2022-09-25 11:11:57 +03:00
Fabian Affolter
0b6aa123bc
Merge pull request #192843 from veprbl/pr/vector
python3Packages.vector: init at 0.10.0
2022-09-25 09:38:11 +02:00
Rishi Desai
63d54a85c1 humility: init at unstable-2022-09-15
A debugger for the Hubris RTOS
2022-09-25 00:06:04 -07:00
Fabian Affolter
33163f189d
Merge pull request #192826 from fabaff/msgspec
python310Packages.msgspec: init at 0.9.0
2022-09-25 08:45:27 +02:00
Ben Siraphob
c87abaa0f7
jaq: init at 0.8.0 2022-09-25 01:40:03 -05:00
maralorn
84e79cfbfc
Merge pull request #192273 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2022-09-25 07:16:43 +02:00
Gabriel Fontes
e5cac189d4
luaPackages: fennel -> luaPackages.fennel 2022-09-24 22:46:10 -03:00
Martin Weinelt
2d74c25222
Merge pull request #192681 from mweinelt/prune-aliases 2022-09-25 02:59:16 +02:00
Anderson Torres
6690600e58
Merge pull request #169961 from AndersonTorres/new-muon
muon: init at unstable-2022-09-24
2022-09-24 21:47:41 -03:00
github-actions[bot]
38db06836e
Merge master into haskell-updates 2022-09-25 00:17:09 +00:00
Dmitry Kalinkin
56bb9fb23d python3Packages.vector: init at 0.10.0 2022-09-24 20:12:47 -04:00
AndersonTorres
954d07720a muon: init at unstable-2022-09-24 2022-09-24 19:59:41 -03:00
Martin Weinelt
6a5921057a
Merge pull request #192391 from mweinelt/whisper 2022-09-25 00:36:02 +02:00
Martin Weinelt
952b851746
openai-whisper: init at unstable-2022-09-23 2022-09-25 00:35:33 +02:00
Martin Weinelt
f2500749f2
Merge pull request #192833 from fabaff/pybravia 2022-09-25 00:04:53 +02:00
Fabian Affolter
e51736e982 python310Packages.pybravia: init at 0.2.2 2022-09-24 23:55:06 +02:00
Artturi
74bf39d3f5
Merge pull request #192808 from Artturin/gobjwrappedgate 2022-09-25 00:46:13 +03:00
Fabian Affolter
4580bd4cc8 python310Packages.msgspec: init at 0.9.0 2022-09-24 23:22:47 +02:00
Pascal Bach
17ff1e6ca1
Merge pull request #191487 from xanderio/add-cargo-espmonitor
cargo-espmonitor: init at 0.10.0
2022-09-24 21:07:58 +02:00
Doron Behar
e3ed3a87e7
Merge pull request #191914 from doronbehar/pkg/svg2pdf 2022-09-24 18:31:25 +00:00
Artturin
b5c1f91abd gobject-introspection: gate the wrapper behind emulatorAvailable 2022-09-24 20:53:27 +03:00
pkharvey
4ed5997b2a glasstty-ttf: init at 2018-08-07 2022-09-24 17:34:09 +00:00
Patrick Jackson
ed4574574a xdg-ninja: init at 0.2.0.1 2022-09-24 10:14:50 -07:00
Mario Rodas
f2799a698c
Merge pull request #192404 from dit7ya/litefs
litefs: init at 0.2.0
2022-09-24 11:48:51 -05:00
Martin Weinelt
ddb7c7bd95
top-level/python-aliases: prune old aliases, add missing dates
This removes throws odler than 2021-09-01, converts aliases older than
2021-09-01 to throws and fills in missing dates in two cases.
2022-09-24 14:03:18 +02:00