Commit graph

191707 commits

Author SHA1 Message Date
Mario Rodas 7389bdf566
Merge pull request #67276 from dtzWill/update/yubikey-manager-3.1.0
yubikey-manager: 2.1.1 -> 3.1.0
2019-09-02 19:23:51 -05:00
Mario Rodas 1bf5120e0a
Merge pull request #65163 from thefloweringash/pyscard-darwin
pyscard: fix darwin build, remove pcsc library mixing
2019-09-02 19:23:07 -05:00
Maximilian Bosch 14c48f795d
Merge pull request #67846 from astro/fix-rofi-theme-selector
rofi: fix rofi-theme-selector by setting $XDG_DATA_DIRS
2019-09-03 01:40:57 +02:00
Ryan Mulligan bdc56ed717
Merge pull request #67973 from sigma/pr/teleport-4.0.4
teleport: 4.0.2 -> 4.0.4
2019-09-02 16:37:36 -07:00
Ryan Mulligan 2e5fd3a2c3
Merge pull request #67963 from mstarzyk/miller-5.5.0
miller: 5.4.0 -> 5.5.0
2019-09-02 16:36:46 -07:00
Astro 3da4caa8f8 rofi: fix rofi-theme-selector by setting $XDG_DATA_DIRS 2019-09-03 01:07:37 +02:00
dkabot 51e71596f8 gnomeExtensions.arc-menu: init at 31 2019-09-02 19:03:18 -04:00
dawidsowa 9cbb59f90e gallery-dl: 1.10.2 -> 1.10.3 2019-09-03 00:54:34 +02:00
Maciek Starzyk 36c72f3632 miller: back to fetchFromGitHub 2019-09-03 00:42:25 +02:00
Ryan Mulligan 9e90586cb6
Merge pull request #67943 from seppeljordan/bump-nix-prefetch-github
nix-prefetch-github: 2.3 -> 2.3.1
2019-09-02 15:33:39 -07:00
Nikolay Amiantov 0a29a2e37c syncplay module: init 2019-09-03 00:30:12 +02:00
Franz Pletz f35cffcf36
Merge pull request #67971 from petabyteboy/feature/remove-unifi-testing
unifi: remove unifiTesting
2019-09-02 22:18:18 +00:00
Ryan Mulligan 32f9c619f5
Merge pull request #67969 from petabyteboy/feature/remove-dobuild
treewide: remove uses of doBuild and doConfigure
2019-09-02 15:13:47 -07:00
Yann Hodique fbb69716b1 teleport: 4.0.2 -> 4.0.4 2019-09-02 15:11:28 -07:00
Milan Pässler (work) b85f48c351 unifi: remove unifiTesting
The testing branch is not updated anymore and all mentions have been
removed from the Ubiquiti website.
2019-09-02 23:59:10 +02:00
gnidorah cc2deaf210 dfilemanager: use qt5's mkDerivation 2019-09-02 23:44:40 +02:00
gnidorah 70aa3807cf qmmp: use qt5's mkDerivation 2019-09-02 23:44:40 +02:00
Milan Pässler (work) 185fd61631 treewide: remove uses of doBuild and doConfigure
doBuild and doConfigure are not actually used by any builders, they were
probably added by mistake and just confuse people.
2019-09-02 23:42:12 +02:00
dkabot 88e1eef45f gnomeExtensions.dash-to-panel: 19 -> 23 2019-09-02 17:26:59 -04:00
Emily 12ae04518b nextpnr: (hopefully) fix build on Darwin
Fixes #67898, hopefully.
2019-09-02 16:11:17 -05:00
Emily d13e64641d icestorm: use libftdi1 rather than libftdi 2019-09-02 16:11:17 -05:00
Emily c9625fa9ac icestorm: 2019.08.15 -> 2019.08.31 2019-09-02 16:11:17 -05:00
Maciek Starzyk 03d7679392 miller: 5.4.0 -> 5.5.0 2019-09-02 21:56:17 +02:00
Vincent Laporte 8d70f49cbd ocamlPackages.lablgtk: 2.18.6 -> 2.18.8
Ensures compatibility with OCaml 4.08.
2019-09-02 16:19:24 +00:00
Peter Simons 22fb5e57f7
Merge pull request #67948 from cfhammill/master
Fix broken builds for rgdal and sf R packages
2019-09-02 16:33:49 +02:00
cfhammill 8e5aae5a19 Fix broken builds for rgdal and sf R packages
Builds were failing to include PROJ, depending on proj.dev
appears to fix it.
2019-09-02 16:23:24 +03:00
Sebastian Jordan b97a20a567 nix-prefetch-github: 2.3 -> 2.3.1 2019-09-02 14:32:41 +02:00
WilliButz 0ce70efd43
Merge pull request #67940 from gferon/patch-1
Fix typo in customisation.nix
2019-09-02 14:25:24 +02:00
Robin Gloster 785276b795
Merge pull request #67938 from WilliButz/grafana-update
grafana: 6.3.4 -> 6.3.5
2019-09-02 14:16:15 +02:00
Gabriel Féron 4b5afe54de
Fix typo in customisation.nix 2019-09-02 13:39:40 +02:00
WilliButz c65ec9ed06
grafana: 6.3.4 -> 6.3.5 2019-09-02 13:11:25 +02:00
Matthieu Coudron becf5adaeb
Merge pull request #67925 from arcnmx/flask-1.0.4
pythonPackages.flask: 1.0.3 -> 1.0.4
2019-09-02 18:52:00 +09:00
Bas van Dijk 05393ca217 trivial-builders: add the applyPatches function
applyPatches applies a list of patches to a source directory.

For example to patch nixpkgs you can use:

  applyPatches {
    src = pkgs.path;
    patches = [
      (pkgs.fetchpatch {
        url = "1f770d2055.patch";
        sha256 = "1nlzx171y3r3jbk0qhvnl711kmdk57jlq4na8f8bs8wz2pbffymr";
      })
    ];
  }
2019-09-02 11:18:52 +02:00
Nathan van Doorn ddefb5f067 q-text-as-data: init at 1.7.1 2019-09-02 11:08:14 +02:00
Andreas Rammhold 4e60699fa7
Merge pull request #67858 from flokli/local-fs-target-services
nixos: remove dependencies on local-fs.target
2019-09-02 09:16:41 +02:00
arcnmx 8f9ad4a2b5 pythonPackages.flask: 1.0.3 -> 1.0.4 2019-09-02 00:13:16 -07:00
John Ericson 170e021224
Merge pull request #67921 from Ericson2314/js-unknown-ghcjs
lib: Further clean up systems list
2019-09-02 02:29:19 -04:00
Marek Mahut 0a8e54d1c6
Merge pull request #67871 from prusnak/pytest-random-order
pythonPackages.pytest-random-order: init at 1.0.4
2019-09-02 08:14:09 +02:00
John Ericson c2b34b2b57 Merge remote-tracking branch 'upstream/master' into js-unknown-ghcjs 2019-09-02 01:57:01 -04:00
John Ericson a77a2cfe4a lib: Further clean up systems list 2019-09-02 01:55:38 -04:00
John Ericson d2d107c4de
Merge pull request #67920 from Ericson2314/feature/js-unknown-ghcjs
Add support for `js-unknown-ghcjs`
2019-09-02 01:52:25 -04:00
John Ericson f57fe63d5f Merge lib sort into feature/js-unknown-ghcjs 2019-09-02 01:44:30 -04:00
John Ericson 3d8cf08706 lib: Sort platform predicates 2019-09-02 01:38:22 -04:00
John Ericson c33d80c071 Merge remote-tracking branch 'upstream/master' into feature/js-unknown-ghcjs 2019-09-02 01:31:31 -04:00
Moritz Angermann 446f8c851d Add support for js-unknown-ghcjs
This adds enough logic to nixpkgs to support the `js-unknown-ghcjs` triple.
2019-09-02 01:27:05 -04:00
worldofpeace 2baa9e74c4
Merge pull request #67732 from lightbulbjim/freecad-wayland
freecad: fix missing app icon and name when running under Wayland
2019-09-02 01:17:20 -04:00
worldofpeace 58eb9a2ebd
Merge pull request #67752 from omniitgmbh/python_phonenumbers
pythonPackages.phonenumbers: 8.10.16 -> 8.10.17
2019-09-02 01:17:03 -04:00
Tristan Helmich (omniIT) 10d0ab20ff pythonPackages.phonenumbers: 8.10.16 -> 8.10.17 2019-09-02 01:16:05 -04:00
Marek Mahut 03c496cb8b
Merge pull request #67891 from jb55/clightning-0.7.2
clightning: 0.7.1 -> 0.7.2.1
2019-09-02 07:05:51 +02:00
Andreas Wiese 8ba94a8fe8 grub2: 2.04-rc1 -> 2.04 (#67622) 2019-09-02 00:47:19 -04:00