8 lines
265 B
Nix
8 lines
265 B
Nix
[(self: super:
|
|
{
|
|
amarok = super.libsForQt5.callPackage ./ov/amarok.nix {};
|
|
stapler = super.python2.callPackage ./ov/stapler.nix {};
|
|
#tor-browser-bundle-bin = super.callPackage ./ov/tor-browser-bundle-bin.nix { inherit (super.gnome3) defaultIconTheme; };
|
|
}
|
|
)]
|