Skip to content

Commit

Permalink
Fix Nix
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Jan 2, 2024
1 parent bf78f6d commit 5eec95c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
in {
overlays.default = _: prev: rec {
hyprpaper = prev.callPackage ./nix/default.nix {
stdenv = prev.gcc12Stdenv;
stdenv = prev.gcc13Stdenv;
version = "0.pre" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
inherit (prev.xorg) libXdmcp;
inherit (inputs.hyprlang.packages.${prev.system}) hyprlang;
Expand Down
4 changes: 4 additions & 0 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
cmake,
ninja,
cairo,
expat,
file,
fribidi,
hyprlang,
Expand All @@ -17,6 +18,7 @@
libwebp,
pango,
pcre,
pcre2,
util-linux,
wayland,
wayland-protocols,
Expand All @@ -38,6 +40,7 @@ stdenv.mkDerivation {

buildInputs = [
cairo
expat
file
fribidi
hyprlang
Expand All @@ -50,6 +53,7 @@ stdenv.mkDerivation {
libwebp
pango
pcre
pcre2
wayland
wayland-protocols
wayland-scanner
Expand Down

0 comments on commit 5eec95c

Please sign in to comment.