Commit Graph

134996 Commits

Author SHA1 Message Date
Silvan Mosberger
e1dee4efcb lib: make extensible
This allows the lib fixed point to be extended with

  myLib = lib.extend (self: super: {
    foo = "foo";
  })

With this it's possible to have the new modified lib attrset available to all
modules when using evalModules

  myLib.evalModules {
    modules = [ ({ lib, ... }: {
      options.bar = lib.mkOption {
	default = lib.foo;
      };
    }) ];
  }

  => { config = { bar = "foo"; ... }; options = ...; }
2018-04-07 13:21:49 -04:00
R. RyanTM
f236c4d3ff freetds: 1.00.70 -> 1.00.80
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/freetds/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.00.80 with grep in /nix/store/wznadivgkf087g4rn7hnaxs9d7p3ni6v-freetds-1.00.80
- directory tree listing: https://gist.github.com/12294dc828716a83c0071c5ce265a1ba
2018-04-07 09:44:13 -07:00
Pascal Wittmann
95ece9efe5
spin: switch back to dropbox mirror
see #38542 for details
2018-04-07 17:39:54 +02:00
Issam Maghni
458b2c65b4
zulu8: 8.21.0.1 -> 8.28.0.1 & openjdk: 8.0.131 -> 8.0.163 2018-04-07 11:34:47 -04:00
Pascal Wittmann
3e37d2e2a6
accountsservice: 0.6.45 -> 0.6.46 2018-04-07 16:54:27 +02:00
Johannes Frankenau
04b592e0fa easytag: add opus support 2018-04-07 16:06:06 +02:00
Maximilian Bosch
50a34e55b2
nixos/iftop: add module
This patch is heavily inspired by bd0d8ed807d29faa3deee96bafcbbd76c8fa4060 which added
a setcap wrapper for `mtr` in order to allow running `mtr` without
`sudo`. The need for the capability `cap_net_raw` that can be registered using
`setcap` has been documented in the Arch Wiki: https://wiki.archlinux.org/index.php/Capabilities#iftop

A simple testcase has been added which starts two machines, one with a
setcap wrapper for `iftop`, one without. Both testcases monitor the
bandwidth usage of the machine using the options `-t -s 1` once, the
machine with setcap wrapper is expected to succeed, the `iftop` on the
machine without setcap wrapper is expected to return a non-zero exit
code.
2018-04-07 15:06:51 +02:00
Wout Mertens
d55e830982
Merge pull request #38527 from gnidorah/gitweb
nixos/nginx: fix gitweb submodule
2018-04-07 14:39:51 +02:00
Vincent Laporte
6c3186848d ocamlPackages.js_of_ocaml-ppx_deriving_json: init at 3.1.0 2018-04-07 13:24:22 +02:00
Robert Schütz
a05f246bdd
Merge pull request #38532 from bandresen/pyewmh
pythonPackages.ewmh: init at 0.1.6
2018-04-07 12:15:07 +02:00
Benjamin Andresen
1d0bff83d9 pythonPackages.ewmh: init at 0.1.6 2018-04-07 11:53:49 +02:00
Michael Brantley
b25153a298
perlPackages.FileTail: init at 1.3 2018-04-07 10:08:46 +02:00
Michael Brantley
2ecd96a135
perlPackages.FileTouch: init at 0.11
Also corrected alphabetization for the FileTemp and FileType packages.
2018-04-07 10:04:30 +02:00
Michael Brantley
babd72618f
perlPackages.FilePid: init at 1.01 2018-04-07 10:00:22 +02:00
Jörg Thalheim
d017bc3965
Merge pull request #38537 from Ekleog/nheko-init
nheko: init at 0.3.0
2018-04-07 08:09:48 +01:00
mingchuan
209d455583
pcmanx-gtk2: fix build
It fails to build after automake updates to 1.16
because libtoolize generates hardcoded configure script
which uses automake 1.15
2018-04-07 15:01:12 +08:00
Jörg Thalheim
f8e90cc112
Merge pull request #38540 from Moredread/josm
josm: 13500 -> 13576
2018-04-07 07:58:53 +01:00
André-Patrick Bubel
49d0fa7729
josm: 13500 -> 13576 2018-04-07 08:38:54 +02:00
Peter Hoeg
5eb88ec7f0 elisa: 0.0.20180320 -> 0.1 2018-04-07 10:20:20 +08:00
Léo Gaspard
5a75e845ad
nheko: init at 0.3.0 2018-04-07 04:05:11 +02:00
Michael Weiss
51e4358cc3 lf: 1 -> 2 2018-04-07 01:56:55 +02:00
Matthew Pickering
0fe94a1258 openorienteering-mapper: Load additional image formats
This allows tiff images to be loaded correctly as templates.
2018-04-07 00:23:45 +01:00
Silvan Mosberger
734bae2036
openssh_hpn: 7.5p1 -> 7.6p1 2018-04-07 00:32:51 +02:00
Benjamin Andresen
5e7e762b67 maintainers: add bandresen 2018-04-06 23:55:41 +02:00
gnidorah
073089914e nixos/nginx: fix gitweb submodule 2018-04-06 22:36:03 +03:00
Pascal Wittmann
e1da086e75
calibre: 3.20.0 -> 3.21.0 2018-04-06 21:32:39 +02:00
Pascal Wittmann
d788e36d26
pugixml: 1.8.1 -> 1.9 2018-04-06 21:21:25 +02:00
Matthew Pickering
4c7db1c77a openorienteering-mapper: 0.8.1 -> 0.8.1.2
Fixes crashes on darwin
2018-04-06 20:19:34 +01:00
Michael Weiss
9db699e4a3 wlroots,rootston: Mark them as broken until the first stable release
Upstream requested that we remove these packages until the first stable
release. More details are in #38344. This isn't ideal but it seems like
the best solution for now.
Close #38344.
2018-04-06 21:17:52 +02:00
Pascal Wittmann
add8d33447
checkstyle: 8.8 -> 8.9 2018-04-06 20:51:51 +02:00
Daiderd Jordan
92a36cf63b
Merge pull request #38468 from veprbl/mesos_darwin
mesos: fix on darwin by disabling java interface
2018-04-06 20:19:16 +02:00
R. RyanTM
ae8e564ba8 notmuch: 0.26 -> 0.26.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/notmuch/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/05v4k89ni4phwyxvqskr0hji49b5fmck-notmuch-0.26.1/bin/notmuch --help’ got 0 exit code
- ran ‘/nix/store/05v4k89ni4phwyxvqskr0hji49b5fmck-notmuch-0.26.1/bin/notmuch help’ got 0 exit code
- ran ‘/nix/store/05v4k89ni4phwyxvqskr0hji49b5fmck-notmuch-0.26.1/bin/notmuch --version’ and found version 0.26.1
- found 0.26.1 with grep in /nix/store/05v4k89ni4phwyxvqskr0hji49b5fmck-notmuch-0.26.1
- directory tree listing: https://gist.github.com/adeae189f9ac416571a7c0e3beca712f
2018-04-06 20:07:43 +02:00
Michael Weiss
80faa73fc0 neomutt: Fix the path to the auxiliary tools
This path changed from $out/lib/neomutt to $out/libexec/neomutt.
2018-04-06 19:37:46 +02:00
R. RyanTM
2e905fb4cd openttd: 1.7.2 -> 1.8.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/openttd/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/openttd -h’ got 0 exit code
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/openttd --help’ got 0 exit code
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/openttd help’ got 0 exit code
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/.openttd-wrapped -h’ got 0 exit code
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/.openttd-wrapped --help’ got 0 exit code
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/.openttd-wrapped help’ got 0 exit code
- found 1.8.0 with grep in /nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0
- directory tree listing: https://gist.github.com/8f8e59bc7bf394685911bd755a16c0a9
2018-04-06 09:47:09 -07:00
Guillaume Massé
15a2dca15c Sublime dev (#38383)
* Package sublime-dev build.

* sublime3-dev: Init at 3160

* Sublime3: Refactor to share derivation between sublime-text 3 dev and stable

* Sublime3: Refactor as a fuction to avoid duplicating parameters

* Sublime3: Remove unnecessary rec

https://github.com/NixOS/nixpkgs/pull/38383#discussion_r178898901

* sublime3-dev: 3160 -> 3161
2018-04-06 17:31:10 +01:00
taku0
9fca924468 firefox: fix wrapper to make proper symlink to icon 2018-04-07 01:00:42 +09:00
Jörg Thalheim
0af5b254ab zfsUnstable: fix evaluation of error message 2018-04-06 16:18:26 +01:00
Bastian Köcher
0c181bb290 rustc: 1.24.0 -> 1.25.0 2018-04-06 17:05:40 +02:00
Brice Waegeneire
e70e093cc9 nerdfonts: 1.1.0 -> 2.0.0
bump to a version with Nix logo in it
2018-04-06 15:54:34 +02:00
Rob Vermaas
f8fe297ff1
julia: remove wrapper from julia binaries, in stead
symlink shared libraries from LD_LIBRARY_PATH into lib/julia,
as using a wrapper with LD_LIBRARY_PATH causes segmentation
faults when program returns an error:

 $ julia -e 'throw(Error())'

only applied for 0.6, which is the current julia version. Will
see if we can remove the older versions in master.

(cherry picked from commit 41f3a4e0030a1b0233de6ca7f5208c44eb370313)
2018-04-06 14:20:12 +02:00
Jörg Thalheim
e7f2b7692b zfsUnstable: mark correct zfs version as incompatible 2018-04-06 12:10:11 +01:00
Jörg Thalheim
6c87fbb620 zfsUnstable: mark linux 4.16 as broken 2018-04-06 12:07:34 +01:00
Jörg Thalheim
3c5697b719
Merge pull request #38505 from Synthetica9/origin/atom-125
atom : 1.25.0 -> 1.25.1
2018-04-06 11:53:58 +01:00
Benno Fünfstück
c0c4557393 pwndbg: fix wrapper mistake 2018-04-06 12:25:15 +02:00
Patrick Hilhorst
e7a352f96f atom : 1.25.0 -> 1.25.1 2018-04-06 12:18:37 +02:00
Jörg Thalheim
315f06df28
Merge pull request #38502 from Mic92/pwndbg
pwndbg: init at 2018-04-06
2018-04-06 11:11:44 +01:00
Jörg Thalheim
2ed8e7a0f9 pwndbg: init at 2018-04-06 2018-04-06 11:10:39 +01:00
Jörg Thalheim
e76825a9cf
Merge pull request #36569 from grahamc/terraform-provider-nixos
terraform-provider-nixos: init at 0.0.1
2018-04-06 10:55:32 +01:00
adisbladis
f1d0d60174
Merge pull request #38504 from matthiasbeyer/remove-maintainership
Remove maintainership
2018-04-06 17:25:14 +08:00
Rob Vermaas
b894dd8b82
Update create-gce.sh script. Set default option for GCE images to disable host key replacement by service.
(cherry picked from commit 748d96ffa3c51c3127bcdf23a88d54afad6406e9)
2018-04-06 10:57:31 +02:00