3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

5858 commits

Author SHA1 Message Date
github-actions[bot] bc845e51f0
Merge master into staging-next 2021-04-03 12:06:14 +00:00
Gabriel Ebner 3ab6e84b79
Merge pull request from gebner/spnav
libspnav: remove nonstandard patches, fix segfaults
2021-04-03 08:11:52 +02:00
github-actions[bot] 74200a7126
Merge master into staging-next 2021-04-03 00:14:57 +00:00
Sandro 4c0bb6a6f3
Merge pull request from Yarny0/rastertosag-gdi
rastertosag-gdi (cups driver): init at 0.1
2021-04-02 21:15:51 +02:00
Eduardo Sánchez Muñoz f9f140b286 ruffle: nightly-2021-01-12 -> nightly-2021-04-02 2021-04-02 17:41:38 +02:00
Gabriel Ebner 3a4f71d5a0 spacenavd: remove nonstandard patch 2021-04-02 16:08:36 +02:00
Yarny0 eaa62fa391 rastertosag-gdi (cups driver): init at 0.1
Some Ricoh printers use the proprietary sag-gdi format
and can't handle other, more common formats.
This commit brings a filter for cups
that generates the sag-gdi format.

The latest version 0.1 is dated 2011.  So updates are unlikely.

The filter is written for Python 2.
To avoid new reverse dependencies on Python 2,
we employ a patch from Debian
that migrates the code to Python 3.

The README file just states "GPL" as license.
It is unclear whether that refers to the first version or
to the "current version" in the year of the copyright
(would be 3), and whether newer versions would be included.
The commit picks the nixpkgs `free` license
as this seems to be the most general license
covering all possible GPL combinations.
At least, `free` should permit Hydra to build the package.

The source tarball brings pdd files, but also a
drv file that can be used to generate those ppd files.
Since we prefer building from source,
we call cups' `ppdc` to build ppd files from the drv file.

Here is a documentation of the sag-gdi format:
https://www.undocprint.org/formats/page_description_languages/sagem-gdi
2021-04-02 10:51:36 +02:00
github-actions[bot] 78b864aeee
Merge staging-next into staging 2021-04-01 18:15:42 +00:00
github-actions[bot] 85e9b4acf4
Merge staging-next into staging 2021-04-01 12:06:32 +00:00
Sandro 0aad7ae700
Merge pull request from timstott/tmuxPlugins-fix-dependencies 2021-04-01 17:18:27 +02:00
JesusMtnez 90a130ccf2
vscx/ms-vsliveshare-vsliveshare: 1.0.3912 -> 1.0.4070 2021-04-01 09:17:16 +02:00
Timothy Stott 74407651cf tmuxPlugins: removed phony dependencies attribute
The `dependencies` attribute in mkTmuxPlugin has deceived contributors
into thinking it makes packages available to the plugin at runtime.

To avoid further confusion the attribute is removed and plugins that
used it fixed.

Example PRs where `dependencies` has confused.
- https://github.com/NixOS/nixpkgs/pull/113726#discussion_r591146399
- https://github.com/NixOS/nixpkgs/pull/95275/files#r522817362
2021-04-01 00:04:21 +01:00
rnhmjoj 61b7cab481
treewide: use perl.withPackages when possible
Since 03eaa48 added perl.withPackages, there is a canonical way to
create a perl interpreter from a list of libraries, for use in script
shebangs or generic build inputs. This method is declarative (what we
are doing is clear), produces short shebangs[1] and needs not to wrap
existing scripts.

Unfortunately there are a few exceptions that I've found:

  1. Scripts that are calling perl with the -T switch. This makes perl
  ignore PERL5LIB, which is what perl.withPackages is using to inform
  the interpreter of the library paths.

  2. Perl packages that depends on libraries in their own path. This
  is not possible because perl.withPackages works at build time. The
  workaround is to add `-I $out/${perl.libPrefix}` to the shebang.

In all other cases I propose to switch to perl.withPackages.

[1]: https://lwn.net/Articles/779997/
2021-03-31 21:35:37 +02:00
Anderson Torres 933b6606ef
Merge pull request from r-ryantm/auto-update/mgba
mgba: 0.8.4 -> 0.9.0
2021-03-30 18:31:36 -03:00
R. RyanTM f80c3825a6 mgba: 0.8.4 -> 0.9.0 2021-03-30 14:48:56 +00:00
Sandro 2e1c5b6d34
Merge pull request from onsails/fix-onehalf
vim-plugins: onehalf - fix path
2021-03-30 15:56:10 +02:00
Sandro 9a85cd47d4
Merge pull request from rhoriguchi/vscode-extensions.gruntfuggly.todo-tree
vscode-extensions.gruntfuggly.todo-tree: 0.0.208 -> 0.0.209
2021-03-30 14:33:32 +02:00
Sandro a0b523ce08
Merge pull request from jonringer/bump-vimplugins
vimPlugins: update
2021-03-30 14:28:22 +02:00
Ryan Horiguchi 0f8e176e52
vscode-extensions.gruntfuggly.todo-tree: 0.0.208 -> 0.0.209 2021-03-30 13:00:39 +02:00
Sandro 820ab62e34
Merge pull request from samuelgrf/remove-maintainer-unused-packages 2021-03-30 09:32:42 +02:00
"Jonathan Ringer" 4f7ed91c68 vimPlugins: update 2021-03-29 23:39:53 -07:00
Dmitry Kalinkin 4f6c5041c2
Merge pull request from SFrijters/wine-6.5
wine{Unstable,Staging}: 6.4 -> 6.5
2021-03-29 22:08:10 -04:00
Samuel Gräfenstein 6494ebf6b1
pcsx2: remove samuelgrf from maintainers 2021-03-30 02:52:58 +02:00
Stefan Frijters 9ea9b7a9f2
wine{Unstable,Staging}: 6.4 -> 6.5 2021-03-29 19:37:26 +02:00
Pablo Ovelleiro Corral 8d522891e3
vimPlugins.nvim-whichkey-setup-lua: init at 2021-03-26 2021-03-29 08:34:44 +02:00
Pablo Ovelleiro Corral 2582245127
vimPlugins: update 2021-03-29 08:34:30 +02:00
Sandro 4ac53481fe
Merge pull request from figsoda/termwrapper-nvim
vimPlugins.termwrapper-nvim: init at 2020-12-23
2021-03-28 20:48:38 +02:00
Sandro df5b2973b8
Merge pull request from rhoriguchi/vscode-extensions.hashicorp.terraform
vscode-extensions.hashicorp.terraform: 2.8.3 -> 2.9.1
2021-03-27 23:25:46 +01:00
Alexander V. Nikolaev 3b90e8f9de wineUnstable: enable cross building for unstable/staging by default 2021-03-27 18:10:00 -04:00
Alexander V. Nikolaev f01d07ec0b wineUnstable: 6.3 -> 6.4
Staging updated as well
2021-03-27 18:10:00 -04:00
Andrey Kuznetsov 85e1e064e5
vimPlugins.onehalf: fix path 2021-03-27 19:44:55 +00:00
Ryan Horiguchi 9a40230c86
vscode-extensions.hashicorp.terraform: 2.8.3 -> 2.9.1 2021-03-26 22:26:24 +01:00
Ryan Horiguchi 9f16573a14
vscode-extensions.gruntfuggly.todo-tree: 0.0.206 -> 0.0.208 2021-03-26 17:47:50 +01:00
Sandro df1b047b95
Merge pull request from kubukoz/vscode-extension-updates 2021-03-26 17:05:39 +01:00
Nikolay Korotkiy 509cb20e71
vscode-extensions.dotjoshjohnson.xml: init at 2.5.1 2021-03-26 18:03:04 +03:00
figsoda 19d5078770 vimPlugins.termwrapper-nvim: init at 2020-12-23 2021-03-26 10:07:52 -04:00
figsoda ca4463c73e vimPlugins: update 2021-03-26 10:07:41 -04:00
Robert Schütz f099477fdb seafile-shared: remove unused arguments 2021-03-26 09:29:19 +01:00
figsoda 6a9d308fd9 vimPlugins.nvim-toggleterm-lua: init at 2021-03-23 2021-03-25 19:47:47 -04:00
figsoda 777716c410 vimPlugins: update 2021-03-25 19:47:15 -04:00
Jakub Kozłowski 3a95e2a47e vscode-extensions.codezombiech.gitignore: init at 0.6.0 2021-03-25 19:12:03 +01:00
Jakub Kozłowski 814d4c9d11 vscode-extensions.zhuangtongfa.material-theme: init at 3.9.12 2021-03-25 19:12:03 +01:00
Jakub Kozłowski d4d185a4ba vscode-extensions.yzhang.markdown-all-in-one: init at 3.4.0 2021-03-25 19:12:03 +01:00
Jakub Kozłowski e236b63104 vscode-extensions.xyz.local-history: init at 1.8.1 2021-03-25 19:12:03 +01:00
Jakub Kozłowski f7359d235b vscode-extensions.timonwong.shellcheck: init at 0.12.3 2021-03-25 19:12:02 +01:00
Jakub Kozłowski 2dd45228c9 vscode-extensions.slevesque.vscode-multiclilp: init at 0.1.5 2021-03-25 19:12:02 +01:00
Jakub Kozłowski 5995da34a5 vscode-extensions: shyykoserhiy.vscode-spotify: init at 3.2.1 2021-03-25 19:12:02 +01:00
Jakub Kozłowski ce3c9080a3 vscode-extensions.scalameta.metals: 1.9.10 -> 1.9.13 2021-03-25 19:12:02 +01:00
Jakub Kozłowski 561b6148a9 vscode-extensions.scala.scala-lang: 0.4.5 -> 0.5.1 2021-03-25 19:12:02 +01:00
Jakub Kozłowski dade7256d3 vscode-extensions.ms-azuretools.vscode-docker: 0.8.1 -> 1.9.1 2021-03-25 19:12:01 +01:00