worldofpeace
|
55aa81a5c5
|
Merge pull request #66285 from worldofpeace/mixxx
mixxx: drop custom wrapper
|
2019-08-07 13:27:30 -04:00 |
|
adisbladis
|
f20d403ab7
|
Merge pull request #65874 from adisbladis/emacs-melpa-overrides
emacs-packages: Clean up redundant packages & allow overriding attrsets
|
2019-08-07 18:07:08 +01:00 |
|
adisbladis
|
be74dec846
|
emacs-packages: Move manually created packages to it's own file
And let emacs-packages.nix only aggregate the attrsets
|
2019-08-07 18:04:23 +01:00 |
|
adisbladis
|
97a069609f
|
emacs-packages: Add overriding capability to emacsPackagesNg
This allows overriding the individual package sets composing
emacsPackagesNg.
Example:
```
myEmacsPackages = emacsPackagesNg.override {
melpaPackages = {};
};
```
|
2019-08-07 18:04:22 +01:00 |
|
adisbladis
|
d490bcdf0f
|
emacs-packages.rtags: Inherit correct version
|
2019-08-07 18:04:22 +01:00 |
|
adisbladis
|
978b34622b
|
emacs-packages: Drop irony package
Use auto-generated melpa package
|
2019-08-07 18:04:22 +01:00 |
|
adisbladis
|
af70adbc89
|
emacs-packages: Drop elpy package
Use auto-generated melpa package
|
2019-08-07 18:04:22 +01:00 |
|
adisbladis
|
b00038c151
|
emacs-packages: Drop emacs-libvterm package
Use auto-generated melpa package
|
2019-08-07 18:04:22 +01:00 |
|
adisbladis
|
460e02a9c0
|
emacs-packages: Drop zmq package
Use generated melpa package instead
|
2019-08-07 18:04:21 +01:00 |
|
adisbladis
|
f7627be844
|
emacs-packages: Drop manually packaged pdf-tools
Use autogenerated package from melpa
|
2019-08-07 18:04:21 +01:00 |
|
adisbladis
|
48428ce6ec
|
emacs-packages: Drop shorten package
It's in the melpa generated package `circe`
|
2019-08-07 18:04:21 +01:00 |
|
adisbladis
|
7d1c5e84ca
|
emacs-packages: Drop redshank package
Use melpa generated package instead
|
2019-08-07 18:04:21 +01:00 |
|
adisbladis
|
1236d2d7f5
|
emacs-packages: Drop package lui
It's in the melpa generated package `circe`
|
2019-08-07 18:04:21 +01:00 |
|
adisbladis
|
6551f2aa5b
|
emacs-packages: Drop lcs package
It's in the melpa generated package `circe`
|
2019-08-07 18:04:21 +01:00 |
|
adisbladis
|
843eae6a51
|
emacs-packages: Drop emacsql-sqlite package
Use melpa generated package instead
|
2019-08-07 18:04:20 +01:00 |
|
adisbladis
|
334d3d90f6
|
emacsPackagesNg.evil-jumper: Drop package
It's now merged upstream in evil-mode
|
2019-08-07 18:04:20 +01:00 |
|
adisbladis
|
20ff3edcfa
|
emacs-packages: Drop stgit
Use autogenerated modules from melpa instead
|
2019-08-07 18:04:20 +01:00 |
|
adisbladis
|
1fc89fcad8
|
emacs-packages: Drop manually created nyan-mode derivation
Use autogenerated modules from melpa instead
|
2019-08-07 18:04:20 +01:00 |
|
adisbladis
|
6742c9976a
|
emacs-packages: Move shm
Use autogenerated modules from melpa instead
|
2019-08-07 18:04:20 +01:00 |
|
adisbladis
|
b88c30579a
|
emacs-packages.nix: Fix indent
|
2019-08-07 18:04:20 +01:00 |
|
adisbladis
|
47d3b98b4b
|
melpa-packages: Add ability to ovveride melpa JSON archive location
This enables using the melpa json generator in an overlay
|
2019-08-07 18:04:19 +01:00 |
|
adisbladis
|
8911226971
|
emacs-packages: Allow update script to be called from any location
Previously working directory was important
|
2019-08-07 18:04:19 +01:00 |
|
worldofpeace
|
9e36f272f9
|
mixxx: drop custom wrapper
This prevented it from being wrapped
automatically because it wasn't an ELF
header.
|
2019-08-07 12:58:00 -04:00 |
|
Matthieu Coudron
|
9c0f22a45b
|
Merge pull request #66142 from r-ryantm/auto-update/qdirstat
qdirstat: 1.5.90 -> 1.6
|
2019-08-08 01:52:49 +09:00 |
|
Merlin Göttlinger
|
1559a3798a
|
ocaml-sat-solvers: init at 0.4 (#66275)
|
2019-08-07 16:48:33 +00:00 |
|
worldofpeace
|
0d4c5dceb0
|
Merge pull request #66256 from xrelkd/update/cargo-bloat
cargo-bloat: 0.7.2 -> 0.8.2
|
2019-08-07 12:33:26 -04:00 |
|
Ryan Mulligan
|
541690a034
|
Merge pull request #66108 from r-ryantm/auto-update/python3.7-kubernetes
python37Packages.kubernetes: 9.0.0 -> 10.0.0
|
2019-08-07 09:05:15 -07:00 |
|
Marek Mahut
|
795e31f11e
|
Merge pull request #65994 from r-ryantm/auto-update/minizinc-ide
minizincide: 2.3.0 -> 2.3.1
|
2019-08-07 17:03:38 +02:00 |
|
worldofpeace
|
d62e11739c
|
Merge pull request #66223 from danielfullmer/kdeconnect-fix
kdeconnect: Use qt5's mkDerivation
|
2019-08-07 10:41:55 -04:00 |
|
Daniel Fullmer
|
da178efe89
|
kdeconnect: Use qt5's mkDerivation
See #65399
|
2019-08-07 10:39:53 -04:00 |
|
worldofpeace
|
fc51db8368
|
Merge pull request #66231 from xvello/xvello/ktexteditor-editorconfig
kdeFrameworks.ktexteditor: compile with editorconfig-core-c
|
2019-08-07 10:33:35 -04:00 |
|
Xavier Vello
|
2780e0b6cb
|
kdeFrameworks.ktexteditor: compile with editorconfig-core-c
Add one small dependency to ktexteditor to make it
support the .editorconfig configuration format.
|
2019-08-07 10:32:23 -04:00 |
|
Thomas Tuegel
|
38f3c6afa1
|
Merge pull request #66226 from xvello/xvello/bluez-qt
Add bluez-qt as an explicit dependency of plasma5
|
2019-08-07 08:46:02 -05:00 |
|
Merlin Göttlinger
|
e5340bb5ef
|
ocaml-minisat: init at 0.2
|
2019-08-07 13:45:31 +00:00 |
|
Benjamin
|
6c6276c8aa
|
spotifyd: update cargoSha256 hash (#66233)
When installing, the Cargo package hash is incorrect. This has been updated, and works locally.
|
2019-08-07 15:37:03 +02:00 |
|
Averell Dalton
|
514e62d028
|
calibre: fix build
|
2019-08-07 15:33:00 +02:00 |
|
Tim Steinbach
|
83e1d3aa66
|
slack-theme-black: 2019-07-25 -> 2019-07-26
|
2019-08-07 09:32:11 -04:00 |
|
Tim Steinbach
|
6808d00dfa
|
oh-my-zsh: 2019-07-31 -> 2019-08-06
|
2019-08-07 09:32:11 -04:00 |
|
Tim Steinbach
|
2082dbd9dc
|
linux: 5.2.6 -> 5.2.7
|
2019-08-07 09:32:11 -04:00 |
|
Tim Steinbach
|
16cc4483b4
|
linux: 4.9.187 -> 4.9.188
|
2019-08-07 09:32:11 -04:00 |
|
Tim Steinbach
|
046a1aac01
|
linux: 4.4.187 -> 4.4.188
|
2019-08-07 09:32:11 -04:00 |
|
Tim Steinbach
|
5a6c5a819b
|
linux: 4.19.64 -> 4.19.65
|
2019-08-07 09:32:11 -04:00 |
|
Tim Steinbach
|
636cef2f03
|
linux: 4.14.136 -> 4.14.137
|
2019-08-07 09:32:10 -04:00 |
|
adisbladis
|
c9d31698cb
|
Merge pull request #66269 from johnchildren/golangci-lint-update
golangci-lint: 1.16.0 -> 1.17.1
|
2019-08-07 14:19:08 +01:00 |
|
Ryan Mulligan
|
ab5682a7d2
|
Merge pull request #66012 from r-ryantm/auto-update/pdns-recursor
pdns-recursor: 4.1.14 -> 4.2.0
|
2019-08-07 06:11:48 -07:00 |
|
Vincent Laporte
|
0a477846af
|
ocamlPackages.findlib: 1.8.0 -> 1.8.1
Also remove unused legacy version 1.7.3
|
2019-08-07 12:26:34 +00:00 |
|
John Children
|
c805c23239
|
golangci-lint: 1.16.0 -> 1.17.1
Version bump for golangci-lint
|
2019-08-07 12:48:06 +01:00 |
|
Mario Rodas
|
bf822dbd1a
|
Merge pull request #66240 from MetaDark/protontricks
protontricks: 1.2.3 -> 1.2.4
|
2019-08-07 06:39:48 -05:00 |
|
worldofpeace
|
9f82497e36
|
Merge pull request #66222 from worldofpeace/fix-virtualbox
virtualbox: use wrapQtAppsHook
|
2019-08-07 07:38:34 -04:00 |
|
Silvan Mosberger
|
dd7de2d096
|
add options for build idris package (#65666)
add options for build idris package
|
2019-08-07 13:37:36 +02:00 |
|