Commit Graph

23187 Commits

Author SHA1 Message Date
Matthew Bauer
bb0febf575
Merge pull request #43079 from matthewbauer/rework-extra-pkgs
Rework stage.nix's extraPkgs
2018-07-05 18:05:57 -04:00
Tom Smeets
cdebd1c61f sixpair: init at 2007-04-18 (#43072)
This is a small c program used for pairing with a wireless PlayStation 3 controller via bluetooth.
I included a patch that replaces the depricated 'hcitool' command with 'bluetoothctl'.

For further info visit: http://www.pabr.org/sixlinux/
2018-07-06 00:04:27 +02:00
Florian Klink
dff0cfc3b0 gocryptfs: fix typo in folder name 2018-07-05 23:56:06 +02:00
Matthew Bauer
2f523dd9a4 xxd: move to unixtools
also add manpage to unixtools if provided to give compat with old xxd.
2018-07-05 17:55:50 -04:00
Matthew Bauer
e776d326f6 lessc: get from nodePackages 2018-07-05 17:55:50 -04:00
Matthew Bauer
f513d580b0
Merge pull request #43040 from matthewbauer/darwin-closure-reductions
Darwin stdenv tweaks
2018-07-05 14:34:54 -04:00
Matthew Bauer
c491a99362 treewide: remove callPackage_i686
This has been replaced with pkgsi686Linux.callPackage
2018-07-05 14:04:52 -04:00
Jan Tojnar
3272f10024
networkmanager-openvpn: move to a subdirectory 2018-07-05 19:18:07 +02:00
Matthew Bauer
00b44dcb01
Merge pull request #43065 from gnidorah/wine
wine: build wineWow packages on hydra
2018-07-05 11:41:36 -04:00
Will Dietz
39eca29cc0 ispc: bump to use llvm_6 2018-07-05 07:22:53 -05:00
xeji
e8765ff8a8
Merge pull request #43044 from oyren/write_stylus
write_stylus: init at 209
2018-07-05 12:39:11 +02:00
Gabriel Ebner
57ae4e8d8e vampire: init at 4.2.2 2018-07-05 09:34:28 +02:00
averelld
11c61ea63f rstudio: fix build by using compatible boost version (#42383) 2018-07-05 05:20:11 +00:00
Maximilian Bosch
4dfea241bc gradle-completion: init at 1.3.1 (#42929)
This package adds completion scripts for `gradle` on the `bash` and
`zsh` shells.

The completions can be enabled like this:

```
{ pkgs, ... }:
{
  environment.systemPackages = [ pkgs.gradle pkgs.gradle-completion ];
  programs.zsh.enable = true;
}
```

The package stores the scripts into the expected directories in
`$out/share` to ensure that the shells can easily find their scripts.

Closes #42799
2018-07-05 00:34:28 +02:00
oyren
4f84814208 write_stylus: init at 209 2018-07-04 22:15:32 +02:00
Matthew Bauer
1dca19f057 libuv: remove frameworks
It’s not a good idea to rely on apple’s sdk for such a core library in
Nixpkgs. I have made a patch to libuv to make these frameworks
optional. There is also a pull request here:

https://github.com/libuv/libuv/pull/1909
2018-07-04 15:02:07 -04:00
Will Dietz
37914c8cb0
Merge pull request #43014 from orivej/wcc
wcc: init unstable at 2018-04-05
2018-07-04 11:43:27 -05:00
Silvan Mosberger
6fd7f31c1e
Merge pull request #42683 from lschuermann/libvmi
libvmi: init at 0.12
2018-07-04 16:44:15 +02:00
Silvan Mosberger
afa9f76391
Merge pull request #42824 from Hodapp87/libfive
libfive: init at 2018-07-01
2018-07-04 16:40:27 +02:00
Silvan Mosberger
71a062755f
Merge pull request #42905 from Enzime/add/mfcl2740dw
Add Brother MFC-L2740DW drivers
2018-07-04 16:37:49 +02:00
Orivej Desh
c4edb10662 wcc: init unstable at 2018-04-05 2018-07-04 12:57:11 +00:00
Silvan Mosberger
fac943fc81
Merge pull request #42897 from fragamus/master
add bliss package
2018-07-04 13:59:41 +02:00
Michael Gough
e3ea685957 bliss: init at 0.73 2018-07-04 11:33:10 +00:00
Richard Marko
91575dd285 pps-tools: init at 1.0.2, enable for chrony, gpsd, ntp (#42889) 2018-07-04 11:28:07 +00:00
Michael Hoang
6b2bdc36f8 mfcl2740dwcupswrapper: init at 3.2.0-1
CUPS wrapper for Brother MFC-L2740DW
2018-07-04 19:43:23 +10:00
Michael Hoang
cc7fba1ce3 mfcl2740dwlpr: init at 3.2.0-1
Brother MFC-L2740DW lpr driver
2018-07-04 19:43:02 +10:00
Samuel Leathers
e3f1ac9009
iksemel: init at 1.4 2018-07-04 00:17:30 -04:00
Gavin Rogers
9a9539df65 init: holochain-go at 0.1.0-alpha
Holochain is a platform for creating an unenclosable carrier upon which
highly-scalable dApps and smart contracts can be built. This is the holochain
team's initial implimentation in go. A rust version is under development.
2018-07-03 20:40:52 +01:00
gnidorah
301789b473 wine: build wineWow packages on hydra 2018-07-03 21:29:32 +03:00
ldesgoui
60d0e80786 pscircle: init at 1.0.0 2018-07-03 16:18:22 +02:00
Austin Seipp
e42e0c8179 foundationdb: add 5.2.5 release, and new 6.0.0 snapshot
This requires a bit of fiddling with the ldflags patches and reworking a few
things about how the SCM info is configured. Ideally, not much more will change
before the 6.0 release, I think...

This also upgrades all FoundationDB packages to use the ordinary libressl
expression (which is now at 2.7.x), and changes around a few other things,
which will require a rebuild.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-03 09:09:02 -05:00
Tim Steinbach
ddce094ddf
linux: Remove 4.16
This version is EOL and 4.17 is already in our tree.
Additionally, remove the 4.16-based Copperhead kernel, which is unmaintained
2018-07-03 09:18:01 -04:00
Gabriel Ebner
6fcf294a0b imagemagick_light: remove heif dependency
See #42841
2018-07-03 10:38:56 +02:00
Gabriel Ebner
7138bc0eab
Merge pull request #42841 from gebner/heif
HEIF support
2018-07-03 09:28:25 +02:00
Joachim F
587bc20bb7
Merge pull request #42857 from oxij/pkg/toxvpn-toxcore
toxvpn: use default libtoxcore
2018-07-02 23:48:27 +00:00
Matthew Bauer
38f907c39d
Merge pull request #42892 from sorki/uboot_novena
uboot: add ubootNovena
2018-07-02 19:10:50 -04:00
Chris Hodapp
de64c6f296 libfive: init at 2018-07-01 2018-07-02 16:24:30 -04:00
John Ericson
ccfe1b5713
Merge pull request #42874 from obsidiansystems/crossPkgs
Add pkgsCross & pkgsLocal
2018-07-02 13:25:24 -04:00
Pascal Wittmann
a444ed3870
Merge pull request #42827 from mt-caret/master
source-han-code-jp: init at 2.011R
2018-07-02 18:42:14 +02:00
Okina Matara
8b312db421 dolphinEmuMaster: 2018-06-22 -> 2018-07-02
also migrate from wxwidgets to qt, wxwidgets support in dolphin has been
dropped
2018-07-02 09:29:43 -07:00
Pascal Wittmann
3e6c0337c9
Merge pull request #42863 from elitak/livepeer
livepeer: init at 0.2.4
2018-07-02 18:23:01 +02:00
Matthew Bauer
b2b68862f5
Merge pull request #42832 from uri-canva/bazel-hydra-darwin
bazel: fix darwin build on hydra
2018-07-02 11:34:49 -04:00
Matthew Bauer
18af089de7 stage: remove nixpkgsFun
also inherit forceSystem for some GNU Hurd stuff
2018-07-02 11:20:34 -04:00
Matthew Bauer
d1bd9faf61 stage: move old stuff to stage.nix 2018-07-02 11:07:53 -04:00
Matthew Bauer
d665e80450 top-level: move cross pkgs to overlay 2018-07-02 11:07:53 -04:00
Matthew Bauer
eb90f5c08e all-packages: add pkgsCross 2018-07-02 11:01:23 -04:00
Sarah Brofeldt
6abb68d47a Revert "foundationdb: add 5.2.5 release, and new 6.0.0 snapshot"
This reverts commit 1fa2503f9d.
Broke ofborg evals due to missing required argument sdvend49
2018-07-02 16:08:54 +02:00
Austin Seipp
1fa2503f9d foundationdb: add 5.2.5 release, and new 6.0.0 snapshot
This requires a bit of fiddling with the ldflags patches and reworking a few
things about how the SCM info is configured. Ideally, not much more will change
before the 6.0 release, I think...

This also upgrades all FoundationDB packages to use the ordinary libressl
expression (which is now at 2.7.x), and changes around a few other things,
which will require a rebuild.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-02 06:48:41 -05:00
Eric Litak
faf44ff2dc livepeer: init at 0.2.4 2018-07-02 02:16:55 -07:00
Jan Malakhovski
df17074db7 toxvpn: use default libtoxcore
As it works fine with it.
2018-07-02 02:41:00 +00:00
Richard Marko
b6c29e6298 uboot: add ubootNovena 2018-07-01 20:46:23 +02:00
Michael Gough
f180facaa0 hmetis: init at 1.5 2018-07-01 18:29:55 +00:00
Gabriel Ebner
055a355c0b libheif: init at 1.3.2 2018-07-01 14:21:26 +02:00
Gabriel Ebner
47216a62d3 libde265: init at 1.0.3 2018-07-01 13:51:05 +02:00
Tuomas Tynkkynen
d1b9bf9223 sidplayfp: Init at 1.4.3 2018-07-01 13:36:57 +03:00
Michael Raskin
055a29c4a1
Merge pull request #39981 from timokau/sage-on-nixos
Sage on nixos
2018-07-01 07:37:42 +00:00
Uri Baghin
cd3723bd04 bazel: fix darwin build on hydra 2018-07-01 11:15:48 +10:00
Masayuki Takeda
95175cff45 source-han-code-jp: init at 2.011R 2018-06-30 15:39:12 -04:00
Tad Fisher
81c2f270e5 zoom-us: 2.0.123200.0405 -> 2.2.128100.0627 (#42742) 2018-06-30 19:03:17 +02:00
Matthew Bauer
bdb0b2db44
Merge pull request #42766 from nonfreeblob/nethack-x11
nethack: nethack-x11 package created
2018-06-30 12:18:14 -04:00
nonfreeblob
1627b6fc09 nethack: nethack-x11 package created
If x11Mode is false, ncurses NetHack version will be built (nethack).
If x11Mode is true, x11 NetHack version will be built (nethack-x11).
NetHack DevTeam provide x11 version support only for Linux.
2018-06-30 14:48:20 +03:00
Timo Kaufmann
17e6b391eb sage: 8.1 -> 8.2, use system packages 2018-06-30 01:21:31 +02:00
Timo Kaufmann
b7a6689d6f gap-libgap-compatible: init at 4r8p6 2018-06-30 01:20:46 +02:00
Timo Kaufmann
b6f07b1d9e elliptic_curves: init at 0.8 2018-06-30 01:20:45 +02:00
Timo Kaufmann
c7d4528a89 conway_polynomials: init at 0.5 2018-06-30 01:20:45 +02:00
Timo Kaufmann
6fc8b0d69a polytopes_db: init at 20170220 2018-06-30 01:20:45 +02:00
Timo Kaufmann
60fe33bbe5 pari-seadata-small: init at 20090618 2018-06-30 01:20:45 +02:00
Timo Kaufmann
7c92c26b23 pari-galdata: init at 20080411 2018-06-30 01:20:45 +02:00
Timo Kaufmann
2f76f66998 graphs: init at 20161026 2018-06-30 01:20:45 +02:00
Timo Kaufmann
83a839c4d4 combinatorial_designs: init at 20140630 2018-06-30 01:20:45 +02:00
spacefrogg
37c999228b openafs_1_8: init at 1.8.0 (#41889)
- Introduce new "server" output holding the server binaries
 - Adapt tsmbac.patch to new build environment
 - Adapt openafs nixos server module accordingly
 - Update upstream CellServDB: 2017-03-14 -> 2018-05-14
 - Introduce package attributes to refer to the openafs packages to use for
   server, programs and kernel module
2018-06-30 00:34:35 +02:00
Sander van der Burg
05474564b2 Add minimal package set for Node.js 10.x 2018-06-29 22:44:33 +02:00
obadz
79b33a2c00 citrix-receiver: 13.9.1 -> 13.10.0 2018-06-29 21:33:09 +01:00
Jan Tojnar
eee6565783
gspell: move to top-level 2018-06-29 18:41:59 +02:00
Matthew Bauer
68f945da6d
Merge pull request #42122 from AndersonTorres/upload/skribilo
Skribilo: New Package(s)
2018-06-28 22:42:04 -04:00
Matthew Bauer
c29df030b2
Merge pull request #42605 from pmyjavec/saml2aws
Add saml2aws package
2018-06-28 22:29:08 -04:00
Matthew Bauer
a7df5d5cdf
Merge pull request #42613 from Hodapp87/yafaray
yafaray-core: init at v3.3.0
2018-06-28 22:28:02 -04:00
Matthew Bauer
be41140069
Merge pull request #42623 from tadfisher/jd-gui
jd-gui: 0.3.5 -> 1.4.0
2018-06-28 22:27:54 -04:00
Matthew Bauer
c7c34f1261
Merge pull request #42638 from Ralith/vulkan
Vulkan updates
2018-06-28 22:27:01 -04:00
Matthew Bauer
fde2e02100
Merge pull request #42639 from peterhoeg/u/amarok
amarok: 2.8.91-20170228 -> 2.9.0-20180618
2018-06-28 22:26:48 -04:00
Matthew Bauer
ef7a63e2ef
Merge pull request #42534 from Hodapp87/structuresynth
structure-synth: init at v1.5
2018-06-28 22:23:40 -04:00
Matthew Bauer
dc5eb16de7
Merge pull request #42535 from leenaars/krop
krop: init -> 0.5.0
2018-06-28 22:23:18 -04:00
Matthew Bauer
34423662c4
Merge pull request #42582 from jb55/clightning
clightning: init at 0.6
2018-06-28 22:21:50 -04:00
Matthew Bauer
197a189c0f
Merge pull request #42334 from Hodapp87/luxcorerender_pr
luxcorerender: init at 2.0, embree: init at 2.17.4
2018-06-28 22:19:50 -04:00
Matthew Bauer
e714f85b2f
Merge pull request #41929 from smaret/gildas
gildas: init at 201806_a
2018-06-28 22:17:07 -04:00
Matthew Bauer
11552ccfed
Merge pull request #42343 from Hodapp87/appleseed_pr
appleseed: init at 1.9.0-beta, osl: init at 1.9.9, seexpr: init at 2.11
2018-06-28 22:11:45 -04:00
Matthew Bauer
5dba22e5cf
Merge pull request #42361 from teto/i3easyfocus
I3-easyfocus
2018-06-28 22:11:03 -04:00
Matthew Bauer
574883f665
Merge pull request #42571 from iimog/hmmer
hmmer: init at 3.1b2
2018-06-28 22:00:09 -04:00
Matthew Bauer
82b474f37b
Merge pull request #32893 from volth/hadoop_2_7-3_0
hadoop: 2.2.0 -> 2.7.6, 2.8.4, 2.9.1, 3.0.3, 3.1.0
2018-06-28 20:47:22 -04:00
Matthew Bauer
50edf59e1b
Merge pull request #41430 from Tomahna/bloop
Bloop: Init 1.0.0-M11
2018-06-28 20:42:41 -04:00
Matthew Bauer
aea65fe799
Merge pull request #41431 from lukeadams/gr-update
gnuradio: 3.7.11.1 -> 3.7.13.3
2018-06-28 20:42:04 -04:00
Matthew Bauer
45d120d42b
Merge pull request #39849 from teto/mptcp94
linux_mptcp: 0.93 -> 0.94
2018-06-28 20:38:41 -04:00
Matthew Bauer
9fcc63abb5 libcCross: Use correct libSystem 2018-06-28 16:01:29 -04:00
Matthew Bauer
a44d33aac1
Merge pull request #42669 from obsidiansystems/upstream-plist
Upstream PLIST handling
2018-06-28 15:26:31 -04:00
xeji
c2eb9b4bde
Merge pull request #42668 from mnacamura/feedgnuplot
feedgnuplot: init at 1.49
2018-06-28 18:03:41 +02:00
Matthew Bauer
40f4b67302 libcCrossChooser: fix xcode eval
it should be targetPackages.darwin.iosSdkPkgs.libraries
2018-06-28 10:24:09 -04:00
Kevin Liu
cb303b8074 firebird-emu: init at 1.4 (#42663)
* firebird-emu: init at 1.4

* firebird-emu: limit platform to linux

Other platforms fail to compile currently.
2018-06-28 12:47:36 +02:00
Mitsuhiro Nakamura
6262034036 feedgnuplot: init at 1.49 2018-06-28 12:21:54 +09:00
Silvan Mosberger
ed533ba946 shadowfox: init at 1.5.2 (#42313) 2018-06-27 23:57:14 +02:00
Leon Schuermann
fc3073c06b Merge remote-tracking branch 'proteansec/pkgs/libvmi' into libvmi
Fix incorrect license and change maintainer.
2018-06-27 22:33:00 +01:00
Matthew Bauer
bceb29f177 unixtools: add killall 2018-06-27 16:45:52 -04:00
Greg Hale
98c1ad879a pHash: init at 0.9.4 (#42546)
Fix style and redundancy issues pointed out by @jb55
2018-06-27 22:22:52 +02:00
Matthew Bauer
c672e37f4a xcbuild: rework to use lib.PLIST
This is a good way to test that plist works.

Sorry for the large diff. There are a bunch of cleanups in here that
needed to be done. Should make it possible to use in cross
compilation.
2018-06-27 15:36:00 -04:00
AndersonTorres
8f5f387475 skribilo: init at 0.9.4 2018-06-27 15:23:20 -03:00
AndersonTorres
49008f9c71 guile-reader: init at 0.6.2 2018-06-27 15:23:20 -03:00
Johannes Frankenau
916dc592d4 tvbrowser-bin: init at 4.0.1 (#42620) 2018-06-27 20:08:03 +02:00
Peter Hoeg
a0c36e9f18 amarok: 2.8.91-20170228 -> 2.9.0-20180618
Also:
 - make kf5 version default
 - drop kdelibs4
2018-06-27 12:19:03 +08:00
Benjamin Saunders
cb2921c839 vulkan-tools: init at 1.1.77.0 2018-06-26 20:38:02 -07:00
Benjamin Saunders
07396a6145 vulkan-validation-layers: init at 1.1.77.0 2018-06-26 20:38:01 -07:00
Benjamin Saunders
879145e1f7 vulkan-headers: init at 1.1.77.0 2018-06-26 20:38:00 -07:00
Paul Myjavec
57183eef63 saml2aws: init at 2.6.1
Adds a new package, saml2aws, a CLI tool for managaing AWS logins via
SAML. For more information see https://github.com/Versent/saml2aws.

* Add nix expression to build the package.
* Add myself as a maintainer.
2018-06-27 09:59:04 +09:00
Luke Adams
b64932fabe gnuradio: 3.7.11.1 -> 3.7.13.3
* also add mako input (cheetah will be removed in GR3.8)
2018-06-26 17:04:43 -05:00
Tad Fisher
3c5e7e2ae4 jd-gui: 0.3.5 -> 1.4.0 2018-06-26 12:21:16 -07:00
symphorien
d85aae2323 agedu: init at 20180522.5b12791 (#42538) 2018-06-26 20:06:16 +02:00
xeji
6c0427e8ec
Merge pull request #42586 from Ma27/phonon-qt5-by-default
phonon-backend-vlc: use qt5 by default
2018-06-26 18:26:14 +02:00
Maximilian Bosch
8d6502f8ca
phonon-backend-vlc: use qt5 by default
`minitube` is currently broken transitively due to the broken
`phonon-backend-qt4`: https://hydra.nixos.org/build/76523277

Although QT4 is fairly old, this package is still built with `qt4` ATM,
however QT5 is available as well. After this change, QT5 will be built
by default and in case anybody requires legacy QT4 it has to be enabled
explicitly like this:

```
with import <nixpkgs> { };
phonon-backend-vlc.override { withQt4 = true; }
```

Now the QT5-only build can be used (which fixes `minitube`) and there
are no confusions anymore with the build dependencies. Previously
`phonon-backend-vlc` and `libsForQt5.phonon-backend-vlc` used `qt4` by
default which was likely responsible for broken `minitube`.
2018-06-26 17:34:34 +02:00
Chris Hodapp
b2831de441 yafaray-core: init at v3.3.0 2018-06-26 09:52:27 -04:00
xeji
191c42d6ca
Merge pull request #42565 from Lassulus/lief
lief: init at 0.9.0
2018-06-26 15:50:58 +02:00
Sebastien Maret
8603f343a3 gildas: init at 201806_a 2018-06-26 11:09:45 +02:00
lassulus
7b4cf6b8e7 lief: init at 0.9.0 2018-06-26 07:41:10 +02:00
Franz Pletz
1d235be208
virtlyst: init at 1.1.0
Co-authored-by: elseym <elseym@me.com>
2018-06-26 01:18:30 +02:00
Franz Pletz
5d534c2663
cutelyst: init at 2.4.1
Co-authored-by: Maximilian Bosch <maximilian@mbosch.me>
Co-authored-by: elseym <elseym@me.com>
2018-06-26 01:18:30 +02:00
William Casarin
5d99d322e9 clightning: init at 0.6
c-lightning is a standard compliant implementation of the Lightning
Network protocol. The Lightning Network is a scalability solution for
Bitcoin, enabling secure and instant transfer of funds between any two
parties for any amount.
2018-06-25 11:56:09 -07:00
Tuomas Tynkkynen
d92f73e8db rocket: Init at 2018-06-09 2018-06-25 19:22:25 +03:00
lewo
39615dcfbc
Merge pull request #42010 from nlewo/pr-skydive
skydive: init at 0.17.0
2018-06-25 18:09:28 +02:00
Michiel Leenaars
6056c06721 krop: init -> 0.5.0 2018-06-25 17:07:24 +02:00
Markus Ankenbrand
851ab7f323 hmmer: init at 3.1b2 2018-06-25 16:56:21 +02:00
volth
dd366701ce perl528: init at 5.28.0 2018-06-25 13:33:09 +00:00
Jan Tojnar
0463c2020e
Merge pull request #42325 from manveru/add-gnome-latex
Gnome-latex: init at 3.28.1
2018-06-25 13:56:12 +02:00
xeji
104194f641
Merge pull request #42541 from flokli/casync
casync: init at 2-152-ge4a3c5e
2018-06-25 13:17:48 +02:00
Frederik Rietdijk
7c9d95fef5 python37: init at 3.7.0rc1 2018-06-25 10:41:32 +02:00
Florian Klink
0ee0582a8f casync: init at 2-152-ge4a3c5e 2018-06-25 03:22:49 +02:00
Kevin Liu
3a1033c6d9 autokey: init at 0.94.1 (#42355) 2018-06-25 00:25:14 +02:00
Chris Hodapp
ec73f89a55 structure-synth: init at v1.5 2018-06-24 15:36:07 -04:00
Franz Pletz
4d37ce9199
snapcast: init at 0.14.0 2018-06-24 17:55:34 +02:00
Michael Raskin
7e3db3490e libreoffice: cleanup and update
1. For some reason libreoffice-still was still referencing the Fresh
expression.

2. Moved gdb from buildInputs to nativeBuildInputs.

3. Minor update for both branches.
2018-06-24 16:10:17 +02:00
Jan Tojnar
d91f77c482
libgsystem: remove 2018-06-24 16:10:33 +02:00
Profpatsch
9c1edbddee unvanquished: remove
Hasn’t been building or upgraded since 2015:
https://github.com/NixOS/nixpkgs/issues/9781
2018-06-24 01:51:16 +02:00
Kevin Rauscher
ead58d100d bloop: init at 1.0.0-M11 2018-06-23 18:25:44 +02:00
Will Dietz
19ef534fbb
Merge pull request #41762 from tilpner/appimage-run
appimage-run: init
2018-06-23 07:23:08 -05:00
Matthew Justin Bauer
5ac6ab091a
Merge pull request #42389 from tobiasBora/master
imapnotify: added in all-packages.nix
2018-06-22 15:25:11 -04:00
Leo Colisson
4509fdba3f imapnotify: inherit inside all-packages 2018-06-22 21:24:31 +02:00
Matthew Justin Bauer
6c17928d52
Merge pull request #42378 from obsidiansystems/fix-android32
androidndk: Fix version selection
2018-06-22 14:50:14 -04:00
Leo Colisson
94bfc2cdc3 imapnotify: added in all-packages.nix 2018-06-22 20:22:21 +02:00
Symphorien Gibol
f5307941cc gnirehtet: init at 2.2.1 2018-06-22 19:21:23 +02:00
Matthew Bauer
c8fd285c8d android: add ndkVer to resolve ndk ambiguity
It wasn’t exactly clear which NDK you were using previously. This adds
an attribute to system that handles what version of the NDK we should
use when building things.

/cc @Ericson2314
2018-06-22 11:06:17 -04:00
Michael Fellinger
6f831a7ab4 Gnome-latex: init at 3.28.1 2018-06-22 10:14:28 +02:00
Matthieu Coudron
6664babe85 i3-easyfocus: init at 20180622
Fast window switcher.
Attributes and display one letter per window on your current workspace, upon keypress,
will focus the matching window.
2018-06-22 16:44:53 +09:00
Matthieu Coudron
d395b185d9 i3ipc-glib: init at 0.6.0
IPC library used to interact with the window manager www.i3wm.org
2018-06-22 16:43:33 +09:00
Matthew Justin Bauer
9185df5f9d
Merge pull request #41614 from teto/flent_wrap
[RFC/RDY] flent: add manpage + init http-getter
2018-06-21 21:33:49 -04:00