Peter Simons
720d0cdc9a
Merge pull request #12162 from jgillich/torbrowser
...
torbrowser: add missing shebang to wrapper script
2016-01-05 19:39:55 +01:00
Jakob Gillich
24dc7f3028
torbrowser: add missing shebang to wrapper script
2016-01-05 18:21:07 +01:00
Peter Simons
41a91a5495
youtube-dl: remove meta.version
2016-01-05 12:46:01 +01:00
Moritz Ulrich
24e0868763
isync: Add unstable variant.
2016-01-05 12:21:10 +01:00
Tobias Geerinckx-Rice
fb5f7dd953
zfstools: 0.3.2 -> 0.3.3
2016-01-05 00:51:32 +01:00
Tobias Geerinckx-Rice
bb288f43af
pingtcp: install README.md
2016-01-04 21:13:46 +01:00
Tobias Geerinckx-Rice
3a9c863150
pcapc: init at 2015-03-06
2016-01-04 21:13:05 +01:00
Pascal Wittmann
192fda79e0
Merge pull request #11832 from ktosiek/gupnp-tools-fixes
...
gupnp-tools: add required icons, rename from gupnptools
2016-01-04 17:16:41 +01:00
Tobias Geerinckx-Rice
517d8c8846
pingtcp: init at 0.0.3
2016-01-04 16:09:46 +01:00
Bjørn Forsman
d1cb42f297
system-config-printer: set meta.platforms
2016-01-04 14:21:43 +01:00
Arseniy Seroka
b5bbbd0fe3
f2fs-tools: 1.4.1 -> 1.5.0
2016-01-04 14:23:56 +03:00
Tomasz Kontusz
62d2a91b2b
gupnp-tools: add required icons, rename from gupnptools
2016-01-04 09:34:51 +01:00
Radvendii
2371acdeb2
tldr: init at 1.0
...
added tldr to all-packages.nix
cleaned up style
added metadata
semicolons
didn't test on mac. removed platform
wrong types
fixed duplication of version
2016-01-03 17:51:34 -05:00
Mateusz Kowalczyk
1e630749d8
youtube-dl: 2015.11.24 -> 2016.01.01
2016-01-03 20:51:14 +00:00
Mateusz Kowalczyk
8a5421da50
babeld: update from 1.5.1 to 1.6.1
2016-01-03 20:51:14 +00:00
Bjørn Forsman
9cdf17e822
colord: fix use of /var
...
Currently the package is built with /var in $out/var. That fails when it
tries to create/write things at runtime (nix store is read-only).
Instead, tell it to use /var (global directory) and fixup the
installation phase so it doesn't touch /var (leave that for runtime).
This unbreaks the colord dbus service, which apparently is needed by
cups to create color profiles for printers.
2016-01-03 21:07:04 +01:00
Tobias Geerinckx-Rice
6862e5c636
dhcping: init at 1.2
2016-01-03 20:38:52 +01:00
Tobias Geerinckx-Rice
82419575aa
btrfsProgs -> canonical btrfs-progs
2016-01-03 20:38:44 +01:00
Pascal Wittmann
1799d134ba
fcitx-configtool: add icon theme, fixes #11895
2016-01-03 20:32:59 +01:00
Pascal Wittmann
18a53d6eda
disorderfs: 0.4.1 -> 0.4.2
2016-01-03 19:42:59 +01:00
Pascal Wittmann
7ab894098a
mkcue: fetch source from debian
...
fixes #12102
2016-01-03 17:27:24 +01:00
Pascal Wittmann
13572ae8a3
parallel: 20151122 -> 20151222
2016-01-03 15:49:55 +01:00
Tobias Geerinckx-Rice
4943e41347
wget: make libpsl attribute properly optional
2016-01-03 00:24:28 +01:00
Tobias Geerinckx-Rice
d030b608dd
zopfli: build & install zopflipng, shared libraries, READMEs
2016-01-03 00:24:28 +01:00
Tobias Geerinckx-Rice
2ba8ae8d97
zopfli: 1.0.0 -> 1.0.1 + bug fixes
...
Maintain & tidy up `meta` while we're here.
2016-01-03 00:24:28 +01:00
Robert Helgesson
a596f7dcb9
netcat: add meta data
2016-01-02 22:49:57 +01:00
Bjørn Forsman
1979034956
system-config-printer: remove bad /usr/bin reference in dbus service file
2016-01-02 22:04:52 +01:00
Tuomas Tynkkynen
8a985d97a1
sudo: Compile with '--with-iologdir' to improve build purity
...
Otherwise it will try to guess the log directory, and the guess might
not be the same if chroot builds are enabled or not.
The gruesome details from m4/sudo.m4:
````
dnl
dnl Where the I/O log files go, use /var/log/sudo-io if
dnl /var/log exists, else /{var,usr}/adm/sudo-io
dnl
AC_DEFUN([SUDO_IO_LOGDIR], [
AC_MSG_CHECKING(for I/O log dir location)
if test "${with_iologdir-yes}" != "yes"; then
iolog_dir="$with_iologdir"
elif test -d "/var/log"; then
iolog_dir="/var/log/sudo-io"
elif test -d "/var/adm"; then
iolog_dir="/var/adm/sudo-io"
else
iolog_dir="/usr/adm/sudo-io"
fi
if test "${with_iologdir}" != "no"; then
SUDO_DEFINE_UNQUOTED(_PATH_SUDO_IO_LOGDIR, "$iolog_dir")
fi
AC_MSG_RESULT($iolog_dir)
])dnl
````
2016-01-02 18:50:11 +01:00
Fabian Schmitthenner
28b3ecac07
networkmanager: fix path /sbin/modprobe
2016-01-02 18:23:59 +01:00
Bjørn Forsman
b1570d4f57
offlineimap: don't depend on 'pkgs' attrset
...
It's considered bad style to depend on "everything". In this case, all
that was needed from 'pkgs' was 'stdenv'.
2016-01-02 18:17:22 +01:00
Damien Cassou
fc83959704
offlineimap: 6.6.0 → 6.6.1
2016-01-02 18:07:14 +01:00
Vladimír Čunát
8781743edb
unrar: fix #12084 : wrong license
2016-01-02 12:30:28 +01:00
Vladimír Čunát
b7658f3f8b
connman: drop policykit dependency, refactor meta
...
PolicyKit is long obsoleted by PolKit and it didn't seem used here.
/cc maintainer @matejc.
2016-01-02 09:02:05 +01:00
Tobias Geerinckx-Rice
8924e770ca
a2ps: fix evaluation
2016-01-01 22:03:21 +01:00
Peter Simons
80e6d455be
Merge pull request #12068 from davidak/update-pass
...
pass: update homepage url
2016-01-01 20:23:13 +01:00
davidak
fc45d98c31
pass: update homepage url
2016-01-01 20:19:11 +01:00
Benno Fünfstück
aaeba728b3
a2ps: new package
2016-01-01 19:11:58 +01:00
Arseniy Seroka
16223a4c65
Merge pull request #12057 from womfoo/facter
...
facter: 3.0.2 -> 3.1.3
2016-01-01 20:54:38 +03:00
Tobias Geerinckx-Rice
3a250b2518
Merge pull request #12050 from nckx/fix-mturk-hash
...
aws-mturk-clt: update sha256 hash
2016-01-01 14:59:53 +01:00
Michael Raskin
8431b84d9a
tcpflow: 1.4.4 -> 1.4.5
2016-01-01 12:30:17 +03:00
Michael Raskin
f1eeed7a29
ised: 2.6.0 -> 2.7.0
2016-01-01 12:30:17 +03:00
Michael Raskin
247c419427
ipmiutil: 2.9.6 -> 2.9.8
2016-01-01 12:30:17 +03:00
Michael Raskin
119de110a3
glusterfs: 3.7.3 -> 3.7.6
2016-01-01 12:30:17 +03:00
Kranium Gikos Mendoza
6c34b9c2ad
facter: 3.0.2 -> 3.1.3
2016-01-01 15:47:44 +08:00
Tobias Geerinckx-Rice
6a903c1f87
aws-mturk-clt: update sha256 hash
...
Stable tarballs are so 2015.
2015-12-31 13:48:07 +01:00
Domen Kožar
2be814f21e
Merge pull request #11985 from mayflower/update-thinkfan
...
thinkfan: 0.8.1 -> 0.9.2
2015-12-31 13:41:30 +01:00
Tobias Geerinckx-Rice
3b065f0215
zpaqd: fix typo...
2015-12-31 05:09:13 +01:00
Tobias Geerinckx-Rice
4ae6598c0b
zpaq{,d}: clarify; improve description; maintain
2015-12-31 05:04:05 +01:00
Tobias Geerinckx-Rice
d04e57ea6a
zpaq{,d}: un-break compileFlags and stop using -march=native
...
Running zpaq on an older but not ancient 64-bit Intel server aborts
with an ‘Illegal instruction’ error. Turns out the build expression
was using -march=native to generate distibution binaries...
Change this to more conservative, portable settings which should
cover ‘all’ CPUs. It may run slightly slower — but that at least
implies running.
As a nice side effect, all common compile flags are now back in
`compileFlags` whence they came, and actually used consistently.
2015-12-31 05:04:05 +01:00
Dan Peebles
51ebb5a9aa
lz4: mark as working on all unixes
...
I've only tested on darwin, but it looks like a pretty vanilla package
2015-12-30 17:45:13 -05:00