update packages

This commit is contained in:
Gabriel Ebner 2018-06-10 15:14:20 +02:00
parent 14b1753644
commit 9df91057ad
2 changed files with 7 additions and 22 deletions

@ -2,26 +2,25 @@
{
environment.systemPackages = with pkgs.haskellPackages; with pkgs; [
gitg
gmpc
m4
openjdk8
sbt scala
chromium
qalculate-gtk
speedcrunch
viewnior
gnupg
pass xclip pwgen
remmina
ledger
hledger
# hledger
# hledger-diff
cmake ninja
mpv
neomutt notmuch
patchelf
loc
tokei
ripgrep
imagemagick
mercurial
@ -43,7 +42,7 @@
ghostscript # for auctex
aspell
nodejs-9_x
(pkgs.nodejs-10_x or nodejs-9_x)
mediainfo
@ -64,9 +63,8 @@
z3
cvc4
graphviz
open-wbo
# toysolver
emacsPackages.proofgeneral
] ++ (with aspellDicts; [ en de fr nl ]);
nixpkgs.config.packageOverrides = pkgs: with pkgs; let

@ -9,35 +9,22 @@
inkscape
jabref
stable.libreoffice-fresh
stablePkgs
calibre
goldendict
qutebrowser
open-wbo # only in 17.09+
vscode
llvmPackages_5.clang
stack
lean
elan
coq
electrum
emacsPackages.proofgeneral
rustup
# cargo rustc
] ++ (with aspellDicts; [ en de fr nl ]);
nixpkgs.config.packageOverrides = pkgs: with pkgs; {
myemacs = emacs25.override {
withGTK2 = false;
withGTK3 = true;
withXwidgets = true;
};
};
programs.wireshark = {
enable = true;
package = pkgs.wireshark;