Commit graph

88813 commits

Author SHA1 Message Date
Nikolay Amiantov 3c6beea1a7 gajim: use wrapPython 2016-08-20 00:43:45 +03:00
Nikolay Amiantov 826c398318 pythonPackages.scfbuild: remove workaround 2016-08-20 00:42:49 +03:00
Nikolay Amiantov 837cf416ce wrapPythonProgram: exclude Python itself from PYTHONPATH 2016-08-20 00:42:49 +03:00
Nikolay Amiantov adafdb88f5 wrapPythonProgram: fix magical sed expression
* Treat #! as all other comments;
* Treat comma at the end as a multi-line marker;
* Skip lines with a space at start (they are continuing previous lines);
* Don't allow spaces in front of quotes or the first real statement.
2016-08-20 00:42:49 +03:00
Nikolay Amiantov 4ad459e3e0 wrapPythonProgram: split into several functions 2016-08-20 00:42:49 +03:00
Nikolay Amiantov 01624e1ac2 wrapPythonProgram: use site.addsitedir instead of PYTHONPATH 2016-08-20 00:42:49 +03:00
Nikolay Amiantov edb9416228 Merge pull request #17819 from abbradar/printing-updates
Printing and PDF-related updates
2016-08-20 01:41:55 +04:00
Daniel Peebles 57e6f19cad Merge pull request #17794 from abbradar/nostdinc
cc-wrapper: handle -nostdinc{++,}
2016-08-19 16:35:35 -04:00
Nikolay Amiantov 2abe917f18 kmod: 22 -> 23, add /lib/modules to module directories 2016-08-19 17:57:08 +03:00
Nikolay Amiantov 821e5c95b4 networkmanager098: fix binary paths 2016-08-19 17:57:04 +03:00
Nikolay Amiantov 1b8806098a networkmanager: point to kmod's modprobe 2016-08-19 17:56:59 +03:00
Nikolay Amiantov 6b41f1132c nixos treewide: don't set MODULE_DIR 2016-08-19 17:56:54 +03:00
Nikolay Amiantov 5ff6e98486 modprobe service: drop kmod wrapper 2016-08-19 17:56:49 +03:00
Nikolay Amiantov ff22705793 treewide: replace several /sbin paths by /bin 2016-08-19 17:56:45 +03:00
Nikolay Amiantov 30c9aa2698 kmod: add patch to allow searching for modules in several directories 2016-08-19 17:56:39 +03:00
obadz 1047ed49d9 Merge branch 'master' into staging
Conflicts: pkgs/os-specific/linux/kmod/default.nix cc @abbradar
2016-08-19 15:28:58 +01:00
obadz 3e03db11b7 glibc: fixup, that should have been $bin not $out 2016-08-19 15:23:56 +01:00
obadz a7bfa77787 glibc: remove sln from bin, not sbin 2016-08-19 15:20:46 +01:00
obadz 9744c7768d glibc: 2.23 -> 2.24
- Removed patches that were merged upstream
- Removed --localdir from configureFlags as according to
  https://sourceware.org/bugzilla/show_bug.cgi?id=14259
  it was unused before
2016-08-19 15:05:41 +01:00
obadz 80dbdba6dd weechat: add python & perl to PATH so that extensions can run 2016-08-19 13:48:35 +01:00
Rok Garbas ec918dac16 Merge pull request #17836 from vbgl/topkg_0.7.8
ocaml-uucd: 2.0.0 → 4.0.0
2016-08-19 13:48:33 +02:00
Ram Kromberg db862d8271 unar: init at 1.10.1 (#17830) 2016-08-19 13:44:19 +02:00
Miguel Madrid 1b69ef935e shotwell: 0.23.4 -> 0.23.5 (#17827) 2016-08-19 13:33:06 +02:00
Miguel Madrid 20c0fe4900 gthumb: init at 3.4.3 (#17826) 2016-08-19 13:32:27 +02:00
Rok Garbas 33c09c9f27 Merge pull request #17831 from bendlas/update-pixie
pixie: 1352 -> 1356
2016-08-19 13:31:06 +02:00
Eelco Dolstra 1efedc6c4c firefox-esr: 45.2.0 -> 45.3.0 2016-08-19 13:26:20 +02:00
Eelco Dolstra 360ee2f0b9 firefox: 48.0 -> 48.0.1 2016-08-19 13:25:43 +02:00
Rok Garbas aee911c6a1 Merge pull request #17839 from taku0/firefox-bin-48.0.1
firefox-bin: 48.0 -> 48.0.1
2016-08-19 13:12:50 +02:00
Nikolay Amiantov 9683444165 Merge pull request #17796 from jokogr/new/skrooge2-2.4.0
skrooge2: init at 2.4.0
2016-08-19 14:43:31 +04:00
Frederik Rietdijk 8c1a1a11bf asciinema: 20160520 -> 1.3.0
See https://github.com/NixOS/nixpkgs/pull/17807
2016-08-19 12:32:22 +02:00
Domen Kožar f33aebfbf3 Merge pull request #17832 from aneeshusa/remove-old-nix-unstable
nix: remove unused unstable.nix file
2016-08-19 11:12:38 +02:00
Peter Simons 99252ad1b4 Merge pull request #17762 from copumpkin/warnings
lib.{warn, info}: add simple helpers
2016-08-19 11:10:27 +02:00
Peter Simons 36f2dc5649 Merge pull request #17549 from ericsagnes/nixpkgs-doc/patches
nixpkgs-doc: add patches to coding conventions
2016-08-19 11:08:53 +02:00
Peter Simons d717d0dfb1 haskell-hans: revert commit 983ab7be1e
https://github.com/NixOS/nixpkgs/pull/17555 added an override that pins the
version of haskellPackages.hans to a specific Git revision. This means that any
version updates in the Haskell packages set will have no effect and that our
users will be stuck at that (arbitrary) version until the override is removed
again. Furthermore, it's bad practice to distribute a package dubbed as version
X when it's really version Y! The proper way to fix this issue IMHO is to
convince upstream to released a fixed version to Hackage.
2016-08-19 10:58:14 +02:00
Peter Simons 881131b968 configuration-hackage2nix.yaml: structured-haskell-mode works again 2016-08-19 10:23:43 +02:00
Peter Simons 224804d0f6 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v2.0-22-ga83e456 using the following inputs:

  - Hackage: 352d6a176e
  - LTS Haskell: a23e74ee23
  - Stackage Nightly: 4a0b9e146a
2016-08-19 10:23:36 +02:00
Peter Simons bdc38c6a67 Merge pull request #17829 from mimadrid/update/git-2.9.3
git: 2.9.2 -> 2.9.3
2016-08-19 10:16:46 +02:00
Peter Simons 0c341c206e Merge pull request #17730 from obadz/ghc8-fix-12130
ghc8: apply patches to fix https://ghc.haskell.org/trac/ghc/ticket/12130
2016-08-19 10:15:28 +02:00
Vincent Laporte 1e419d505b ocaml-uucd: 2.0.0 -> 4.0.0 2016-08-19 08:14:43 +02:00
Vincent Laporte a99d7b1071 ocaml-topkg: init at 0.7.8 2016-08-19 08:14:36 +02:00
Vincent Laporte 10767521a0 ocaml-bitstring-f1673f8: fix source URL 2016-08-19 07:58:05 +02:00
Joachim F 8adcc9d764 Merge pull request #17833 from aneeshusa/rename-checkbashism-to-checkbashisms
checkbashisms: rename from checkbashism
2016-08-19 06:05:08 +02:00
Aneesh Agrawal c167624b8d checkbashisms: rename from checkbashism
Also add a backwards-compatability alias.
2016-08-18 23:24:04 -04:00
Aneesh Agrawal e2ddcc938f nix: remove unused unstable.nix file 2016-08-18 23:14:07 -04:00
Thomas Tuegel c89959e625 Merge branch 'kde-applications-16.08' 2016-08-18 21:03:02 -05:00
Thomas Tuegel c97c2bca34 kde5.applications: 16.04.3 -> 16.08.0 2016-08-18 21:02:28 -05:00
Austin Seipp 0678263b05 nixpkgs: arachne-pnr 2016.05.21 -> 2016.08.18
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-08-19 01:55:13 +00:00
Austin Seipp 59428b94a6 nixpkgs: icestorm 2016.05.21 -> 2016.08.18
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-08-19 01:55:13 +00:00
Austin Seipp cc7b072157 nixpkgs: abc-verifier 20160813 -> 20160818
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-08-19 01:55:13 +00:00
Austin Seipp 535219895d nixpkgs: yosys 2016.05.21 -> 2016.08.18
Also amend the fetched name 'abc' to 'yosys-abc', so that the
derivation name looks distinctly different from any other abc install
at a glance.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-08-19 01:55:13 +00:00