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

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