Commit graph

94824 commits

Author SHA1 Message Date
Peter Simons 386706f9a3 LTS Haskell 8.17 2017-06-10 23:35:14 +02:00
Jörg Thalheim a1b7dec225 Merge pull request #26502 from vdemeester/update-gogland
idea.gogland: 171.4424.55 -> 171.4694.35
2017-06-10 21:59:46 +01:00
Jörg Thalheim 0cec85d0eb
jetbrains.clion: fix bundled tools 2017-06-10 21:46:56 +01:00
Tuomas Tynkkynen 73a1307a02 U-Boot: Add A20 OLinuXino Lime build
Yet another Allwinner board working out-of-the-box, no surprises.
2017-06-10 23:22:24 +03:00
Bjørn Forsman 581226cfb4 nixos/bcache: /bin/sh -> ${bash}/bin/sh
Or else `services.udev.packages = [ bcache-tools ]` cannot be used.

To not break bcache in the initrd I'm modifying this in stage-1.nix:

  -  --replace /bin/sh ${extraUtils}/bin/sh
  +  --replace ${bash}/bin/sh ${extraUtils}/bin/sh

Reasoning behind that change:

* If not modifying the /bin/sh pattern in any way, it will also match
  ${bash}/bin/sh, creating a broken path like
  /nix/store/HASH-bash/nix/store/HASH-bash/bin/sh in the udev rule file.

* The addition of /bin/sh was done in 775f381a9e
  ("stage-1: add bcache support"). It seems somewhat plausible that
  no new users have appeared since then and we can take this opportunity
  to back out of this change without much fear of regressions.

  If there _are_ regressions, they should be in the form of build time
  errors, not runtime (boot), due to how the udev rule output is checked
  for invalid path references. So low risk, IMHO.

* An alternative approach could be to copy the /bin/sh substitute rule
  over to the non-initrd udev rules implementation in NixOS, but I think
  this way is better:
  - The rules file comes with a working path out of the box.
  - We can use more precise pattern matching when modifying the udev
    rules for the initrd.
2017-06-10 17:10:49 +02:00
Bjørn Forsman f12b0a2179 bcache-tools: add name to the source store path
So that

 $ nix-build -A bcache-tools.src

gives

 /nix/store/HASH-bcache-tools-1.0.7.tar.gz

instead of

 /nix/store/HASH-v1.0.7.tar.gz
2017-06-10 17:10:49 +02:00
Vincent Demeester 0a6dd6d07b
idea.gogland: 171.4424.55 -> 171.4694.35
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-06-10 16:33:11 +02:00
Aristid Breitkreuz 1fe951816c ipmiview: 2.12.0 -> 2.13.0 2017-06-10 13:34:52 +02:00
Jörg Thalheim f723f7ceb4 Merge pull request #26423 from sjagoe/fix-grin-dependencies
grin: Fix build dependencies
2017-06-10 12:02:18 +01:00
Jörg Thalheim 557cc2cb63 Merge pull request #26372 from risicle/fetchsvn-unicode
fetchsvn: set LC_ALL in builder to allow svn to handle unicode filenames
2017-06-10 12:00:03 +01:00
Jörg Thalheim e6f6885da2 Merge pull request #26477 from holidaycheck/nodejs-8.1.0
nodejs: 8.0.0 -> 8.1.0
2017-06-10 11:20:31 +01:00
Orivej Desh 333dc53433 clickhouse: 1.1.54190 -> 1.1.54236 2017-06-10 12:11:37 +02:00
Jörg Thalheim b9c259355b Merge pull request #26391 from ss1h2a3tw/powerline
pythonPackages.powerline: 2.5.2 -> 2.6
2017-06-10 11:09:32 +01:00
Jörg Thalheim f56d83761c Merge pull request #26254 from boomshroom/fix/i3block-scripts
i3blocks: add optional dependencies for scripts
2017-06-10 11:05:48 +01:00
Jörg Thalheim fbe658eea0 Merge pull request #26296 from gnidorah/master3
autorandr: 855c18b -> 1.1
2017-06-10 11:00:53 +01:00
Jörg Thalheim 3f0db2794f Merge pull request #26371 from jlesquembre/eslint_d
eslint_d: init at 4.2.5
2017-06-10 10:59:53 +01:00
volth 26abdb81c8 xfce4-dockbarx-plugin: fix unwrapped python scripts 2017-06-10 10:44:23 +01:00
Jörg Thalheim cea91a426b Merge pull request #26401 from volth/xfce4-namebar-plugin
xfce4_namebar_plugin: init at 0.3.1
2017-06-10 10:40:56 +01:00
Jörg Thalheim 800d525ac4 Merge pull request #26349 from midchildan/tilix
tilix: init at 1.5.8
2017-06-10 10:31:08 +01:00
Jörg Thalheim 661ec1950d Merge pull request #26414 from volth/issue-25511
xdg_utils: fix #25511 (broken sed magic)
2017-06-10 10:30:45 +01:00
Tim Jäger 0c54a292fb hplip: introduce nettools dependency (#26439)
* hplip: introduce nettools dependency

Some HP printers (notably a HP MFP M477fnw) need to run `hostname` as part of
the printing process. This executable is provided by the "nettools" package.

* hplip: prepend nettools to PATH
2017-06-10 10:04:33 +01:00
Jörg Thalheim b731e65081 arphic: init at 0.2.20080216.2
arphic: init at 0.2.20080216.2
2017-06-10 09:32:34 +01:00
Jörg Thalheim 6e604ec68c
arphic: style fixes 2017-06-10 09:31:20 +01:00
Jörg Thalheim c1d05287d6 Merge pull request #26451 from oxij/pkg/up/exiftool
perl: Image-ExifTool: 9.27 -> 10.48, add alias to all-packages.nix
2017-06-10 09:28:08 +01:00
Jörg Thalheim 308acf3199 Merge pull request #26478 from Moredread/profanity_tray
profanity: enable tray icon support
2017-06-10 09:25:53 +01:00
Jörg Thalheim 9e4eb9b696 Merge pull request #26498 from winniequinn/vscode-1.13.0
vscode: 1.12.2 -> 1.13.0
2017-06-10 09:22:26 +01:00
Karn Kallio dc07372692
kdenlive : patch CMakeLists.txt to find Concurrent module. 2017-06-10 10:14:57 +02:00
Jörg Thalheim ea7aa3156c Merge pull request #26496 from romildo/fix.lxappearance
lxappearance: add variant for Gtk+-3
2017-06-10 09:11:51 +01:00
Vincent Laporte 2d64e1b7d0 lbreakout2: fix build on Darwin 2017-06-10 07:43:45 +00:00
Joachim Schiele 507c207958 spamassassin: major service fixes -> added more perl packages to spamassassin and abstracted service to not use /etc/spamassassin, also running sa-update as spamd user periodically (#26470)
thanks @grahamc for IRC comments
2017-06-10 09:35:35 +02:00
Winnie Quinn 6736ec318a vscode: 1.12.2 -> 1.13.0 2017-06-09 22:17:23 -04:00
Michael Weiss d17bcfc5f0 androidenv: Manually update missing packages
Improvement: Use nix-shell for fetch.sh

androidsdk{,_extras}:
- Update to 7.1.1

google_apis_25 is missing after fetch.sh due to an error in addon.xml
(upsteam bug).

Addons:
- Add google_apis_25
- Update google_play_services (v8_rc41 -> v11_rc16)
2017-06-10 03:57:30 +02:00
Changlin Li 8237294f64 Add Unicode Arphic CJK fonts
These are a couple of CJK fonts that are on most other Linux distributions
that aren't on NixOS
2017-06-09 20:52:18 -04:00
Michael Weiss fb26e5c8b6 androidenv: Update all packages using fetch.sh
Platforms:
- Update platform_25 (r02 -> r03)
- Add platform_26

Sources:
- Add source_25
2017-06-10 02:29:59 +02:00
Masayuki Takeda c2c775d047 rictydiminished-with-firacode: init at 0.0.1 (#26485) 2017-06-10 00:29:36 +01:00
Joachim F 1a0b1d94ed Merge pull request #26454 from DeltaEvo/teamspeak
Teamspeak (client: 3.0.19.4 -> 3.1.4, server: 3.0.13.5 -> 3.0.13.6)
2017-06-09 22:59:01 +01:00
Joachim F a109f52c4e Merge pull request #26445 from lheckemann/osg340
openscenegraph: 3.2.3 -> 3.4.0
2017-06-09 22:58:32 +01:00
Jörg Thalheim a54eea6827 Merge pull request #26495 from makefu/pkgs/metasploit/update
metasploit: 4.14.17 -> 4.14.25
2017-06-09 22:39:07 +01:00
Jörg Thalheim 95f733e0aa
bundix: 2.1.0 -> 2.2.0 2017-06-09 22:37:36 +01:00
Jörg Thalheim 0cab4cac12
metasploit: add missing update deps to shell.nix 2017-06-09 22:20:28 +01:00
Joachim F 506f990372 Merge pull request #26461 from romildo/upd.flat-plat
flat-plat: 20170515 -> 20170605
2017-06-09 22:19:38 +01:00
makefu c1135333d1
metasploit: 4.14.17 -> 4.14.25 2017-06-09 23:09:22 +02:00
romildo 11623c5fca lxappearance: add variant for Gtk+-3
lxappearance supports both Gtk+-2 and Gtk+-3. The current `lxappearance'
package continues to be for Gtk+-2. Add `lxappearance-gtk3' for Gtk+-3.

A patch is needed in order to look for themes in system data dirs with
Gtk+-3.
2017-06-09 18:05:09 -03:00
Joachim F cabdbcbcb8 Merge pull request #26483 from ciil/lbreakout2-pkg
lbreakout2: init at 2.6.5
2017-06-09 21:54:24 +01:00
Jörg Thalheim c0e14c084d
metasploit: add missing update deps to shell.nix 2017-06-09 21:45:24 +01:00
Vladimír Čunát d12497a23b
pycairo: fix #26475 - another dead patch download 2017-06-09 21:57:35 +02:00
Edward Tjörnhammar a66a9ae8e8
kodi-retroarch-advanced-launchers: ensure sound has been released 2017-06-09 20:41:02 +02:00
Daiderd Jordan 57091a19e2 Merge pull request #26043 from orivej/sasl
cyrus_sasl: fix version
2017-06-09 20:30:35 +02:00
Daiderd Jordan a6dc11e81e
tmux: fix hash, looks like the upstream tag was moved
--- a/configure.ac       1970-01-01 01:00:01.000000000 +0100
+++ b/configure.ac       1970-01-01 01:00:01.000000000 +0100
@@ -1,6 +1,6 @@
 # configure.ac

-AC_INIT(tmux, 2.5-rc)
+AC_INIT(tmux, 2.5)
 AC_PREREQ([2.60])

 AC_CONFIG_AUX_DIR(etc)
2017-06-09 19:54:39 +02:00
Simon Lackerbauer 7d87d234d3 lbreakout2: init at 2.6.5 2017-06-09 19:23:40 +02:00