Commit graph

1462 commits

Author SHA1 Message Date
Benjamin Hipple 66e5cc0bd2 cargo-outdated: 0.9.1 -> 0.9.5
Upstream is now vendoring the Cargo.lock file for reproducible app builds, so we
can now remove the patching workaround. However, they're missing a git tag, so
we have to do some work to find the right git commit.
2020-02-16 15:10:10 -05:00
Benjamin Hipple 2926041c6a cargo-edit: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 13:57:12 -05:00
Benjamin Hipple 46d46b7a69 cargo-graph: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 13:56:02 -05:00
Benjamin Hipple 8625e276b2 emplace: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 13:55:19 -05:00
Benjamin Hipple 98d2f4e96b cargo-deps: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 13:53:35 -05:00
Benjamin Hipple 36279a03ed cargo-about: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 13:51:41 -05:00
Benjamin Hipple 74aae635e5 nix-index: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 15:29:53 +01:00
Daniel Schaefer 0207ec4632
Merge pull request #80244 from bhipple/u/rust-cargo-cargo-deb
cargo-deb: upgrade cargo fetcher and cargoSha256
2020-02-16 13:45:58 +01:00
Benjamin Hipple 131a32a5af rust: update docs on legacyCargoFetcher; remove unnecessary defaults
As mentioned in #79975, the default on `legacyCargoFetcher` if left unspecified
is now `false`.
2020-02-15 22:07:47 -08:00
Benjamin Hipple 05764cf5bf cargo-deb: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 23:54:54 -05:00
Maximilian Bosch ee936405b7
cargo-tree: 0.28.0 -> 0.29.0
https://crates.io/crates/cargo-tree/0.29.0
2020-02-14 23:35:16 +01:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Andreas Rammhold b9f176a719 nix-prefetch-git: add gawk to PATH
The prefetch script requires awk to be in PATH and fails otherwise.

Fixes #79968
2020-02-13 16:18:54 +01:00
Frederik Rietdijk 424697d512 Merge master into staging-next 2020-02-12 09:55:31 +01:00
Eelco Dolstra dd7f6b0c6b nixUnstable, nixFlakes: Update to latest
Note that we need to build from a tarball now to get the vendored
crates. A bit ugly to fetch tarballs from Hydra...
2020-02-11 16:36:37 +01:00
Frederik Rietdijk 1a6c3cb06b Merge staging into staging-next 2020-02-11 07:59:53 +01:00
worldofpeace 09f7e376c2
Merge pull request #79416 from jtojnar/flatpak-1.6
flatpak: 1.4.2 → 1.6.1
2020-02-10 12:57:19 -05:00
Jan Tojnar 3c65622fc5 librepo: 1.9.2 → 1.11.2
* Update
    Changes: https://github.com/rpm-software-management/librepo/compare/1.9.2...1.11.2
* Split into multiple outputs
* Default to Python 3 like upstream does
2020-02-10 12:55:23 -05:00
Jan Tojnar 0e651ce7fa librepo: Clean up 2020-02-10 12:55:23 -05:00
Benjamin Hipple 2115a2037c fetchcargo: use flat tar.gz file for vendored src instead of recursive hash dir
This has several advantages:

1. It takes up less space on disk in-between builds in the nix store.
2. It uses less space in the binary cache for vendor derivation packages.
3. It uses less network traffic downloading from the binary cache.
4. It plays nicely with hashed mirrors like tarballs.nixos.org, which only
   substitute --flat hashes on single files (not recursive directory hashes).
5. It's consistent with how simple `fetchurl` src derivations work.
6. It provides a stronger abstraction between input src-package and output
   package, e.g., it's harder to accidentally depend on the src derivation at
   runtime by referencing something like `${src}/etc/index.html`. Likewise, in
   the store it's harder to get confused with something that is just there as a
   build-time dependency vs. a runtime dependency, since the build-time
   src dependencies are tarred up.

Disadvantages are:
1. It takes slightly longer to untar at the start of a build.

As currently implemented, this attaches the compacted vendor.tar.gz feature as a
rider on `verifyCargoDeps`, since both of them are relatively newly implemented
behavior that change the `cargoSha256`.

If this PR is accepted, I will push forward the remaining rust packages with a
series of treewide PRs to update the `cargoSha256`s.
2020-02-10 10:17:29 -05:00
R. RyanTM 140f037faf xbps: 0.57.1 -> 0.58 2020-02-09 10:01:02 +01:00
Sondre Nilsen 1be0698618
cargo-edit: 0.4.2 -> 0.5.0 2020-02-06 20:43:53 +01:00
Maximilian Bosch e94e5cd03f
Merge pull request #78647 from MetaDark/protontricks
protontricks: 1.3.1 -> 1.4
2020-02-05 09:30:18 +01:00
Tom Hall eb0c48b1c2 mynewt-newt: patch to fix failure running upgrade on mcuboot 2020-01-31 17:58:05 +00:00
Tom Hall 9a205f8ab6 mynewt-newt: 1.3.0 -> 1.7.0, use buildGoModule 2020-01-31 17:58:05 +00:00
Evan Stoll 9a9bb4f9b0 cargo-about: 0.1.1 -> 0.2.0 2020-01-28 13:05:27 -05:00
MetaDark 28d361ae3c protontricks: 1.3.1 -> 1.4
- Specify SETUPTOOLS_SCM_PRETEND_VERSION to workaround missing .git
- Start running tests that were introduced in 1.3
2020-01-27 19:41:58 -05:00
Maximilian Bosch f71cc3eb7a
cargo-tree: 0.27.0 -> 0.28.0 2020-01-26 20:11:58 +01:00
Marek Mahut 34996ef30c
Merge pull request #78107 from 1000101/morph
morph: add openssh to PATH
2020-01-26 14:22:06 +01:00
Jan Hrnko 7ccb1dbb41 morph: add openssh to PATH 2020-01-21 18:44:35 +01:00
Evan Stoll ac6524dc7f cargo-about: init at 0.1.1 2020-01-21 10:42:06 -05:00
Mario Rodas 4a5c337397
nfpm: 1.1.8 -> 1.1.10 2020-01-19 20:20:20 -05:00
Mario Rodas f13b85643b
Merge pull request #77889 from r-ryantm/auto-update/nix-bundle
nix-bundle: 0.2.0 -> 0.3.0
2020-01-19 08:50:36 -05:00
Eric Norris e5d007e86a
rpm: fix helper script paths 2020-01-18 15:59:30 -05:00
Will Dietz b873eb7317 packagekit: 1.1.12 -> 1.1.13 (#77498)
* packagekit: 1.1.12 -> 1.1.13

https://github.com/hughsie/PackageKit/blob/PACKAGEKIT_1_1_13/NEWS

* packagekit: set systemd user unit dir, minor touchups

While visiting:
* drop trailing slash in system unit dir
* prefer placeholder over escaping

* packagekit: dbus dir fixup (thanks @worldofpeace!)

Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2020-01-18 08:34:18 -05:00
R. RyanTM a58a6de1b4 nix-bundle: 0.2.0 -> 0.3.0 2020-01-17 08:49:43 +00:00
Marek Mahut 9660e1211c
Merge pull request #77810 from peterhoeg/fix_nix_prefetch_contrib
nix-prefetch: 0.1.0 -> 0.3.0
2020-01-16 23:21:46 +01:00
Peter Hoeg bec2162099 nix-prefetch: 0.1.0 -> 0.3.0 2020-01-16 17:17:00 +08:00
Frederik Rietdijk 1a654573b0 Merge master into staging-next 2020-01-11 09:32:41 +01:00
Mario Rodas 6bd6f26835
Merge pull request #77369 from filalex77/cargo-deb-1.23.1
cargo-deb: 1.23.0 -> 1.23.1
2020-01-10 20:30:12 -05:00
Frederik Rietdijk 348eaa280b Merge master into staging-next 2020-01-10 18:32:07 +01:00
Florian Klink e735ef2fbd morph: 1.3.1 -> 1.4.0 2020-01-10 11:57:53 +01:00
Frederik Rietdijk 5ad16cb27f Merge master into staging-next 2020-01-10 10:34:04 +01:00
Oleksii Filonenko 1bd8b17959
cargo-update: add filalex77 to maintainers 2020-01-09 16:25:20 +02:00
Oleksii Filonenko 204b722bed
cargo-update: 1.5.2 -> 2.5.0 2020-01-09 16:24:56 +02:00
Oleksii Filonenko 8ab57a2bb4
cargo-deb: 1.23.0 -> 1.23.1 2020-01-09 15:32:11 +02:00
Oleksii Filonenko 7d93381ced emplace: 0.2.8 -> 0.2.10 (#76581)
* emplace: 0.2.8 -> 0.2.9

* emplace: 0.2.9 -> 0.2.10
2020-01-09 13:57:14 +01:00
worldofpeace 2206d51bd8
Merge pull request #77334 from lopsided98/pacman-m4-dep
pacman: fix script generation
2020-01-08 20:33:32 -05:00
Vladimír Čunát 5c780036c5
Merge branch 'master' into staging-next
The nss rebuild isn't so small.
2020-01-08 22:48:13 +01:00
Sander van der Burg 3f0fee752d disnix: 0.9 -> 0.9.1 2020-01-08 22:12:16 +01:00
Ben Wolsieffer 7066dc9fec pacman: fix script generation
Without m4, the bash scripts (makepkg, repo-add, etc.) would be installed as
empty files.
2020-01-08 14:38:00 -05:00
Frederik Rietdijk a823616723 Merge master into staging-next 2020-01-07 20:06:22 +01:00
Pascal Wittmann 60abbbb182
Merge pull request #77171 from r-ryantm/auto-update/opkg
opkg: 0.4.1 -> 0.4.2
2020-01-07 11:25:34 +01:00
R. RyanTM c755f046a6 opkg: 0.4.1 -> 0.4.2 2020-01-06 19:59:32 -08:00
Timo Kaufmann 5e9a3f4e4d home-manager: 2019-11-17 -> 2020-01-04 2020-01-06 21:24:32 +01:00
Frederik Rietdijk 4a91444aa8 Merge staging-next into staging 2020-01-06 12:01:12 +01:00
Frederik Rietdijk 8fff915659
Merge pull request #76488 from jtojnar/more-python-cleanups
Another batch of Python 2 clean-ups
2020-01-06 12:00:36 +01:00
Eelco Dolstra 0ec8c3bb12 Revert "nix: build using gcc8"
This reverts commit 7ac90533a1.
2020-01-05 20:42:44 +01:00
Eelco Dolstra 3b15451291
nix: 2.3.1 -> 2.3.2 2020-01-05 20:35:43 +01:00
markuskowa 8f15042c41
Merge pull request #76404 from r-ryantm/auto-update/reuse
reuse: 0.6.0 -> 0.7.0
2020-01-04 13:59:47 +01:00
Daiderd Jordan 7ac90533a1
nix: build using gcc8
Workaround for https://github.com/NixOS/nix/issues/3300.

https://hydra.nixos.org/build/109304568

    running tests
    checking Nixpkgs on i686-linux
    error: stack overflow (possible infinite recursion)
    build time elapsed:  0m0.068s 0m0.029s 0m36.549s 0m6.187s
    builder for '/nix/store/dr5kd28msqmqk3hkz0ayx10dww6s8dn9-nixpkgs-tarball-20.03pre207974.16c665911fb.drv' failed with exit code 1
2020-01-03 17:04:10 +01:00
Frederik Rietdijk 7aa2b0215b Merge master into staging-next 2020-01-03 10:25:14 +01:00
Maximilian Bosch ac62ee848e
cargo-release: 0.12.4 -> 0.13.0
https://github.com/sunng87/cargo-release/releases/tag/v0.13.0
2020-01-02 22:12:03 +01:00
Jan Tojnar 0c2adc0fb1
Merge branch 'staging' into staging-next 2019-12-31 03:59:58 +01:00
Robin Gloster 313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Jonathan Ringer 446fec8c2d
Merge branch 'master' of github.com:NixOS/nixpkgs into staging-next 2019-12-30 10:14:18 -08:00
Andrew Childs 209d700da4 nix: fix build on armv5tel-linux 2019-12-30 17:21:39 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Robin Gloster ac8eaa8507
treewide: fix *Flags 2019-12-30 04:50:37 +01:00
Jan Tojnar c16bcf71ec
packagekit: switch to python 3 2019-12-29 11:21:09 +01:00
R. RyanTM b2ad20d5b5 reuse: 0.6.0 -> 0.7.0 2019-12-24 06:38:51 -08:00
Mario Rodas 020c688d4e
Merge pull request #76161 from marsam/update-nfpm
nfpm: 1.1.5 -> 1.1.8
2019-12-22 18:13:06 -05:00
Jörg Thalheim 8a57552c18
nixpkgs-review: 2.1.0 -> 2.1.1
changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/2.1.1
2019-12-22 09:26:57 +00:00
Mario Rodas cb72526cdd
nfpm: 1.1.5 -> 1.1.8 2019-12-22 00:00:00 -05:00
Alyssa Ross 7887a81193
treewide: fix cargoSha256 (again)
cargo-vendor output was changed in a4fc84de44.
2019-12-20 20:08:53 +00:00
Maximilian Bosch 836e0dbaac
cargo-tree: 0.26.0 -> 0.27.0
https://crates.io/crates/cargo-tree/0.27.0

This release doesn't have a git tag, but the revision I used here is
published as 0.27.0 on crates.io.
2019-12-16 13:03:11 +01:00
Maximilian Bosch 03987eaeed
cargo-license: 0.2.0 -> 0.3.0
https://github.com/onur/cargo-license/releases/tag/v0.3.0
2019-12-16 12:56:18 +01:00
Ivan Kozik 1896f2b2b0 cargo-outdated: unstable-2019-04-13 -> 0.9.1 2019-12-14 15:41:19 +00:00
Mario Rodas f0fd2fe510
Merge pull request #75152 from filalex77/emplace-0.2.8
emplace: 0.2.7 -> 0.2.8
2019-12-07 20:57:20 -05:00
Oleksii Filonenko 0efc190986
emplace: 0.2.7 -> 0.2.8
https://github.com/tversteeg/emplace/releases/tag/v0.2.8
2019-12-07 14:29:18 +02:00
Oleksii Filonenko 0b5751c580
cargo-edit: add filalex77 to maintainers 2019-12-05 23:40:49 +02:00
Oleksii Filonenko b0ce0c83f6
cargo-edit: 0.4.1 -> 0.4.2 2019-12-05 23:40:48 +02:00
Maximilian Bosch 034910f068
Merge pull request #74981 from oxalica/cargo-edit-upgrade
cargo-edit: 0.3.3 -> 0.4.1
2019-12-04 21:30:09 +01:00
Oleksii Filonenko b0e523a5d1
cargo-deb: 1.21.1 -> 1.23.0
https://github.com/mmstick/cargo-deb/releases/tag/v1.23.0
2019-12-04 15:22:54 +02:00
oxalica 499369a5d7
cargo-edit: 0.3.3 -> 0.4.1 2019-12-04 20:57:59 +08:00
Ben Wolsieffer 20605f8fed pacman: 5.1.3 -> 5.2.1 2019-12-03 13:33:55 -08:00
Oleksii Filonenko d04e10b3d7 emplace: 0.2.5 -> 0.2.7 2019-12-01 13:30:26 -08:00
Oleksii Filonenko 5a27aacf9d emplace: init at 0.2.5 2019-12-01 13:30:26 -08:00
Ryan Mulligan a59053b885
Merge pull request #74573 from r-ryantm/auto-update/protontricks
protontricks: 1.3 -> 1.3.1
2019-11-29 16:38:34 -08:00
R. RyanTM 38b14efd6c reuse: 0.5.2 -> 0.6.0 (#74629) 2019-11-29 15:47:00 +01:00
R. RyanTM c711972fcd protontricks: 1.3 -> 1.3.1 2019-11-28 19:31:06 -08:00
Mario Rodas 78e17ea5c1 nfpm: 1.1.0 -> 1.1.5 2019-11-19 09:24:30 -08:00
Timo Kaufmann c0a56ee711
Merge pull request #73611 from timokau/home-manager-2019-11-17
home-manager: 2019-10-29 -> 2019-11-17
2019-11-18 09:05:39 +01:00
Timo Kaufmann bee1fa9a20 home-manager: 2019-10-29 -> 2019-11-17
The lorri module was recently added.
2019-11-18 08:32:55 +01:00
Jörg Thalheim 4e25c75630 nix-review: 2.0.1 -> 2.1.0 2019-11-17 11:10:32 -08:00
Florian Klink f395b4ef51
Merge pull request #73557 from Mic92/nix-serve
nix-serve: correct license
2019-11-17 17:58:58 +01:00
George Shammas 6c45ecfdbe apt: 1.4.6 -> 1.8.4
apt: 1.4.6 -> 1.8.4 (#69571)

apt: cleanup
* add meta.description and point meta.homepage to Debian team
* use nix cmakeFlags array
* fetch from Debian mirrors
* move gtest and xsltproc to nativeBuildInputs

apt: produce usable binaries
* remove ninja from native build inputs and build with plain cmake
* add libtasn1 to dependencies as gnutls needs it
2019-11-17 16:53:34 +01:00
Jörg Thalheim 08f0e49ce9
nix-serve: correct license
see: https://github.com/edolstra/nix-serve/pull/14
2019-11-17 13:16:26 +00:00
Oleksii Filonenko 20394a368e cargo-deb: init at 1.21.1
Co-Authored-By: Daniel Schaefer <git@danielschaefer.me>
2019-11-13 13:06:25 -08:00
markuskowa 23ed6ff635
Merge pull request #72973 from pasqui23/hm
home-manager:2019-10-23 -> 2019-10-29
2019-11-11 20:07:33 +01:00
R. RyanTM 1d43f30a97 xbps: 0.57 -> 0.57.1
(#72697)
2019-11-09 15:54:31 +01:00
Pasquale abe1248b78 home-manager:2019-10-23 -> 2019-10-29 2019-11-07 12:05:45 +01:00
Pasquale 96e1473966 home-manager:2019-10-23 -> 2019-10-29 2019-11-07 11:46:40 +01:00
MetaDark 093ea0c15a protontricks: 1.2.5 -> 1.3 2019-11-06 12:28:01 -05:00
Bas van Dijk e2b084951c cargo-audit: 0.9.3 -> 0.10.0
0.10.0 (2019-10-13)

* Upgrade rustsec to v0.16; new self-audit system (#155)
* Upgrade to Abscissa v0.4; MSRV 1.36 (#154)
2019-10-31 10:10:35 +01:00
davidak 479f75d1e5 reuse: 0.5.0 -> 0.5.2 2019-10-28 13:18:09 -07:00
Mario Rodas 3e639196de nfpm: 1.0.0 -> 1.1.0
https://github.com/goreleaser/nfpm/releases/tag/v1.1.0
2019-10-28 17:00:45 +01:00
Timo Kaufmann 6fe7974a6c home-manager: 2019-09-20 -> 2019-10-23 2019-10-24 10:10:05 +02:00
Mario Rodas e15b5b7d6f
nfpm: 0.13.0 -> 1.0.0
Changelog: https://github.com/goreleaser/nfpm/releases/tag/v1.0.0
2019-10-19 16:20:00 -05:00
Eelco Dolstra fc2592b2d6 nixFlakes: 2.4pre20190922_382aa05 -> 2.4pre20191022_9cac895 2019-10-23 00:24:25 +02:00
davidak 89c236fe81 reuse: add homepage 2019-10-21 19:39:17 -07:00
Georges Dubus 83be1d4b80
Merge pull request #71160 from jerith666/nox-setuptools
nox: add missing 'setuptools' to propagatedBuildInputs
2019-10-17 11:58:11 +02:00
Marek Mahut 78365c1362
Merge pull request #71044 from ivan/cargo-audit-0.9.3
cargo-audit: 0.9.1 -> 0.9.3
2019-10-16 21:57:39 +02:00
Mario Rodas 882dc45801
Merge pull request #71199 from arcnmx/pr-cargo-deps
cargo-deps: init at 1.1.1
2019-10-15 21:47:50 -05:00
arcnmx c62ad59195 cargo-deps: init at 1.1.1 2019-10-15 10:42:03 -07:00
Kirill Elagin 47a3b73b7f reuse: 0.4.1 -> 0.5.0 2019-10-15 18:34:54 +02:00
Matt McHenry ce3ddb2dd9 nox: add missing 'setuptools' to propagatedBuildInputs
As a side-effect of f7e28bf5d8, the build
no longer propagated 'setuptools', which is a run-time dependency. See
https://github.com/NixOS/nixpkgs/pull/68314 for further details.
2019-10-14 23:21:03 -04:00
Vladimír Čunát b5697c6954
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1548439
2019-10-13 13:31:33 +02:00
Ivan Kozik f898aae9ca cargo-audit: 0.9.1 -> 0.9.3 2019-10-12 17:18:45 +00:00
Symphorien Gibol 04b2c195f0 nix-du: 0.3.0 -> 0.3.1 2019-10-12 12:00:00 +00:00
Jan Tojnar 6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
Eelco Dolstra 3ab3614e2b
nix: 2.3 -> 2.3.1 2019-10-10 16:23:33 +02:00
Frederik Rietdijk a0c34f54cc Merge master into staging-next 2019-10-08 11:56:52 +02:00
Joachim F 7f8b310eb8
Merge pull request #70451 from joachifm/feat/pacman-enhancements
Pacman packaging enhancements
2019-10-06 11:02:21 +00:00
Joachim Fasting 96d81151e6
pacman: set sysconfdir=/etc 2019-10-05 13:01:42 +02:00
Joachim Fasting 42128d962f
pacman: parallel building 2019-10-05 13:01:40 +02:00
Joachim Fasting 2858e9838d
pacman: build with libcurl
Obviates the need to specify a custom Xfer command
2019-10-05 13:01:39 +02:00
Joachim Fasting 6208273727
pacman: use runtimeShell as the scriptlet shell 2019-10-05 13:01:38 +02:00
Jan Tojnar b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02:00
Bas van Dijk 4941a8b8e2 cargo-audit: init at 0.9.1
cargo-audit is a subcommand for cargo which audits Cargo.lock files for crates
with security vulnerabilities
2019-10-01 16:44:28 +02:00
Frederik Rietdijk 503081fa5b Merge staging into staging-next 2019-09-29 11:05:22 +02:00
R. RyanTM 4f1a4ba3cb clib: 1.8.1 -> 1.11.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clib/versions
2019-09-26 02:18:52 -07:00
Dmitry Kalinkin b3472597b7
Merge branch 'staging-next' into staging
Fixes eval on darwin after #69072

Tested using maintainers/scripts/eval-release.sh before and after to see
that the fix works
2019-09-25 19:31:32 -04:00
Timo Kaufmann d7d54ac28a home-manager: 2019-09-04 -> 2019-09-20 2019-09-25 10:56:53 +02:00
Vladimír Čunát 192fb9d11b
Merge branch 'staging-next' into staging 2019-09-24 08:15:01 +02:00
MetaDark c52f723d5e protontricks: 1.2.4 -> 1.2.5 2019-09-23 17:42:31 -04:00
Orivej Desh dc4224bc54 Merge branch 'master' into staging
* master: (36 commits)
  libipt: set platforms to unix
  licenses: refer to curl using spdx
  qhull: specify spdx license
  ocamlPackages.spacetime_lib: 0.1.0 -> 0.3.0
  ocamlPackages.owee: 0.2 -> 0.3
  nixFlakes: 2.4pre20190913_a25c022 -> 2.4pre20190922_382aa05
  daemon: init at 0.6.4
  k9s: 0.7.13 -> 0.8.4
  cask: Use generated src/version from Melpa
  python.pkgs.flask_oauthlib: remove
  radeon-profile: 20170714 -> 20190903
  radeon-profile: use Qt mkDerivation
  afew: propagate setuptools
  pythonPackages.flask-jwt-extended: 3.17.0 -> 3.23.0
  mutt: 1.12.1 -> 1.12.2
  unit: 1.10.0 -> 1.11.0
  emacsPackages: Update elpa
  emacsPackages: Update melpa
  cask: Fix cask usage
  git-lfs: use buildGoPackage
  ...
2019-09-22 21:33:00 +00:00
Eelco Dolstra 8109be4859 nixFlakes: 2.4pre20190913_a25c022 -> 2.4pre20190922_382aa05 2019-09-22 22:01:56 +02:00
Jan Tojnar f2b9f5baa5
Merge branch 'staging-next' into staging 2019-09-22 16:39:56 +02:00
Tobias Happ 08e1ce73f5 cargo-release: 0.10.5 -> 0.12.4 2019-09-22 10:41:51 +02:00
Jan Tojnar f5ef80b46d
Merge branch 'staging-next' into staging 2019-09-18 21:16:01 +02:00
Matthew Bauer 2c32f91bfc nix: mark unix only
Nix is only known to work on unix like platforms.

https://hydra.nixos.org/job/nixpkgs/cross-trunk/crossMingw32.nix.x86_64-linux
2019-09-18 12:51:00 -04:00
worldofpeace 4e2597d1b8 disnix: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should
go in share/dbus-1/system.d. The old location is for sysadmin overrides.
2019-09-16 13:59:46 -04:00
worldofpeace 369f386e1c packagekit: Move D-Bus conf file to share/dbus-1/system.d
Since D-Bus 1.9.18 configuration files installed by third-party should
go in share/dbus-1/system.d. The old location is for sysadmin overrides.
2019-09-16 13:59:09 -04:00
Maximilian Bosch 3ddbe41f79
Merge pull request #68723 from jonringer/freeze-azure-storage
nixops_1_6_1: fix build
2019-09-15 20:03:13 +02:00
Maximilian Bosch 36cc0c6392
Merge pull request #68694 from danme/nix-du
nix-du: 0.3.0 -> master
2019-09-15 18:50:50 +02:00
Maximilian Bosch 050646af12
nix-du: update version to show actual rev's date rather than git-master 2019-09-15 18:14:11 +02:00
Jonathan Ringer a0440ad8b5 nixops_1_6_1: pin azure-storage 2019-09-13 16:59:45 -07:00
Eelco Dolstra b9e81b2138 nixFlakes: 2.3pre20190830_04np4n6 -> 2.4pre20190913_a25c022 2019-09-13 20:13:14 +02:00
danme 586946829c nix-du: 0.3.0 -> master
recent master fixes the build problem.
2019-09-13 19:41:07 +02:00