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
eburimu
d8e73253a4
f2fs-tools: fix cross compilation
2018-11-29 05:11:57 +03: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
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
Wael M. Nasreddine
9ba423b09a
aminal: init at 0.7.4
2018-11-28 11:56:53 -08:00
Robert Helgesson
44f2569e50
eclipse-plugin-spotbugs: 3.1.8 -> 3.1.9
2018-11-28 20:50:18 +01:00
Renaud
36994f8620
Merge pull request #51073 from erikarvstedt/docs
...
Minor doc fixes
2018-11-28 20:34:53 +01:00
Renaud
1b4749ceef
Merge pull request #51130 from magnetophon/x42-plugins
...
x42-plugins: 20180812 -> 20181103
2018-11-28 20:32:45 +01:00
Bart Brouns
b72a68cea4
x42-plugins: 20180812 -> 20181103
2018-11-28 20:07:19 +01:00
Matthew Bauer
a56fe056ec
make-derivation: don’t add host suffix if there is no c compiler
...
Some trivial builders use the name attr to choose the exec name
produced. For example nixos-install,
nixos-install = makeProg {
name = "nixos-install";
src = ./nixos-install.sh;
nix = config.nix.package.out;
path = makeBinPath [ nixos-enter ];
};
When cross compiling, this puts the prog in,
/bin/nixos-install-powerpc64le-unknown-linux-gnu
2018-11-28 12:44:10 -06:00
Matthew Bauer
a9b7fa7634
Revert "treewide: for substituteAll: s/version/version_/"
...
This reverts commit 1e99582eaf
.
2018-11-28 12:30:24 -06:00
Matthew Bauer
d64f288154
make-derivation: don’t assert on separateDebugInfo
...
When separateDebugInfo = true & !stdenv.hostPlatform.isLinux, we
always gave an error. There is no reason to do this. Instead, just
don’t add separate debug info when we aren’t on Linux.
2018-11-28 12:29:00 -06:00
Matthew Bauer
13e45aeed3
make-derivation: remove selfConsistent check
...
version is set in lots of places but might not need to be in a name.
Alternative to #50364 .
2018-11-28 12:26:21 -06:00
Matthew Bauer
c315b9ec52
Merge pull request #51118 from bennofs/fix-mkpasswd
...
mkpasswd: fix cross compilation
2018-11-28 11:59:05 -06:00
Matthew Bauer
c94162dbec
Merge pull request #48273 from volth/patch-269
...
fetchgit: use buildPackages's git
Fixes #51119
2018-11-28 11:57:13 -06:00
Robin Gloster
1262a5ca97
roundcube: apply code review suggestions
2018-11-28 18:53:37 +01:00
Robin Gloster
9ace7f6409
roundcube: clean-up and add test
2018-11-28 18:52:10 +01:00
Victor SENE
2f8073bd92
roundcube: IPv6 by default
2018-11-28 18:52:10 +01:00