1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00
Commit graph

22041 commits

Author SHA1 Message Date
Frederik Rietdijk a9f37d1c25 Merge master into staging 2018-04-05 19:25:05 +02:00
lewo 9049f8a418
Merge pull request #38340 from vandenoever/rsibreak
rsibreak: init at 0.12.8
2018-04-05 15:42:37 +02:00
Jörg Thalheim 129fbf9ff2
Merge pull request #30473 from teto/pygccxml
[RDY] pygccxml + castxml + pybindgen
2018-04-05 14:08:52 +01:00
Carter Sande 7f92e3b6bf rpiboot-unstable: init at 2018-03-27 2018-04-05 15:40:03 +03:00
Tim Steinbach 59ddb3ebfb
Merge pull request #38397 from jerith666/eclipse-jdk10-gtk3
Update OpenJDK 10 and Eclipse to GTK 3
2018-04-05 08:05:55 -04:00
Jos van den Oever c656648d79 rsibreak: init at 0.12.8 2018-04-05 12:26:27 +02:00
Matthieu Coudron 37210d4938 castxml: init at 20180403
4 tests are ignored because the regex don't match with custom clang
output see:
https://github.com/CastXML/CastXML/issues/90
2018-04-05 18:26:37 +09:00
Peter Hoeg d7a16607e6
Merge pull request #38395 from Infinisil/add/pdd
pdd: init at 1.1
2018-04-05 15:46:28 +08:00
Evgeny Egorochkin 4afe9b1714 make gnomeExtensions visible to users 2018-04-05 10:22:03 +03:00
Charles Strahan 5c066e2bba
Merge pull request #37218 from cstrahan/kube-test-fix
nixos: kubernetes fixes
2018-04-04 19:14:48 -04:00
obadz cae43fb1dd ted: init at 2.23 2018-04-04 23:37:23 +01:00
Daiderd Jordan e0d86e5bf0
Merge pull request #38408 from rnhmjoj/monero
monero-gui: 2018-03-31 -> 0.12.0.0
2018-04-04 21:38:10 +02:00
Daiderd Jordan 4df34f803c
monero: fix darwin build 2018-04-04 21:33:45 +02:00
Jörg Thalheim 4f00c380f5
Merge pull request #38430 from Mic92/nix-review
nix-review: init at 0.1.0
2018-04-04 20:15:49 +01:00
Frederik Rietdijk 23741692fa Merge master into staging 2018-04-04 19:36:39 +02:00
Jörg Thalheim a4581f521d
Merge pull request #38427 from mkaito/update-factorio
factorio: 0.16.24 -> 0.16.36
2018-04-04 17:02:45 +01:00
Jörg Thalheim b76f0ed3ed
Merge pull request #38426 from fgaz/gron
gron: init at 0.5.1
2018-04-04 16:05:22 +01:00
Michael Raskin 26597bf59c
Merge pull request #38435 from fgaz/jl
jl: iniit at 0.0.4
2018-04-04 14:49:40 +00:00
Francesco Gazzetta 1150bdedd1 jl: iniit at 0.0.4 2018-04-04 14:11:04 +00:00
Michael Raskin 63c6c2dbdc
Merge pull request #36785 from Ma27/configurable-rofi-theme
rofi: add `theme` option
2018-04-04 13:44:56 +00:00
Jörg Thalheim 96b106bc5c nix-review: init at 0.1.0 2018-04-04 14:42:43 +01:00
Maximilian Bosch 26a4e02e95
rofi: add theme option
This is helpful when defining a `*.rasi` theme for rofi using
`pkgs.writeText` rather than messing up the impure `~/.config`
directory.
2018-04-04 15:24:51 +02:00
Michishige Kaito ff20c6c765 Add missing package factorio-headless-experimental
All combinations of headless/alpha and stable/experimental were present,
except for this one.
2018-04-04 13:17:33 +01:00
Francesco Gazzetta 70ff455608 gron: init at 0.5.1 2018-04-04 11:45:54 +00:00
Francois-Rene Rideau a48bfdc260 gerbil-unstable: init at 2018-04-03 2018-04-04 07:43:00 -04:00
Francois-Rene Rideau d50469adc7 gambit-unstable: init at 2018-03-26 2018-04-04 07:39:48 -04:00
Thomas Tuegel 130ee29844
Merge pull request #38404 from ttuegel/bugfix/tex-gyre/callPackages
Refactor TeX Gyre package sets
2018-04-04 05:56:07 -05:00
Jörg Thalheim b9e5aeaf79 monero: actually wants CoreData instead of monero-gui 2018-04-04 11:14:42 +01:00
Jörg Thalheim dff0404d8d monero-gui: blind darwin fix 2018-04-04 11:06:57 +01:00
Michael Raskin 713b0f77fb
Merge pull request #38077 from nyarly/create-cycle-app
(create-cycle-app): init at 4.0.0
2018-04-03 22:57:37 +00:00
John Ericson adaa110a72 binutils: No more darwin conditionals
Since at least d7bddc27b2, we've had a
situation where one should depend on:

 - `stdenv.cc.bintools`: for executables at build time
 - `libbfd` or `libiberty`: for those libraries
 - `targetPackages.cc.bintools`: for exectuables at *run* time
 - `binutils`: only for specifically GNU Binutils's executables,
   regardless of the host platform, at run time.

and that commit cleaned up this usage to reflect that. This PR flips the
switch so that:

 - `binutils` is indeed unconditionally GNU Binutils
 - `binutils-raw`, which previously served that role, is gone.

so that the correct usage will be enforced going forward and everything
is simple.

N.B. In a few cases `binutils-unwrapped` (which before and now was
unconditionally actual GNU binutils), rather than `binutils` was used to
replace old `binutils-raw` as it is friendly towards some cross
compilation usage by avoiding a reference to the next bootstrapping
change.
2018-04-03 13:34:52 -04:00
Matt McHenry cb66a7468e eclipse: jdk8 -> jdk10
in combination with the parent commit that makes jdk10 use gtk3, this
lets us get onto a current webkitgtk.

since the current version of webkitgtk is still receiving security
updates, this also reverts 49ea0e2736
"eclipse: Do not use webkitgtk2 by default".
2018-04-03 12:30:21 -04:00
Silvan Mosberger 4ca6d25a9c
pdd: init at 1.1 2018-04-03 17:03:52 +02:00
Will Dietz 1d16384bb6 mesa: use llvm6 2018-04-03 08:11:27 -05:00
Will Dietz 4cee817a31 gnumake42HEAD: remove attribute to fix eval
This was removed as part of
519f0b8db2
but is still present for whatever reason.

Remove since the file no longer exists.
2018-04-03 08:04:25 -05:00
Thomas Tuegel 140f2a3584
tex-gyre-*-math: Move to tex-gyre-math package set
The `tex-gyre-*-math` fonts are moved to the `tex-gyre-math` set for consistency
with `tex-gyre` and to allow them to be easily installed together. Aliases are
created for backwards-compatibility.
2018-04-03 06:32:02 -05:00
Thomas Tuegel 87c12bda03
tex-gyre: use callPackages
Using `callPackages` instead of `callPackage` adds an `override` attribute to
each individual package instead of the set. Each member of the set is then just
a package so that `lib.attrValues tex-gyre` gives a list of packages that can be
installed.
2018-04-03 06:26:18 -05:00
Yannik Sander 0c95dee8cb
krunner-pass: init at version 1.3.0 2018-04-03 19:01:58 +08:00
Tuomas Tynkkynen 747ebe3f66 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/top-level/all-packages.nix
2018-04-03 02:22:54 +03:00
Judson 4bf9fc79e1
Adding create-cycle-app
Adding create-cycle-app

Fixing removed modules
2018-04-02 14:24:39 -07:00
Tuomas Tynkkynen 434722ba62 raspberrypi-tools: Init at 2018-02-05 2018-04-02 23:46:18 +03:00
Austin Seipp 33202137bf pg_hll: init at 2.10.2-9af41684
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-02 15:30:46 -05:00
Austin Seipp 962e2553dc pg_topn: init at 2.0.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-02 15:30:46 -05:00
Austin Seipp 030e90454e cstore_fdw: init at 1.6.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-02 15:30:46 -05:00
Austin Seipp f59ffb6e83 pg_cron: init at 1.0.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-02 15:28:37 -05:00
Vladimír Čunát 333245e852
Merge #38133: dwb: remove abandoned package
cf. https://wiki.archlinux.org/index.php/dwb
2018-04-02 10:03:08 +02:00
Tim Steinbach 71f28a2ca0
linux: Add 4.16 2018-04-01 22:44:23 -04:00
Franz Pletz 4fdb0a529a
Merge pull request #38218 from rnhmjoj/monero
Fix monero-gui build
2018-04-01 23:59:13 +00:00
Michael Raskin ed6bbb4f4d swfdec: init at 0.8.4 2018-04-01 22:34:26 +02:00
Austin Seipp 5d5ed30150 nixpkgs: remove all Java 7 expressions
JDK 7 was technically EOL'd a while ago, although RedHat etc are still
doing updates I believe. However, JDK 8 is the default in the tree and
really used everywhere, and JDK 7 isn't seeing many updates by current maintainers, so dropping it seems appropriate.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-01 15:18:47 -05:00