rebase onto 0b317f4
This commit is contained in:
parent
876e535cba
commit
3deefc0bf5
|
@ -72,7 +72,6 @@ url.fetch = ["command", "rbw", "get", "pco-ical-sync"]
|
||||||
type = "http"
|
type = "http"
|
||||||
|
|
||||||
url.fetch = ["command", "rbw", "get", "school-ical-sync"]
|
url.fetch = ["command", "rbw", "get", "school-ical-sync"]
|
||||||
|
|
||||||
[storage calendar_remote]
|
[storage calendar_remote]
|
||||||
type = "caldav"
|
type = "caldav"
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
, ytfzf
|
, ytfzf
|
||||||
, xrandr
|
, xrandr
|
||||||
, svkbd
|
, svkbd
|
||||||
|
, xkbset
|
||||||
, libsForQt5
|
, libsForQt5
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -28,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||||
src = ./utils;
|
src = ./utils;
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper pkg-config libxcb ];
|
nativeBuildInputs = [ makeWrapper pkg-config libxcb ];
|
||||||
buildInputs = [ libxcb bash feh xrandr jq curl fzy ytfzf ffmpeg sshuttle svkbd scrcpy libsForQt5.kolourpaint ];
|
buildInputs = [ libxcb bash feh xrandr jq curl fzy ytfzf ffmpeg sshuttle svkbd scrcpy xkbset libsForQt5.kolourpaint ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
ls
|
ls
|
||||||
|
|
Loading…
Reference in New Issue