Update packages.
This commit is contained in:
parent
87a68d0b26
commit
b3f948ae69
@ -5,7 +5,6 @@
|
|||||||
gitg
|
gitg
|
||||||
gmpc
|
gmpc
|
||||||
m4
|
m4
|
||||||
subversion
|
|
||||||
openjdk8
|
openjdk8
|
||||||
sbt scala
|
sbt scala
|
||||||
chromium
|
chromium
|
||||||
@ -21,16 +20,13 @@
|
|||||||
cmake ninja
|
cmake ninja
|
||||||
mpv
|
mpv
|
||||||
neomutt notmuch
|
neomutt notmuch
|
||||||
goldendict
|
|
||||||
patchelf
|
patchelf
|
||||||
bazaar
|
loc
|
||||||
tokei loc
|
|
||||||
ripgrep
|
ripgrep
|
||||||
imagemagick
|
imagemagick
|
||||||
mercurial
|
mercurial
|
||||||
|
|
||||||
alacritty
|
alacritty
|
||||||
neovim-qt
|
|
||||||
|
|
||||||
androidenv.platformTools # adb & fastboot
|
androidenv.platformTools # adb & fastboot
|
||||||
|
|
||||||
@ -40,18 +36,12 @@
|
|||||||
|
|
||||||
pdfpc
|
pdfpc
|
||||||
|
|
||||||
# haskell dev
|
|
||||||
cabal2nix
|
|
||||||
cabal-install
|
|
||||||
# ghc-mod
|
|
||||||
|
|
||||||
# emacs
|
# emacs
|
||||||
emacs
|
emacs
|
||||||
emacsPackages.cask
|
|
||||||
ghostscript # for auctex
|
ghostscript # for auctex
|
||||||
aspell
|
aspell
|
||||||
|
|
||||||
nodejs-8_x
|
nodejs-9_x
|
||||||
|
|
||||||
mediainfo
|
mediainfo
|
||||||
|
|
||||||
@ -75,8 +65,6 @@
|
|||||||
# toysolver
|
# toysolver
|
||||||
|
|
||||||
emacsPackages.proofgeneral
|
emacsPackages.proofgeneral
|
||||||
|
|
||||||
stablePkgs # protect nixpkgs checkout from GC
|
|
||||||
] ++ (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
|
||||||
@ -117,8 +105,6 @@
|
|||||||
|
|
||||||
stablePkgs = stablePkgs;
|
stablePkgs = stablePkgs;
|
||||||
stable = import stablePkgs {};
|
stable = import stablePkgs {};
|
||||||
|
|
||||||
qutebrowser = pkgs.qutebrowser.override { withWebEngineDefault = true; };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.config.allowTexliveBuilds = true;
|
nixpkgs.config.allowTexliveBuilds = true;
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
jabref
|
jabref
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
calibre
|
calibre
|
||||||
|
goldendict
|
||||||
|
|
||||||
qutebrowser
|
qutebrowser
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user