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"
|
||||
|
||||
url.fetch = ["command", "rbw", "get", "school-ical-sync"]
|
||||
|
||||
[storage calendar_remote]
|
||||
type = "caldav"
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
, ytfzf
|
||||
, xrandr
|
||||
, svkbd
|
||||
, xkbset
|
||||
, libsForQt5
|
||||
}:
|
||||
|
||||
|
@ -28,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||
src = ./utils;
|
||||
|
||||
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 = ''
|
||||
ls
|
||||
|
|
Loading…
Reference in New Issue