Commit Graph

205029 Commits

Author SHA1 Message Date
Kovacsics Robert
2c8c8f2961 wrapGAppsHook: don't add empty variables
Adding empty variables can lead to this problem:

```diff
 wrapProgram \
     ./pye_menu_shell \
     --prefix PATH : /nix/store/4c3z5r6yxsf2cxwwyazhdn92xixn4j5b-python3-3.7.5/bin:/nix/store/b3l3niilvqcxcsbxmd6sgqk1dy1rk81c-pye-menu-1.0/bin:/nix/store/y8j1cfj8d9r5rbbxc22w7hnfjw5f4fd3-cairo-1.16.0-dev/bin:/nix/store/6mg7lfbdh9pgx7pbxr3544qqbrigdl1q-freetype-2.10.1-dev/bin:/nix/store/gpszqcy0xi0lavbbjdq82zkkjp3jbp2a-bzip2-1.0.6.0.1-bin/bin:/nix/store/031c5pk5lzabgmpqpyd46hzi625as6bp-libpng-apng-1.6.37-dev/bin:/nix/store/f8kl7kmpv130aw9zm542p74a3hg0yc13-fontconfig-2.12.6-bin/bin:/nix/store/bqp30vkncmm222mjvwggz0s7p318sflj-expat-2.2.7-dev/bin:/nix/store/w57xa8g4s4aviwmqwgra7m5hwj2b005m-glib-2.60.7-dev/bin:/nix/store/v5d4966ahvfir2hwpv003022f3pb7vik-gettext-0.19.8.1/bin:/nix/store/qpvxhl1jr0fxnrx9idnpdagqs00m5m2z-glib-2.60.7/bin \
     --set PYTHONNOUSERSITE true \
     --set GDK_PIXBUF_MODULE_FILE /nix/store/7ddlakx6xjczqbfs80xjd14f30fzadws-gdk-pixbuf-2.38.1/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache \
     --prefix XDG_DATA_DIRS : /nix/store/0snjc1qg89zqn3v35l9d55xrykh9nj5c-gtk+3-3.24.10/share/gsettings-schemas/gtk+3-3.24.10:/nix/store/b41z51vdv11n6df8ki5vj8dynxw98f9l-gsettings-desktop-schemas-3.32.0/share/gsettings-schemas/gsettings-desktop-schemas-3.32.0:/nix/store/0snjc1qg89zqn3v35l9d55xrykh9nj5c-gtk+3-3.24.10/share/gsettings-schemas/gtk+3-3.24.10 \
-     --prefix GST_PLUGIN_SYSTEM_PATH_1_0 : \
+     --prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "" \
     --prefix GI_TYPELIB_PATH : /nix/store/0snjc1qg89zqn3v35l9d55xrykh9nj5c-gtk+3-3.24.10/lib/girepository-1.0:/nix/store/z29l5xaaxh1s0697mcldj71ab0zshry1-librsvg-2.44.15/lib/girepository-1.0:/nix/store/pija1xzm7izxfb5m2hvhvlwp1l38ffxa-gobject-introspection-1.60.2/lib/girepository-1.0 \
-     --prefix GRL_PLUGIN_PATH :
+     --prefix GRL_PLUGIN_PATH : ""
```
Where the diff is to highlight the problem: we don't have a valid value
for GST_PLUGIN_SYSTEM_PATH_1_0 or GRL_PLUGIN_PATH, and instead of
passing the empy string, the empty string gets unquoted somewhere, so we
end up passing no arguments, thus the parser in wrapProgram takes
--prefix as the argument of GST_PLUGIN_SYSTEM_PATH_1_0, and then
GI_TYPELIB_PATH is missing it's --prefix so wrapProgram complains/dies.

The easiest change is to not add empty arguments to the wrapper
2019-12-10 17:19:10 +00:00
Orivej Desh
2ac6f1e352 ifm: init at 2015-11-08
Listed on http://www.ifarchive.org/indexes/if-archiveXmapping-tools.html
2019-12-10 17:09:14 +00:00
Gabriel Ebner
5f1790101f Merge branch 'auto-update/libqalculate' 2019-12-10 17:38:25 +01:00
Gabriel Ebner
12d9b6929c qalculate-gtk: 3.5.0 -> 3.6.0 2019-12-10 17:34:29 +01:00
scalavision
38c7aa05ef mill: 0.5.2 -> 0.5.3 (#75423) 2019-12-10 15:40:05 +01:00
Tim Steinbach
68708349f1
git: Add git to update script
Otherwise the system's git will be used, which may not exist
or, as is the case with Ubuntu, not have the --sort flag for ls-remote.
2019-12-10 08:30:00 -05:00
Frederik Rietdijk
f4bedb49b7 python.pkgs.nidaqmx: init at 0.5.7 2019-12-10 13:14:02 +01:00
Minijackson
8797d4f2fa vimPlugins.LanguageClient-neovim: 0.1.154 -> 0.1.155 2019-12-10 12:57:15 +01:00
Mario Rodas
6a88e7cfef
Merge pull request #75399 from r-ryantm/auto-update/thermald
thermald: 1.9 -> 1.9.1
2019-12-10 06:47:41 -05:00
Jörg Thalheim
e32aa7f763
Merge pull request #74776 from Mic92/hbmqtt
hbmqtt: fix tests
2019-12-10 10:16:13 +00:00
Peter Simons
9be0d6d4ae
Merge pull request #75021 from mnacamura/r-websocket
rPackages.websocket: fix build
2019-12-10 11:00:16 +01:00
Linus Heckemann
963e635dc9
Merge pull request #75307 from mweinelt/weechat_2.7
weechat: 2.6 -> 2.7
2019-12-10 10:01:27 +01:00
Marek Fajkus
088550273b bs-platform: init at 6.2.1 2019-12-10 00:51:30 -08:00
Marek Fajkus
7f05023fcf Add @gamb to maintainers list 2019-12-10 00:51:30 -08:00
Jonathan Ringer
92b775e19c aws-sam-cli: fix dependencies 2019-12-10 00:31:07 -08:00
Jonathan Ringer
c985dd737e python3Packages.jupyter-repo2docker: fix build 2019-12-10 00:20:03 -08:00
R. RyanTM
c27460fc5b python38Packages.nbdime: 1.0.7 -> 1.1.0 2019-12-09 23:56:56 -08:00
R. RyanTM
a09dd9baa8 python38Packages.astropy-healpix: 0.4 -> 0.5 2019-12-09 23:55:14 -08:00
R. RyanTM
00c9d6b710 python38Packages.pymupdf: 1.16.8 -> 1.16.9 2019-12-09 23:50:10 -08:00
Pascal Wittmann
09dec10524
Merge pull request #74829 from tenaf0/zim-fix
zim: Fix missing icons
2019-12-10 08:47:11 +01:00
Pascal Wittmann
f57adb0b75
Merge pull request #75408 from r-ryantm/auto-update/xlockmore
xlockmore: 5.59 -> 5.60
2019-12-10 08:46:51 +01:00
R. RyanTM
01370e4a4c python38Packages.Rtree: 0.8.3 -> 0.9.1 2019-12-09 21:54:52 -08:00
Mario Rodas
286f43f93c
Merge pull request #75341 from r-ryantm/auto-update/python3.8-funcy
python38Packages.funcy: 1.13 -> 1.14
2019-12-10 00:50:28 -05:00
Mario Rodas
c7879c97e3
Merge pull request #75357 from r-ryantm/auto-update/python3.8-Wand
python38Packages.Wand: 0.5.7 -> 0.5.8
2019-12-10 00:44:58 -05:00
Mario Rodas
9527e915f1
Merge pull request #75370 from r-ryantm/auto-update/python3.8-pomegranate
python38Packages.pomegranate: 0.11.1 -> 0.11.2
2019-12-10 00:36:35 -05:00
Mario Rodas
467e9486e1
Merge pull request #75371 from r-ryantm/auto-update/python3.8-pyftdi
python38Packages.pyftdi: 0.30.3 -> 0.42.2
2019-12-10 00:35:49 -05:00
Mario Rodas
13b87494eb
Merge pull request #75415 from r-ryantm/auto-update/vips
vips: 8.8.3 -> 8.8.4
2019-12-10 00:32:36 -05:00
Silvan Mosberger
ae94e89232
Move renames to their appropriate places (#61570)
Move renames to their appropriate places
2019-12-10 04:31:52 +01:00
Aaron Andersen
01b874d311
Merge pull request #75394 from r-ryantm/auto-update/solr
solr: 8.3.0 -> 8.3.1
2019-12-09 21:48:52 -05:00
Jan Tojnar
18a3fd064b
Merge pull request #75315 from r-ryantm/auto-update/pulseeffects
pulseeffects: 4.6.8 -> 4.6.9
2019-12-10 03:38:23 +01:00
José Romildo Malaquias
3a1ce56259
Merge pull request #75409 from marsam/update-ibm-plex
ibm-plex: 4.0.1 -> 4.0.2
2019-12-09 23:19:22 -03:00
R. RyanTM
83c6d2a7e1 vips: 8.8.3 -> 8.8.4 2019-12-09 18:14:42 -08:00
Silvan Mosberger
4ee3e8b21d
nixos/treewide: Move rename.nix imports to their respective modules
A centralized list for these renames is not good because:
- It breaks disabledModules for modules that have a rename defined
- Adding/removing renames for a module means having to find them in the
central file
- Merge conflicts due to multiple people editing the central file
2019-12-10 02:51:19 +01:00
Mario Rodas
6cb987607c
Merge pull request #74669 from r-ryantm/auto-update/tig
gitAndTools.tig: 2.4.1 -> 2.5.0
2019-12-09 20:43:15 -05:00
Mario Rodas
b457803067
Merge pull request #75340 from r-ryantm/auto-update/python3.8-ipdb
python38Packages.ipdb: 0.12.2 -> 0.12.3
2019-12-09 20:42:13 -05:00
R. RyanTM
5174b5f66f python38Packages.periodictable: 1.5.1 -> 1.5.2 2019-12-09 17:29:01 -08:00
Mario Rodas
14658e4387
Merge pull request #75366 from r-ryantm/auto-update/python3.8-shodan
python38Packages.shodan: 1.19.1 -> 1.20.0
2019-12-09 20:25:48 -05:00
Mario Rodas
ff5234847f
Merge pull request #75361 from r-ryantm/auto-update/python3.8-pythondialog
python38Packages.pythondialog: 3.4.0 -> 3.5.0
2019-12-09 20:18:43 -05:00
Mario Rodas
5e60ae8515
Merge pull request #75382 from r-ryantm/auto-update/riemann
riemann: 0.3.4 -> 0.3.5
2019-12-09 20:15:53 -05:00
Mario Rodas
38a9a2a671
Merge pull request #75383 from r-ryantm/auto-update/rabbitmq-c
rabbitmq-c: 0.9.0 -> 0.10.0
2019-12-09 20:06:04 -05:00
Mario Rodas
6be7d4fd02
Merge pull request #75380 from saschagrunert/conmon
conmon: v2.0.3 -> v2.0.4
2019-12-09 20:04:23 -05:00
Mario Rodas
a9f08485fa
ibm-plex: 4.0.1 -> 4.0.2 2019-12-09 20:00:00 -05:00
Mario Rodas
cd9ace6892
Merge pull request #75362 from r-ryantm/auto-update/python3.8-phonenumbers
python38Packages.phonenumbers: 8.10.23 -> 8.11.0
2019-12-09 19:31:05 -05:00
R. RyanTM
4871f2d30b xlockmore: 5.59 -> 5.60 2019-12-09 16:20:21 -08:00
buckley310
c4aaab4053 defaultGemConfig: change 'infocmp' reference from 'ncurses.dev' to 'ncurses' (#75309) 2019-12-10 00:07:19 +00:00
Jan Tojnar
6b73d29775
Merge pull request #73266 from demin-dmitriy/fix-libredirect-open-bug
libredirect: fix argument forwarding in `open*` functions
2019-12-10 00:46:21 +01:00
markuskowa
a17878168e
Merge pull request #75313 from r-ryantm/auto-update/phoronix-test-suite
phoronix-test-suite: 9.0.1 -> 9.2.0
2019-12-10 00:22:49 +01:00
Vincent Laporte
828f530d88 ocamlPackages.cryptokit: 1.13 → 1.14 2019-12-10 00:21:12 +01:00
R. RyanTM
14bcd8d229 thermald: 1.9 -> 1.9.1 2019-12-09 14:33:23 -08:00
Renaud
70fb3ae37f
Merge pull request #75167 from bbigras/tdb
tdb: 1.3.16 -> 1.3.18
2019-12-09 23:01:51 +01:00