R. RyanTM
1b194208d3
dialog: 1.3-20181107 -> 1.3-20190211
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dialog/versions
2019-03-01 17:59:35 -08:00
Frederik Rietdijk
2fcb11a244
Merge staging-next into master
2019-03-01 09:06:20 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Vladimír Čunát
71f4ba29a3
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1506218
2019-02-22 17:51:01 +01:00
Vladimír Čunát
4ba49d3d6c
Merge #55988 : treewide meta.platforms: linux -> unix
2019-02-22 07:59:34 +01:00
Matthew Bauer
b1bbd94bb6
Merge remote-tracking branch 'NixOS/master' into staging
2019-02-18 20:36:48 -05:00
Frederik Rietdijk
815b77cbe6
Merge master into staging-next
2019-02-18 14:18:04 +01:00
Freezeboy
8f87a61de2
Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms)
2019-02-18 10:56:58 +01:00
Ryan Mulligan
96e17d4db9
Merge pull request #54835 from artemist/one_gadget
...
one_gadget: init at 1.6.2
2019-02-17 18:14:25 -08:00
Frederik Rietdijk
fd48a94b62
Merge staging-next into staging
2019-02-16 09:30:46 +01:00
Frederik Rietdijk
6fe10d2779
Merge master into staging-next
2019-02-16 09:29:54 +01:00
Will Dietz
6ff00fe96a
elfutils: 0.175 -> 0.176
...
https://sourceware.org/ml/elfutils-devel/2019-q1/msg00147.html
Since it'short, NEWS is reproduced below
------
* NEWS *
build: Add new --enable-install-elfh option.
Do NOT use this for system installs (it overrides glibc elf.h).
backends: riscv improved core file and return value location support.
Fixes CVE-2019-7146, CVE-2019-7148, CVE-2019-7149, CVE-2019-7150,
CVE-2019-7664, CVE-2019-7665
2019-02-15 14:08:21 -06:00
Jan Tojnar
606ceda352
gnome3: stop using aliases
2019-02-14 02:31:15 +01:00
Frederik Rietdijk
7257dedd7c
Merge master into staging-next
2019-02-13 12:33:29 +01:00
Daiderd Jordan
4195766cea
luarocks: remove unzip from setup-hook
...
The unzip variable is only set if it's an attribute and it's a
propagated input so it is already part of PATH.
2019-02-11 21:38:10 +01:00
Daiderd Jordan
be1291e11b
luarocks: patch sw_vers and gcc on darwin
...
The sw_vers binary is not part of the stdenv and it would make builds
impure based on what macOS version they where built on.
2019-02-11 21:38:09 +01:00
Matthew Bauer
57cb5fe1f2
Merge pull request #55519 from FlorianFranzen/staging
...
Staging
2019-02-10 09:29:10 -05:00
Vladimír Čunát
c40f211499
Merge branch 'staging-next'
...
It's not completely without regressions, but ATM it seems to bring more
upsides than downsides and the iteration is too long already.
2019-02-10 14:20:49 +01:00
Vladimír Čunát
64edccb463
treewide: fix missing libs after libtool pruning #51767
2019-02-10 14:14:33 +01:00
Jörg Thalheim
f34da1c835
Merge pull request #55348 from r-ryantm/auto-update/ccls
...
ccls: 0.20181225.7 -> 0.20181225.8
2019-02-10 02:07:58 +00:00
Elis Hirwing
4619f2ab12
uhd: Move from misc to radio
2019-02-09 21:40:16 +01:00
Matthew Bauer
5c09d977c7
Merge remote-tracking branch 'origin/master' into staging
2019-02-09 12:14:06 -05:00
lewo
15e43d59cf
Merge pull request #55101 from lopsided98/hydra-update
...
hydra: 2018-08-07 -> 2019-02-01
2019-02-07 17:59:46 +01:00
R. RyanTM
9f93aa092c
ccls: 0.20181225.7 -> 0.20181225.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ccls/versions
2019-02-06 08:10:11 -08:00
Maximilian Bosch
acfc1c1535
hydra: don't support Nix 1.x
...
The component `hydra-evaluator` requires `pool.hh` from Nix which isn't
provided by Nix 1.x and thus fails with the following error in this
case:
```
hydra-evaluator.cc:3:10: fatal error: pool.hh: No such file or directory
#include "pool.hh"
^~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:443: hydra_evaluator-hydra-evaluator.o] Error 1
```
As the commit is from 2016 and fairly hard to revert for Nix 1.x
support, it's easier to drop that.
This has been tested with fixed perl-bindings for Nix1 as done in #55146 .
2019-02-05 00:00:18 +01:00
Matthieu Coudron
2ba891788b
Lua generate nix packages from luarocks ( #54978 )
...
* lua: generate packages from luarocks
* luarocks-nix: update
* removed packages already available in nixpkgs
* adressing reviews
update script can now accept another csv file as input with -c
* Remove obsolete comment
2019-02-04 11:30:58 +00:00
zimbatm
abac6afe93
pkgconfig: rename to pkg-config ( #55094 )
...
Package attrs should map to the pname. It's confusing otherwise.
pkg-config is also the name used by most distributions:
Debian, Homebrew, Guix, OpenSuse
other distributions like FreeBSD ports, Fedora and Arch Linux call it
"pkgconf"
Waiting a few releases to make a tree-wide change to make it easier to
back-port things.
2019-02-03 15:35:55 +00:00
Ben Wolsieffer
8fb7706847
hydra: 2018-08-07 -> 2019-02-01
2019-02-02 19:02:06 -05:00
Vladimír Čunát
8ba516664b
Merge branch 'staging-next' into staging
2019-02-01 09:42:53 +01:00
Artemis Tosini
73bc897ac6
one_gadget: init at 1.6.2
2019-01-28 20:05:02 +00:00
R. RyanTM
0ef85cca2e
lttng-ust: 2.10.2 -> 2.10.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lttng-ust/versions
2019-01-28 16:45:32 +01:00
R. RyanTM
07e06f3e0b
lttng-tools: 2.10.5 -> 2.10.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lttng-tools/versions
2019-01-28 16:44:56 +01:00
Will Dietz
8b1e5308ba
Merge pull request #54464 from dtzWill/fix/binutils-2.31.1-musl
...
binutils: unbreak w/musl via upstream commits
2019-01-27 13:15:27 -06:00
Matthew Bauer
92f0f8dd68
Merge remote-tracking branch 'NixOS/master' into staging
2019-01-27 00:01:13 -05:00
Jörg Thalheim
ba34ffc665
Merge pull request #54619 from Mic92/remove-wkennington
...
treewide: remove wkennington as maintainer
2019-01-26 23:37:27 +00:00
Silvan Mosberger
186762719b
Merge pull request #54371 from Gerschtli/add/mdl
...
mdl: init at 0.5.0
2019-01-26 22:47:21 +01:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
...
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Silvan Mosberger
44a660e54e
Merge pull request #54256 from r-ryantm/auto-update/autoconf-archive
...
autoconf-archive: 2018.03.13 -> 2019.01.06
2019-01-24 01:02:52 +01:00
Vladimír Čunát
3fe32b675e
Merge branch 'master' into staging
2019-01-22 15:59:42 +01:00
Will Dietz
cd836b57ec
binutils: and apply in right order
2019-01-22 06:36:16 -06:00
Will Dietz
aee77e66bb
binutils: drop changelog portions of patches, so they apply
2019-01-22 06:36:15 -06:00
Will Dietz
bf0a0d424b
binutils: patches from upstream to unbreak linking musl
...
https://sourceware.org/bugzilla/show_bug.cgi?id=23428
2019-01-22 06:36:13 -06:00
Matthieu Coudron
15a8719d40
luarocks-nix: init
...
luarocks-nix is a fork of luarocks that adds a "nix" command capable of
converting luarocks package descriptions into nix derivations (though nixpkgs is
still missing the lua infrastructure).
2019-01-22 16:52:43 +09:00
Matthieu Coudron
d7a48fc80d
luarocks: support more usage
...
better support for luarocks in a shell (helpful to develop on luarocks).
Also adds unpacker for src.rock/rockspec files.
Also allows to use luarocks to build cmake based rocks.
2019-01-22 16:52:43 +09:00
Tim Steinbach
53e1db960a
binutils: 2.30.0 -> 2.31.1
2019-01-20 13:03:00 -05:00
Tobias Happ
61a7313d7a
mdl: init at 0.5.0
2019-01-20 13:23:46 +01:00
Frederik Rietdijk
d531da6f8a
Merge pull request #54094 from rnhmjoj/shell
...
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-19 14:15:51 +01:00
R. RyanTM
b2efe0ff62
autoconf-archive: 2018.03.13 -> 2019.01.06
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/autoconf-archive/versions
2019-01-17 20:56:23 -08:00
Jörg Thalheim
bb885d502a
Merge pull request #53888 from Mic92/ccls
...
ccls: init at 0.20181225.7
2019-01-16 23:56:55 +00:00
rnhmjoj
bcf54ce5bb
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-16 20:37:15 +01:00
Jörg Thalheim
ca61531750
ccls: init at 0.20181225
...
- tested with [emacs](https://dl.thalheim.io/kdh-PwxzlwGKTEl1_NpTzg/2019-01-13-190156_1920x1080_scrot.png )
and vim.
- wrapped to pick up our cc wrapper environment -> works perfectly in nix-shell
2019-01-15 17:12:56 +00:00
Will Dietz
357db3250a
pkgconf: 1.5.4 -> 1.6.0
...
https://git.dereferenced.org/pkgconf/pkgconf/src/tag/pkgconf-1.6.0/NEWS
2019-01-14 16:50:45 -06:00
Vladyslav Mykhailichenko
2e03f923f7
tokei: 8.0.0 -> 9.0.0
2019-01-14 00:06:21 +02:00
Vladimír Čunát
287144e342
Merge branch 'master' into staging-next
2019-01-10 13:07:21 +01:00
markuskowa
0e1f651795
Merge pull request #53457 from markuskowa/upd-uhd
...
uhd: 3.12.0.0 -> 3.13.0.1
2019-01-08 11:22:38 +01:00
Markus Kowalewski
256ae3ab48
uhd: 3.12.0.0 -> 3.13.0.1
2019-01-05 19:52:55 +01:00
Lengyel Balazs
f4a53ff3bc
treewide/xorg: replace *proto with xorgproto
2019-01-04 14:38:57 +01:00
Matthew Bauer
fd38234dfc
swig: find pcre-config correctly
2019-01-02 23:02:50 -06:00
Frederik Rietdijk
092e3b50a8
Merge master into staging-next
2019-01-02 21:08:27 +01:00
Vladimír Čunát
70bff06140
Merge branch 'master' into staging
2019-01-02 17:19:23 +01:00
Vladimír Čunát
cea9a2c9df
cproto: 4.6 -> 4.7o
...
The package seems rather abandoned (here in nixpkgs).
The bump fixes some problems, but it's probably still not suitable
for my use cases, though let me push the improvements anyway.
2019-01-02 16:27:40 +01:00
Frederik Rietdijk
19905c4c9a
Merge staging-next into staging
2018-12-31 14:21:42 +01:00
Frederik Rietdijk
070290bda7
Merge master into staging-next
2018-12-31 12:00:36 +01:00
Will Dietz
dcfabd82e2
Merge pull request #52730 from dtzWill/update/gdb-8.2.1
...
gdb: 8.2 -> 8.2.1
2018-12-29 15:47:07 -06:00
Will Dietz
55cc88691b
lit: 0.7.0 -> 0.7.1
2018-12-29 15:18:35 -06:00
Will Dietz
00ed390fc5
Merge pull request #51231 from dtzWill/update/lit-0.7.0
...
lit: 0.6.0 -> 0.7.0
2018-12-29 15:16:44 -06:00
Will Dietz
b42eab83dc
lit: be explicit about python used, as convention
2018-12-29 14:44:03 -06:00
worldofpeace
dfc35f1203
strace: change licenses
...
"The test suite is now provided under the terms of
the GNU General Public License version 2 or later."
"All the rest of strace is now provided under the terms of
the GNU Lesser General Public License version 2.1 or later."
> 27739ebccc/NEWS (L4)
2018-12-28 22:27:32 -05:00
Will Dietz
e529cdb3fb
strace: 4.25 -> 4.26
...
https://github.com/strace/strace/releases/tag/v4.26
2018-12-28 13:10:07 -06:00
Frederik Rietdijk
10afccf145
Merge staging-next into staging
2018-12-27 18:11:34 +01:00
Pascal Wittmann
9ddad11c16
Merge pull request #52877 from r-ryantm/auto-update/global
...
global: 6.6.2 -> 6.6.3
2018-12-27 08:44:36 +01:00
Frederik Rietdijk
e45ca47f14
Merge staging-next into staging
2018-12-26 09:30:32 +01:00
Craig Younkins
8b12b17df3
treewide: Fix broken Gmane URLs
2018-12-25 22:34:55 -05:00
R. RyanTM
549bf1354b
global: 6.6.2 -> 6.6.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/global/versions
2018-12-25 15:19:03 -08:00
Jan Tojnar
ef935fa101
Merge branch 'master' into staging
2018-12-24 15:02:29 +01:00
Will Dietz
617ac0403c
gdb: 8.2 -> 8.2.1
...
https://lists.gnu.org/archive/html/info-gnu/2018-12/msg00013.html
2018-12-23 11:01:08 -06:00
R. RyanTM
848ddac0fe
sysbench: 1.0.15 -> 1.0.16
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sysbench/versions
2018-12-23 11:07:10 +01:00
Jörg Thalheim
1b146a8c6f
treewide: remove paxutils from stdenv
...
More then one year ago we removed grsecurity kernels from nixpkgs:
https://github.com/NixOS/nixpkgs/pull/25277
This removes now also paxutils from stdenv.
2018-12-22 12:55:05 +01:00
Piotr Bogdan
c302474077
binutils: remove dtneeded.patch
2018-12-19 09:20:38 +01:00
Frederik Rietdijk
9ab61ab8e2
Merge staging-next into staging
2018-12-19 09:00:36 +01:00
volth
fed7914539
Merge branch 'staging' into make-perl-pathd
2018-12-18 17:13:27 +00:00
Frederik Rietdijk
826ab7026e
Merge master into staging-next
2018-12-18 09:22:17 +01:00
R. RyanTM
d9b1ae9eab
msitools: 0.97 -> 0.98
...
* msitools: 0.97 -> 0.98 (#52188 )
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/msitools/versions
* msitools: fetch from Gnome mirrors
+ misc cleanup
2018-12-17 18:49:34 +01:00
R. RyanTM
2cbaaa55d5
fswatch: 1.13.0 -> 1.14.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fswatch/versions
2018-12-17 02:20:23 +00:00
Jan Tojnar
aead6e12f9
Merge remote-tracking branch 'upstream/master' into staging
2018-12-16 22:55:06 +01:00
Ryan Mulligan
5b45208071
Merge pull request #52336 from r-ryantm/auto-update/d-feet
...
dfeet: 0.3.13 -> 0.3.14
2018-12-16 12:47:48 -08:00
R. RyanTM
4027966602
dejagnu: 1.6.1 -> 1.6.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dejagnu/versions
2018-12-16 20:35:51 +01:00
Maximilian Bosch
561654d8bb
Merge pull request #52338 from r-ryantm/auto-update/dialog
...
dialog: 1.3-20180621 -> 1.3-20181107
2018-12-16 14:49:18 +01:00
R. RyanTM
14fbddc232
dialog: 1.3-20180621 -> 1.3-20181107
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dialog/versions
2018-12-16 01:42:33 -08:00
R. RyanTM
c50c1da7a2
dfeet: 0.3.13 -> 0.3.14
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/d-feet/versions
2018-12-16 01:34:11 -08:00
volth
bb9557eb7c
lib.makePerlPath -> perlPackages.makePerlPath
2018-12-15 03:50:31 +00:00
Jörg Thalheim
e4556c275c
gdb: fix cross-build
2018-12-12 08:00:15 +00:00
Matthew Bauer
a27c51f71f
premake3: use premake3 -> premake
...
premake3 only has the "premake" executable. This is a little confusing
because premake4 and premake5 both have the version suffix.
Fixes #51744
2018-12-08 14:47:13 -06:00
Frederik Rietdijk
df304abd27
Merge staging-next into staging
2018-12-08 12:50:38 +01:00
Frederik Rietdijk
e0950ae9ad
Merge master into staging-next
2018-12-08 12:40:13 +01:00
Will Dietz
9a9d26fb77
elfinfo: 0.7.4 -> 0.7.5
...
https://github.com/xyproto/elfinfo/releases/tag/0.7.5
2018-12-07 20:49:13 -06:00
eburimu
57c801fa59
gperf: fix cross compilation ( #51210 )
...
* fix: gperf 3.0 cross compilation
* fix: gperf-30 cross compilation, remove unused parameter
2018-12-03 09:49:12 -06:00
Frederik Rietdijk
a510aa2672
Merge master into staging-next
2018-12-03 12:18:43 +01:00
markuskowa
506d4c7e44
Merge pull request #51329 from c0bw3b/cleanup/gnu-https
...
Favor HTTPS URLs - the GNU edition
2018-12-02 16:52:33 +01:00
c0bw3b
0498ccd076
Treewide: use HTTPS on GNU domains
...
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
c0bw3b
93e511c319
Treewide: use HTTPS on GNU Savannah domains
...
HTTP -> HTTPS for:
- http://savannah.gnu.org/
- http://git.savannah.gnu.org/
- http://download.savannah.gnu.org/
- http://svn.savannah.gnu.org/
2018-12-02 15:33:09 +01:00
c0bw3b
a04a512f34
Treewide: use HTTPS on NonGNU domains
2018-12-02 15:21:04 +01:00
Bas van Dijk
7035598251
Merge pull request #51225 from LumiGuide/elk-6.5.1
...
elk: 6.3.2 -> 6.5.1
2018-12-02 14:44:47 +01:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
...
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Jörg Thalheim
5db3428fa3
pwndbg: switch to python3
2018-12-01 14:13:46 +00:00
Jörg Thalheim
28af9e45b0
gdbgui: 0.13.0.0 -> 0.13.1.1
2018-12-01 14:13:46 +00:00
Jörg Thalheim
5afbdde38c
gdb: switch to python3 by default
2018-12-01 14:13:46 +00:00
Bas van Dijk
fbf0efc6a7
elk: 6.3.2 -> 6.5.1
2018-12-01 12:47:12 +01:00
Jan Tojnar
c5881ec2c9
Merge remote-tracking branch 'upstream/master' into staging
2018-11-30 20:09:45 +01:00
Frederik Rietdijk
1828a5c5ba
Merge master into staging-next
2018-11-30 17:46:21 +01:00
Matthew Bauer
76c7a8bac0
Merge pull request #51205 from matthewbauer/more-setup-hooks
...
Add premake & imake setup hook
2018-11-29 19:36:25 -06:00
Will Dietz
ef12b9cbd6
lit: 0.6.0 -> 0.7.0
...
(LLVM6 -> LLVM7)
2018-11-29 08:46:07 -06:00
Frederik Rietdijk
9b81c7e455
Merge staging-next into staging
2018-11-29 09:18:35 +01: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
Jörg Thalheim
8e97e8009f
Merge branch 'fix/cross-swig' into HEAD
2018-11-28 10:31:23 +00:00
Jörg Thalheim
be6b461bb9
swig: document why pcre.dev is in nativeBuildInputs
2018-11-28 10:25:08 +00:00
eburimu
3c9d05389c
swig: fix cross compilation
2018-11-28 13:01:38 +03:00
Léo Gaspard
8ecd555ded
Merge branch 'pr-46056' into staging
...
* pr-46056:
binutils: use shared libs
binutils: fix #44936 the huge size regression
2018-11-28 09:55:05 +09:00
Vladimír Čunát
a5de78b7d7
Merge branch 'master' into staging-next
2018-11-26 10:28:00 +01:00
c0bw3b
126f94d808
Treewide: use https for people.redhat.com
2018-11-24 23:56:37 +01:00
Frederik Rietdijk
c1792242ef
Merge staging-next into staging
2018-11-24 10:44:50 +01:00
Frederik Rietdijk
e41154d1ab
Merge master into staging-next
2018-11-24 10:43:33 +01:00
Linus Heckemann
ef5da57ea2
hound: 20170324 -> 2018-11-02
2018-11-23 13:22:01 +01:00
Frederik Rietdijk
2219e2578e
Merge staging-next into staging
2018-11-22 10:10:40 +01:00
Frederik Rietdijk
c31cb577ae
Merge master into staging-next
2018-11-22 09:57:08 +01:00
Renaud
1e748ceb5f
Merge pull request #50797 from r-ryantm/auto-update/elfutils
...
elfutils: 0.174 -> 0.175
2018-11-22 07:36:17 +01:00
Renaud
a252c0f80f
Merge pull request #50772 from r-ryantm/auto-update/gede
...
gede: 2.10.9 -> 2.12.3
2018-11-21 17:57:29 +01:00
Frederik Rietdijk
701375662b
Merge master into staging-next
2018-11-21 12:39:20 +01:00
Jan Tojnar
75fc7b5b4d
Merge pull request #50771 from zaninime/pkgconf
...
pkgconf: init at 1.5.4
2018-11-20 17:15:36 +01:00
Orivej Desh
f55a63329d
objconv: 2.48 -> 2.51
2018-11-20 11:48:50 +00:00
Frederik Rietdijk
aabf1a93bc
Merge staging-next into staging
2018-11-20 11:51:11 +01:00
Francesco Zanini
5efb4643e2
Use distfiles
2018-11-20 09:52:13 +01:00
Orivej Desh
75f477b9c0
creduce: replace patchPhase with postPatch
2018-11-20 06:03:02 +00:00
R. RyanTM
5beb37d258
elfutils: 0.174 -> 0.175
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/elfutils/versions
2018-11-19 14:21:00 -08:00
R. RyanTM
96c0c07ca0
gede: 2.10.9 -> 2.12.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gede/versions
2018-11-19 11:05:56 -08:00
Francesco Zanini
580efed355
Add maintainer
2018-11-19 13:56:51 +01:00
Francesco Zanini
5c1d144074
Add meta
2018-11-19 13:54:25 +01:00
Francesco Zanini
1ada6857e6
Add pkgconf
2018-11-19 13:31:56 +01:00
Frederik Rietdijk
0d0d7dcd06
Merge staging-next into staging
2018-11-18 10:41:34 +01:00
Renaud
41391e9cd8
Merge pull request #50334 from c0bw3b/pkg/opengrok
...
opengrok: 0.12.1.5 -> 1.0
2018-11-17 19:37:55 +01:00
Orivej Desh
471f1be718
gdb: 8.1.1 -> 8.2 ( #50444 )
2018-11-16 07:31:05 +00:00
Jean-Baptiste Giraudeau
7fdb87a862
Fix help2man.postInstall syntax error under cygwin.
2018-11-15 16:56:01 +01:00
Niklas Thörne
dd569dab09
bashdb: 4.4-0.94 -> 4.4-1.0.0 ( #49754 )
...
Added pygments dependency.
2018-11-15 14:15:35 +00:00
Renaud
45923f698d
opengrok: 0.12.1.5 -> 1.0
...
Fix source tarball and version claim mismatch
2018-11-15 12:29:11 +01:00
Will Dietz
bd54a288b3
intel-gpu-tools: add 'peg' dep for overlay
2018-11-14 23:49:39 -06:00
Will Dietz
b1e5910a7d
elfinfo: init at 0.7.4
2018-11-14 23:33:10 -06:00
Pascal Wittmann
b26151d58c
Merge pull request #50094 from r-ryantm/auto-update/help2man
...
help2man: 1.47.7 -> 1.47.8
2018-11-13 16:02:43 +01:00
Matthew Bauer
76c956be5c
treewide: disable pie in more places
...
Some packages don’t work correctly with pie. Here I disable it for:
- busybox
- linux kernel
- kexectools
I also get rid of the Musl conditional for disabling pie in GCC and
Binutils. Some day we might want to enable PIE without Musl and it
will be useful to have the *just* work with our compiler and linkers.
2018-11-13 07:03:31 -06:00
volth
31beea9818
gnum4: set platforms=unix++windows
2018-11-11 01:42:40 +00:00
volth
a538d9982a
gnum4: set platforms=all; it works on Windows
2018-11-11 01:17:56 +00:00
R. RyanTM
ea6d48d4be
help2man: 1.47.7 -> 1.47.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/help2man/versions
2018-11-09 16:32:58 -08:00
Matthew Bauer
2e2afa1943
gcc/binutils: disable pie hardening
...
These don’t like having -fPIE set for them. We should disable
hardening all the time, but in the interest of not changing hashes,
this only disables it for Musl (where it is now the default).
(cherry picked from commit a3a6884649354a660326acd68c1bd08ffd2dcfa2)
2018-11-09 13:55:35 -06:00
Markus Kowalewski
f6e8578552
ltrace: remove aarch64 from platforms
...
ltrace does not support ARM
2018-11-08 21:53:37 +01:00
Markus Kowalewski
61020d5f23
tie: add license
2018-11-08 20:49:23 +01:00
Markus Kowalewski
7a2e6cf6a0
sqitch-pg: add license
...
Inherit from AppSqitch
2018-11-08 20:45:51 +01:00
Markus Kowalewski
d9afe678d5
pkg-config: add license
2018-11-08 20:42:37 +01:00
Markus Kowalewski
e4d0b69ae8
ltrace: add license
2018-11-08 20:40:37 +01:00
Markus Kowalewski
aeaf15dc68
icon-naming-utils: add license
2018-11-08 20:33:03 +01:00
Markus Kowalewski
247e3b3082
eggdbus: add license
2018-11-08 20:31:31 +01:00
Markus Kowalewski
e9da929e41
cwebbin: add license
2018-11-08 20:29:09 +01:00
Will Dietz
98fd559eaa
strace: 4.24 -> 4.25 ( #49518 )
...
https://github.com/strace/strace/releases/tag/v4.25
2018-10-31 18:36:08 +01:00
Matthew Bauer
991e51a1f6
teensy-loader-cli: build on macos
2018-10-30 13:31:57 -05:00
Matthew Bauer
aa4707fc34
treewide: use gnu toolchain for avr/arm-embedded
...
These packages should in theory work with our GCC toolchains, but
there are some definite breakages that need to be tracked down.
Comparing output of these to old gcc-arm-embedded is important.
Affected packages include:
- axolooti
- avrdudess
- opentx
- microscheme
- betaflight
- inav
- blackmagic
- simavr
- gnuk
2018-10-30 13:31:45 -05:00
Matthew Bauer
2650a1f91e
dfu-programmer: supports macos
2018-10-29 14:34:09 -05:00
Renaud
1a26028ed8
Merge pull request #46812 from serokell/fix-arcanist
...
arcanist: fix mtime impurity
2018-10-21 11:29:20 +02:00
Frederik Rietdijk
86c7662be0
Merge staging-next into master
2018-10-21 08:37:30 +02:00
Timo Kaufmann
a3971059e1
Merge pull request #47081 from r-ryantm/auto-update/elfutils
...
elfutils: 0.173 -> 0.174
2018-10-20 23:18:45 +02:00
Frederik Rietdijk
ca6ee8f519
Merge master into staging-next
2018-10-20 09:40:09 +02:00
Jörg Thalheim
bd4b8a4c82
Merge pull request #48543 from r-ryantm/auto-update/awf
...
awf: 1.3.1 -> 1.4.0
2018-10-19 09:21:57 +01:00
Jörg Thalheim
ad250c18f7
Merge pull request #48580 from dtzWill/update/cquery-llvm7
...
cquery: 2018-08-08 -> 2018-10-14 (llvm6 -> llvm7)
2018-10-18 19:27:05 +01:00
Frederik Rietdijk
89349fdae9
Merge staging-next into staging
2018-10-17 08:36:28 +02:00
Frederik Rietdijk
18fcc337af
Merge master into staging-next
2018-10-17 08:04:22 +02:00
Will Dietz
fc69a394fa
cquery: 2018-08-08 -> 2018-10-14 (llvm6 -> llvm7)
...
also simplify include expression a touch
2018-10-16 12:30:06 -05:00
R. RyanTM
93c7c59a97
awf: 1.3.1 -> 1.4.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/awf/versions
2018-10-16 00:41:19 -07:00
Matthew Bauer
4c1b22b1f8
Merge pull request #47408 from bhipple/add/abi-tools
...
abi-compliance-checker: init at 2.3
2018-10-15 15:01:48 -05:00
Joachim F
fe1a70c3cd
Merge pull request #48071 from catern/kdbg
...
kdbg: init at 3.0.0
2018-10-14 15:09:10 +00:00
xeji
2e7c992afa
Merge pull request #48297 from volth/remove-top-perlXMLParser
...
perlXMLParser -> perlPackages.XMLParser
2018-10-14 15:56:14 +02:00
volth
f65dfb3caf
buildPerlPackage -> perlPackages.buildPerlPackage
2018-10-14 09:10:41 +02:00
volth
c0fed1ba77
perlXMLParser -> perlPackages.XMLParser
2018-10-12 22:56:15 +00:00
Frederik Rietdijk
bc9bd012c4
Merge staging-next into staging
2018-10-09 15:37:52 +02:00
Eelco Dolstra
1eff910a15
lsof: Don't record compiler flags / build kernel
...
This removed glibc.dev from the closure and improves binary
reproducibility.
2018-10-08 22:56:23 +02:00
Spencer Baugh
01a0b1f0c3
kdbg: init at 3.0.0
2018-10-08 20:43:48 +00:00
Peter Hoeg
95d307ab14
xdiff: 4.0.1.2017062 -> 5.0b1 - version bump only
2018-10-08 10:36:38 +08:00
Benjamin Hipple
8d42787c61
abi-compliance-checker: init at 2.3
2018-10-07 16:09:27 -04:00
Benjamin Hipple
cc07807b5b
abi-dumper: init at 1.1
2018-10-07 16:09:02 -04:00
Benjamin Hipple
f41c55b2ca
vtable-dumper: init at 1.2
2018-10-07 16:06:38 -04:00
Pascal Wittmann
3cb5b46e02
Merge pull request #47800 from r-ryantm/auto-update/fswatch
...
fswatch: 1.12.0 -> 1.13.0
2018-10-04 10:06:33 +02:00
R. RyanTM
e7c2c5784f
fswatch: 1.12.0 -> 1.13.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fswatch/versions
2018-10-03 12:19:20 -07:00
R. RyanTM
bc39898d2e
help2man: 1.47.6 -> 1.47.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/help2man/versions
2018-10-03 11:02:30 -07:00
Jörg Thalheim
50a306125c
Merge pull request #47542 from prusnak/gcc-arm-embedded_update
...
gcc-arm-embedded: 6-2017-q2-update -> 7-2018-q2-update
2018-10-03 17:29:25 +01:00
Pavol Rusnak
b3531b9719
gcc-arm-embedded: 6-2017-q2-update -> 7-2018-q2-update
...
+ update blackmagic to latest commit which includes gcc7 fixes
2018-10-02 15:23:31 +02:00
Daiderd Jordan
1383c08f2c
Merge branch 'master' into staging-next
2018-10-01 19:42:07 +02:00
Benjamin Hipple
d7003ed576
patchelf: fix license
...
Use the attr set instead of a string
2018-09-29 16:36:33 -04:00
Matthew Bauer
1fe9ab523a
Merge pull request #46755 from eliasp/bump-development/tools/misc/arcanist-20170323→20180916
...
arcanist: 20170323 -> 20180916
2018-09-29 00:57:01 -05:00
R. RyanTM
d7f16adf6c
lttng-tools: 2.10.4 -> 2.10.5 ( #46238 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
lttng-tools
2018-09-28 21:27:59 +02:00
xeji
487f7f458a
Merge pull request #45449 from dtzWill/update/patchelf-0.10-pre-2018-05-09
...
patchelf: 0.10-pre-20180108 -> 0.10-pre-20180509, minor touchup
2018-09-28 12:09:34 +02:00
John Ericson
c701d6cb21
Merge remote-tracking branch 'upstream/master' into staging
2018-09-25 14:20:27 -04:00
Patrick Hilhorst
5a12a5bd57
circleci-cli: 0.1.2307 -> 0.1.2569 ( #47347 )
2018-09-25 18:36:55 +02:00
John Ericson
2b4b7d4ef3
Merge pull request #47233 from oxij/tree/mass-rebuild-noop-cleanups
...
treewide: mass rebuild noop cleanups
2018-09-25 00:04:52 -04:00
Charles Strahan
7bcb3305a5
ycmd: 2018-07-24 -> 2018-09-20
2018-09-24 02:13:33 -04:00