Commit graph

35016 commits

Author SHA1 Message Date
Wout Mertens cd0fa5ae48 scponly: init at 4.8
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-16 14:38:18 +01:00
Jörg Thalheim f3042e3078
Merge pull request #108862 from cpcloud/refactor-nvidia-containers 2021-01-15 11:10:09 +00:00
Michael Raskin 35da03c298
Merge pull request #93321 from chessai/puppeteer-init
puppeteer-cli: init
2021-01-15 09:36:52 +00:00
Sandro 403ea9f27c
Merge pull request #97101 from fricklerhandwerk/wxpython 2021-01-15 10:30:05 +01:00
Sarah Brofeldt c6c1319d13
Merge pull request #109286 from johanot/ceph-15.2.8
ceph: 15.2.7 -> 15.2.8
2021-01-15 08:44:08 +01:00
Jan Tojnar bfb91bc57f
Merge pull request #109363 from rhoriguchi/gnome-shell-extension-clock-override
gnomeExtensions.clock-override: init at 12
2021-01-15 02:56:37 +01:00
John Ericson 3d9a14f76c
Merge pull request #109326 from HectorAE/hdf5-blosc-init
hdf5-blosc: init at 1.0.0
2021-01-14 17:03:07 -05:00
Alyssa Ross 3893d6c6d7 gitAndTools: move everything to the top level
The comment at the top of git-and-tools/default.nix said:

    /* All git-relates tools live here, in a separate attribute set so that users
     * can get a fast overview over what's available.

but unfortunately that hasn't actually held up in practice.

Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing.  In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196).

So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix.  This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.

The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before.  I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
Hector Escobedo 741aab97c4 hdf5-blosc: init at 1.0.0 2021-01-14 12:55:26 -08:00
Sandro 22d184ae8d
Merge pull request #108866 from markuskowa/new-targetisns
target-isns: init at 0.6.8
2021-01-14 21:06:59 +01:00
Sandro 7cb3bffc34
Merge pull request #103030 from tadfisher/remarkable-2-toolchain
remarkable2-toolchain: init at 2.5.2
2021-01-14 21:03:32 +01:00
Sandro 6e7846bc89
Merge pull request #105843 from HectorAE/quickfix-init 2021-01-14 20:56:02 +01:00
Ryan Horiguchi dcfe06f55d
gnomeExtensions.clock-override: init at 12 2021-01-14 16:30:16 +01:00
Sandro 97259d0e38
Merge pull request #109353 from alyssais/ydiff
ydiff,gitAndTools.ydiff: unify
2021-01-14 15:30:55 +01:00
Emery Hemingway f385802067 gnuvd: remove
The backend service for this dictionary has been discontinued or is
incompatible.
2021-01-14 13:36:21 +01:00
Alyssa Ross 98c3490196
ydiff,gitAndTools.ydiff: unify
We were packaging ydiff twice!

In this patch, I've merged the two expressions into one, trying to
take the best of each.  ydiff (top-level) didn't support being used as
a Python library, which is required by one other package (patroni), so
I chose gitAndTools.ydiff as the starting point, then moved in the
longDescription from the top-level one, as well as the code used to
run the tests.

While I was there, I fixed the tests, which were intended to be run by
the top-level ydiff but actually were not, because unlike mkDerivation
buildPythonApplication will not run `make test' by default.

Also, top-level ydiff previously propagated less and patchutils,
meaning they'd have been installed globally instead of just referenced
by ydiff.  gitAndTools.ydiff just did nothing.  Both also expected to
find git, hg, and svn in the environment, which was impure.  So now
all these programs are referenced by store path from ydiff, for
purity.
2021-01-14 10:38:16 +00:00
fricklerhandwerk 27830c70b1 wxmac: 3.0.4 -> 3.0.5.1 2021-01-14 09:26:12 +01:00
Jörg Thalheim 124655ed49
unixtools: align attribute name with filename
(so they can be easier matched)
2021-01-14 09:00:15 +01:00
Cole Helbling 326fc3736c Revert "calibre: 4.23.0 -> 5.9.0" 2021-01-13 15:52:36 -08:00
Tad Fisher cf20c83c41
remarkable2-toolchain: init at 2.5.2 2021-01-13 15:39:31 -08:00
Artur Cygan 73db86659f pe-parse: init at 1.2.0 2021-01-13 14:18:37 -08:00
Nikolay Korotkiy 6e83386e82 lagrange: init at 1.0.3 2021-01-13 23:12:50 +01:00
Hector Escobedo d9c217495c quickfix: init at 1.15.1 2021-01-13 13:55:31 -08:00
adisbladis 4003f8cbc7
treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> emacs.pkgs.withPackages
The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
2021-01-13 17:13:10 +01:00
adisbladis 6347f78fd9
emacsPackages*: Move to emacs*.pkgs
This makes it much easier to create customisations around emacs via
the a new convenience passthru attr:
- `emacs.pkgs`: What used to be emacsPackages is now `emacs.pkgs`

The previous versioned names `emacs*Packages` have been moved to
aliases.nix and are now considered deprecated in favour of `emacs*.pkgs`.
2021-01-13 17:04:55 +01:00
Johan Thomsen 423b9b2a70 ceph: 15.2.7 -> 15.2.8 2021-01-13 15:51:18 +01:00
Mark Vainomaa b451286b1f
docker: 19.03.4 -> 20.10.2 (#108960)
This commit refactors the build process to handle Docker engine and
CLI split.
2021-01-13 11:33:14 +01:00
Sandro c36b928f4f
Merge pull request #108993 from flokli/nufraw-gimp
remove ufraw and the gimp plugin
2021-01-13 09:19:39 +01:00
Sandro f73fb5337e
Merge pull request #100447 from uvNikita/ultralist 2021-01-13 08:47:53 +01:00
Sandro 7b596e48b8
Merge pull request #107616 from fabaff/hakrawler
hakrawler: init at 20201224-e39a514
2021-01-13 08:45:31 +01:00
Sandro 5173a75d4f
Merge pull request #107752 from fabaff/terrascan 2021-01-13 08:45:02 +01:00
Silvan Mosberger 0cd5058afd
Merge pull request #85842 from iblech/patch-whitebophir
whitebophir: init at 1.7.0 (package and service)
2021-01-13 03:06:34 +01:00
Ingo Blechschmidt deb9c1d027 whitebophir: init at 1.7.0 2021-01-13 01:22:31 +01:00
Florian Klink 038de4c5b1 ufraw: remove
This is broken and unmaintained. nufraw seems to be a drop-in
alternative, but is currently broken (see
https://github.com/NixOS/nixpkgs/pull/108993#issuecomment-757988146).

Using Darktable seems to be the reasonable choice for now.

Closes https://github.com/NixOS/nixpkgs/issues/97946.
2021-01-13 00:30:46 +01:00
Pavol Rusnak e6229b82f0
Merge pull request #108945 from prusnak/electrs
electrs: init at 0.8.6
2021-01-12 23:33:53 +01:00
Fabian Affolter af94d8ca0c terrascan: init at 1.2.0 2021-01-12 22:09:15 +01:00
Fabian Affolter 93b5742b15 hakrawler: init at 20201224-e39a514 2021-01-12 21:43:05 +01:00
Alyssa Ross a8d2393df4 firefox: remove unused override
This isn't used:

    $ git grep -w python pkgs/applications/networking/browsers/firefox
    $
2021-01-12 17:44:53 +00:00
Aaron Andersen 1cf298791b
Merge pull request #91944 from Izorkin/mariadb-update
mariadb: 10.4.15 -> 10.5.8
2021-01-12 12:13:30 -05:00
Sandro 769a4a83e6
Merge pull request #90580 from fps/add-tap-plugins
tap-plugins: init at 1.0.1
2021-01-12 17:03:56 +01:00
Sandro 6071c0b71d
Merge pull request #108908 from moaxcp/jbang
jbang: init at 0.58.0
2021-01-12 17:03:09 +01:00
Sandro 8bf14d4a8a
Merge pull request #108977 from lukegb/mark-as-broken 2021-01-12 16:16:58 +01:00
Sandro 88e9af25b8
Merge pull request #108907 from terinjokes/patches/pcem 2021-01-12 16:16:26 +01:00
Sandro 65a4ef7cb8
Merge pull request #108221 from eduardosm/masterpdfeditor4
masterpdfeditor4: init at 4.3.89
2021-01-12 16:00:58 +01:00
Nikita Uvarov 5b82aad3f9
ultralist: rename from todolist
Announcement: https://github.com/ultralist/ultralist/issues/136.
2021-01-12 15:48:45 +01:00
Izorkin d688f790dd
mariadb: drop build server with tokudb storage 2021-01-12 17:22:47 +03:00
Anderson Torres 2900382c14
Merge pull request #109090 from hugolgst/update/calibre
calibre: 4.23.0 -> 5.9.0
2021-01-12 11:03:20 -03:00
adisbladis e32fd7aea9
Merge pull request #109110 from adisbladis/trillian-init
trillian: init at 1.3.11
2021-01-12 14:56:39 +01:00
sternenseemann 2a88330fbe soldat-unstable: init at 2020-11-26 2021-01-12 14:44:42 +01:00
sternenseemann 7ce707f760 gamenetworkingsockets: init at 1.2.0 2021-01-12 14:44:42 +01:00