nixpkgs/pkgs/desktops/lxqt/default.nix
José Romildo Malaquias 3b7a6f9c29 lxqt: init at 0.11
2016-10-06 08:02:34 -03:00

12 lines
202 B
Nix

{ pkgs, newScope, fetchFromGitHub }:
let
callPackage = newScope self;
self = rec {
# For compiling information, see:
# - https://github.com/lxde/lxqt/wiki/Building-from-source
in self