Commit Graph

161597 Commits

Author SHA1 Message Date
Matthew Bauer
c0a804c747 treewide: add dontUseImakeConfigure where needed
We need to set dontUseImakeConfigure in a few places to prevent imake
from overriding the default configure phase. This packages all have a
configure script that needs to get run:

- Xaw3d
- R
- tkgate
- ssvnc
2018-11-28 20:14:45 -06:00
Matthew Bauer
38f1b48232 tightvnc: use imake setup hook 2018-11-28 20:14:44 -06:00
Matthew Bauer
5d9b3a8e8b nas: use imake setup hook 2018-11-28 20:14:44 -06:00
Matthew Bauer
8e4b0ceeb2 vncrec: use imake setup hook 2018-11-28 20:14:43 -06:00
Matthew Bauer
3f00c67ef9 x11-ssh-askpass: cleanup 2018-11-28 20:14:42 -06:00
Matthew Bauer
f0077dc7da transfig: use imake setup hook 2018-11-28 20:14:41 -06:00
Matthew Bauer
c90dba094d xzoom: use imake setup hook 2018-11-28 20:14:40 -06:00
Matthew Bauer
fd1a5aecab xvkbd: use imake setup hook 2018-11-28 20:14:40 -06:00
Matthew Bauer
39122285ba xbrightness: use imake setup hook 2018-11-28 20:14:39 -06:00
Matthew Bauer
be10bee0e4 x2x: use imake setup hook 2018-11-28 20:14:38 -06:00
Matthew Bauer
92c119fb31 xautolock: use imake setup hook 2018-11-28 20:14:38 -06:00
Matthew Bauer
1eab4151d4 xsnow: use imake setup hook 2018-11-28 20:14:37 -06:00
Matthew Bauer
cbf9b5610b larswm: use imake setup hook 2018-11-28 20:14:37 -06:00
Matthew Bauer
8a4da41849 xearth: use imake setup hook 2018-11-28 20:14:36 -06:00
Matthew Bauer
cf3940ef95 xxkb: use imake setup hook 2018-11-28 20:14:36 -06:00
Matthew Bauer
f5be016c23 xmove: remove
This package is unmaintained.

https://packages.qa.debian.org/x/xmove/news/20090130T204752Z.html
2018-11-28 20:14:35 -06:00
Matthew Bauer
3d3f87365c xcruiser: add setup hook
Cleans things up a bit here.
2018-11-28 20:14:34 -06:00
Matthew Bauer
a858113076 oneko: use imake setup hook
Simplifies some things here.
2018-11-28 20:14:33 -06:00
Matthew Bauer
613e262fc2 imake: add setup hook 2018-11-28 20:14:33 -06:00
Matthew Bauer
801b375925 tome4: use premake hook 2018-11-28 20:14:32 -06:00
Matthew Bauer
9d2c6ea47a otfcc: use premake setup hook 2018-11-28 20:14:32 -06:00
Matthew Bauer
0984032d6a gmad: use premake setup hook 2018-11-28 20:14:31 -06:00
Matthew Bauer
932c1ff4c8 distrho: cleanup premake usage 2018-11-28 20:14:30 -06:00
Matthew Bauer
e0471b6c45 yojimbo: use premake build hook 2018-11-28 20:14:30 -06:00
Matthew Bauer
a06eb84705 bootil: cleanup installation
A few changes needed here:

- We don’t want to guess what our platform is. We can patch location
  and targetdir to not put things in an unpredictable directory.
- Make premake4 a native build input.
- Set the premakefile variable.
2018-11-28 20:14:29 -06:00
Matthew Bauer
fd78464de9 premake: add setup-hook
Adds a configure phase for packages using premake.
premakeConfigurePhase runs the correct premake version for the premake
you are using (see premake_cmd).
2018-11-28 20:14:29 -06:00
worldofpeace
f9714fdcea
Merge pull request #50471 from Ma27/package-python-fs-s3-support
pythonPackages.fs-s3fs: init at 1.0.0
2018-11-28 20:46:33 -05:00
Maximilian Bosch
41d8b21181
Merge pull request #51188 from freepotion/boohu-0.10-to-0.11
boohu: 0.10 -> 0.11
2018-11-29 02:40:55 +01:00
Maximilian Bosch
f38d805dbe
Merge pull request #51186 from danielfullmer/rclone-1.45
rclone: 1.44 -> 1.45
2018-11-29 02:31:06 +01:00
Maximilian Bosch
9d2160e73b
pythonPackages.pyftpdlib: skip tests
Although the tests are passing locally, it seems as the excessive
filesystem usage causes several build failures and timeouts in the Hydra
and OfBorg infrastructure:

* https://hydra.nixos.org/build/84374861 (python3 on linux.x86_64)
* https://hydra.nixos.org/build/84368459 (python2 on linux.x86_64)

Some of these tests are failing after several seconds though, but I
couldn't identify a pattern and I'm not overly surprised that a FTP
library has impure tests. However the API seems to be usable in a Python
{2,3} environment, so it should be safe to use even with disabled tests.
2018-11-29 02:01:22 +01:00
Maximilian Bosch
fd08b98da9
pythonPackages.fs-s3fs: init at 1.0.0
`fs` is a python-based file system abstraction layer. The new package
`fs-s3fs` is an implementation of it which stores files inside an S3
bucket.
2018-11-29 02:01:22 +01:00
Chris Ostrouchov
67a4067a44 autospotting: init at unstable-2018-11-17 2018-11-28 19:58:07 -05:00
Will Dietz
d7a0e03cfa
Merge pull request #51162 from dtzWill/update/z3-4.8.3
z3: 4.8.1 -> 4.8.3
2018-11-28 18:15:31 -06:00
Samuel Dionne-Riel
3864438049 iso-image: Do not use batch operations for mcopy.
```
       b      Batch mode. Optimized for huge recursive copies, but less secure if a crash happens during the copy.
```

It seems the "less secure if a crash happens" does not need a crash to
happen.

With batch mode:

```
/[...]/.
  Start (0) does not point to parent (___)
```

For pretty much everything copied in.

Without batch mode, everything passes `fsck`.

See #51150
2018-11-28 19:14:54 -05:00
Samuel Dionne-Riel
0a367c41ea iso-image: Verifies the FAT partition at build.
This is done to ensure `mtools`-based operations leave a clean FS.
2018-11-28 19:14:18 -05:00
Samuel Dionne-Riel
1b6a4d3979 sd-image: Do not use batch operation for mcopy.
```
       b      Batch mode. Optimized for huge recursive copies, but less secure if a crash happens during the copy.
```

It seems the "less secure if a crash happens" does not need a crash to
happen.

With batch mode:

```
/[...]/.
  Start (0) does not point to parent (___)
```

For pretty much everything copied in.

Without batch mode, everything passes `fsck`.

See #51150
2018-11-29 01:50:30 +02:00
Samuel Dionne-Riel
2e5eb135aa sd-image: Verifies the FAT partition before copying it.
This is to ensure `mtools`-based operations don't wreck the FS.
2018-11-29 01:50:30 +02:00
rht
ce5de69e17
brave: 0.56.12 -> 0.56.15 (70.0.3538.77 -> 70.0.3538.110) 2018-11-28 23:39:56 +00:00
worldofpeace
2570da8077
Merge pull request #51080 from costrouc/costrouc/uarray-init
pythonPackages.uarray: init at 0.4
2018-11-28 18:30:48 -05:00
Timo Kaufmann
aa053197de
Merge pull request #51191 from timokau/sage-fixes
sage: fix test timeout and downgraded R tests
2018-11-28 23:10:32 +01:00
Florian Klink
3caeeabb14 gitlab: stop regenerating the authorized_keys file 2018-11-28 23:09:23 +01:00
Kristoffer Thømt Ravneberg
a3ec5dce2b gitlab-shell: don't hardcode gitlab-shell paths in authorized_keys 2018-11-28 23:09:23 +01:00
Eric Bailey
6a0f0cce63 kubetail: install completions 2018-11-28 14:04:16 -08:00
Matthew Bauer
54737e329b
doc: fix incorrect example
For whatever reason, nix-build ... --argstr a.b "c" doesn't work. It fails quitely so it's best to use an example here that works.
2018-11-28 16:00:43 -06:00
Timo Kaufmann
d6376bca6d sage: don't test the downgraded R
Fails transiently. See https://github.com/NixOS/nixpkgs/pull/49249. The
failures look harmless and are fixed with R 3.5 which will be used in
sage 8.5.
2018-11-28 22:52:15 +01:00
Timo Kaufmann
359bf7f1e3 sage: disable test timeout
Hydra build failed due to timeout:
https://hydra.nixos.org/build/84870983
2018-11-28 22:37:24 +01:00
Free Potion
ca9c757684
boohu: 0.10 -> 0.11 2018-11-28 23:50:36 +03:00
Daiderd Jordan
5c26dc3d84
Merge pull request #51163 from kalbasit/nixpkgs_add-animal
aminal: init at 0.7.4
2018-11-28 21:38:09 +01:00
Daniel Fullmer
bfc680311a rclone: 1.44 -> 1.45 2018-11-28 15:17:25 -05:00
Brian McKenna
8b472e3739 marp: 0.0.13 -> 0.0.14
* marp: 0.0.13 -> 0.0.14 (#50757)

I think 0.0.13 never worked. The 0.0.14 download is weird.

https://github.com/yhatt/marp/issues/258
2018-11-28 21:02:40 +01:00