switching to nixpkgs unstable zotero

This commit is contained in:
Trolli Schmittlauch 2019-05-08 14:08:48 +02:00
parent 4d87619d94
commit 70619ef955
3 changed files with 3 additions and 71 deletions

View file

@ -1,6 +1,7 @@
[(self: super:
{
amarok = super.libsForQt5.callPackage ./ov/amarok.nix {};
zotero = super.callPackage ./ov/zotero.nix {};
stapler = super.python2.callPackage ./ov/stapler.nix {};
#tor-browser-bundle-bin = super.callPackage ./ov/tor-browser-bundle-bin.nix { inherit (super.gnome3) defaultIconTheme; };
}
)]