3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

150252 commits

Author SHA1 Message Date
Benjamin Staffin 23340918d9
vdiff-magit: Include git in nativeBuildInputs (#45314)
Like magit, vdiff-magit expects git to be present at install time.
2018-08-20 21:23:54 -04:00
Bas van Dijk 170b8a85d2
Merge pull request #45053 from carlosdagos/skip-check-mattermost-api
haskellPackages.mattermost-api: skip check
2018-08-21 03:04:53 +02:00
José Romildo Malaquias 8a7dfa63db numix-icon-theme-square: restrict platforms to linux 2018-08-20 21:38:41 -03:00
José Romildo Malaquias 3863e40507 numix-icon-theme-circle: restrict platforms to linux 2018-08-20 21:29:02 -03:00
Carlos D 0909282b1b haskellPackages.mattermost-api: skip check 2018-08-21 10:16:59 +10:00
José Romildo Malaquias c14320353d numix-icon-theme: restrict platforms to linux 2018-08-20 21:15:07 -03:00
John Ericson 65402b0f1d
Merge pull request #45408 from obsidiansystems/appendConfigureFlags
haskell lib: Add appendConfigureFlags
2018-08-20 18:08:04 -04:00
John Ericson 60fc04c34b haskell lib: Add appendConfigureFlags
For consistency and completeness; other helpers have these "plural"
variants too.
2018-08-20 17:50:23 -04:00
John Ericson 85cbf2e6e7
nixos/netboot: Remove redundant setting
@volth tells me that is the default for `system.boot.loader.kernelFile` anyways.
2018-08-20 16:52:24 -04:00
R. RyanTM 27ecfd34e8 ace: 6.5.0 -> 6.5.1 (#45258)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ace/versions.
2018-08-20 22:48:40 +02:00
Joachim F 69d3bdfa16
Merge pull request #44631 from dasJ/terraria
nixos/terraria: Wait for daemon to stop
2018-08-20 20:23:34 +00:00
John Ericson 70a0c15054
Merge pull request #45403 from obsidiansystems/purge-bare-platform
treewide: Purge `stdenv.platform` and top-level `platform`
2018-08-20 15:50:53 -04:00
Janne Heß 943786eccf nixos/terraria: Wait for daemon to stop 2018-08-20 21:41:29 +02:00
John Ericson 7d85ade0cc treewide: Purge stdenv.platform and top-level platform
Progress towards #27069
2018-08-20 15:22:46 -04:00
Markus Kowalewski 27c74747f7
gnuvd: add license 2018-08-20 21:15:17 +02:00
Markus Kowalewski dc379a4b8e
gnupth: add license 2018-08-20 21:15:17 +02:00
Markus Kowalewski 2d31bede61
gnuplot: add license 2018-08-20 21:15:16 +02:00
Markus Kowalewski c003762447
gnet: add license 2018-08-20 21:15:16 +02:00
Markus Kowalewski 06aabd8ef2
glusterfs: add license + homepage 2018-08-20 21:15:16 +02:00
Markus Kowalewski a1129ef9cb
glsurf: add license 2018-08-20 21:15:16 +02:00
Markus Kowalewski 859ea1da4e
glock: add license 2018-08-20 21:15:15 +02:00
Markus Kowalewski 39d7a557d4
gl117: add license + homepage 2018-08-20 21:15:15 +02:00
Markus Kowalewski 8acffe39b7
gitlab: add meta data 2018-08-20 21:15:11 +02:00
Markus Kowalewski 002ae44fa1
gio-sharp: add license + homepage 2018-08-20 21:02:46 +02:00
Markus Kowalewski 3c1819fcce
ginac: add license 2018-08-20 21:02:45 +02:00
Markus Kowalewski 1bf19218d7
giflib-4.1: add license + description 2018-08-20 21:02:40 +02:00
Milan Svoboda dd3090f3b0 kitty: 0.11.2 -> 0.11.3 2018-08-20 20:49:10 +02:00
John Ericson f0d6e22b7f
Merge pull request #45397 from volth/patch-233
$toplevel/system: buildPlatform.system -> hostPlatform.system
2018-08-20 14:36:13 -04:00
John Ericson 8f6a72d25b
Merge pull request #45398 from volth/patch-234
top-level.nix: stdenv.platform -> stdenv.hostPlatform.platform
2018-08-20 14:23:13 -04:00
volth 72f5078beb
top-level.nix: stdenv.platform -> stdenv.hostPlatform.platform
because stdenv.platform is stdenv.buildPlatform.platform
2018-08-20 18:20:57 +00:00
Matthew Bauer b300dddae1 xcbuild: only override version with 1 arg
sometimes we want the "SDK" version from xcbuild so we do something
like:

$ xcbuild -version -sdk MacOSX10.10
SDKSettings.plist - MacOSX10.10 (MacOSX10.10)
SDKVersion: 10.10
Path: /nix/store/6k7crm1n4drf09ga0dwvbmb59x4zl2i2-SDKs/MacOSX10.10.sdk
PlatformPath: /nix/store/vhfwb1znfy65s2xs27j8xribk6mp6lbw-Platforms/MacOSX.platform
ProductName: Mac OS X
ProductVersion: 10.10

This was previously overriden by the current xcode version so you
would get:

Xcode 9.4.1
Build version 17E189

This should fix the other usage of -version in nodejs 6.x.
2018-08-20 13:16:37 -05:00
volth 6efaa88fcc
$toplevel/system: buildPlatform.system -> hostPlatform.system 2018-08-20 18:12:13 +00:00
Markus Kowalewski dbc97ef68c
gettext: add license 2018-08-20 19:50:39 +02:00
John Ericson f305b9b086
Merge pull request #45394 from NixOS/makeScope-dry
lib: Use lib.fixed-points.extends to avoid repetition
2018-08-20 13:41:10 -04:00
Markus Kowalewski a0f6e0552d
gens-gs: add license 2018-08-20 19:39:08 +02:00
Markus Kowalewski 24513e08d7
geany: fix license
geany-with-vte:  inherit meta data from geany
2018-08-20 19:35:29 +02:00
Markus Kowalewski 98c7cf76a6
gdk_pixbuf: add license 2018-08-20 19:32:10 +02:00
Markus Kowalewski f3f05c9b6a
gdcm: add license 2018-08-20 19:27:49 +02:00
Markus Kowalewski 95b7e987fb
gdata-sharp: add license 2018-08-20 19:22:10 +02:00
Joachim F 203cd959ce
Merge pull request #41989 from CharlesHD/submit/dozenal
dozenal: init at version v12010904
2018-08-20 17:20:00 +00:00
John Ericson 3cf43547f4
lib: Use lib.fixed-points.extends to avoid repetition
Another attempt after my sloppy 48ccdf322d.

@Infinisil, thanks again, reverted in 4794aa5de2 and explained my mistakes in 48ccdf322d (commitcomment-29678643). I start with their work and provide this proof of this commit's correctness:
```nix
(lib.fixedPoints.extends (lib.flip g) f) # now
((f: rattrs: self: let super = rattrs self; in super // f self super) (lib.flip g) f) # inline extends
(self: let super = f self; in super // (lib.flip g) self super) # beta reduce
(self: let super = f self; in super // g super self)  # beta reduce
(self_: let super = f self_; in super // g super self_)  # alpha rename
(self_: let super = f self_; in super // g super self_) # original, same
```

Eventually we might harmonize `overrideScope`'s `g` parameter with the general pattern, but I leave that breaking change as a separate step. Best not to refactor and break at once, and at least the abstractions make the oddity clearer.
2018-08-20 13:09:15 -04:00
Jörg Thalheim 8158297aba
Merge pull request #45379 from ThomasMader/dlang-update
tilix: 1.8.1 -> 1.8.3
2018-08-20 18:07:37 +01:00
Thomas Mader 3771ffd82e tilix: 1.8.1 -> 1.8.3 2018-08-20 18:46:31 +02:00
Timo Kaufmann f8f6ab3e82
Merge pull request #44288 from Ekleog/gppro-init
global-platform-pro: init at 0.3.10-rc11
2018-08-20 17:46:00 +02:00
Robert Schütz 63b06d0251
Merge pull request #45148 from r-ryantm/auto-update/seafile-client
seafile-client: 6.2.3 -> 6.2.4
2018-08-20 17:30:39 +02:00
José Romildo Malaquias 5dbfd2f187 numix-icon-theme-square: 18-02-16 -> 18.08.17 2018-08-20 12:04:55 -03:00
Jörg Thalheim 3280fa006d
Merge pull request #45375 from markuskowa/slurm-up
slurm: 17.11.7 -> 17.11.9-2
2018-08-20 15:59:21 +01:00
José Romildo Malaquias e77133c9f0 numix-icon-theme-circle: 18-02-16 -> 18.08.17 2018-08-20 11:58:37 -03:00
Robert Schütz 5e37eef2a7 seafile-shared: 6.2.3 -> 6.2.4 2018-08-20 16:49:55 +02:00
José Romildo Malaquias ef6c7ae2a1 numix-icon-theme: 2017-12-25 -> 18.07.17 2018-08-20 11:49:11 -03:00