mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-02 15:03:34 +00:00
fuzzel-git: remove unnecessary pixman override
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a69649f93b970c57988d027b412b75d0a61c8
This commit is contained in:
parent
e36063cab2
commit
ea03842ae2
1 changed files with 1 additions and 12 deletions
|
@ -2,24 +2,13 @@
|
|||
lib,
|
||||
pins,
|
||||
date,
|
||||
pixman,
|
||||
fetchurl,
|
||||
fetchFromGitea,
|
||||
fuzzel,
|
||||
...
|
||||
}: let
|
||||
# Latest fuzzel release requires Pixman >=0.46.1, but Nixpkgs still ships 0.42
|
||||
pixman_46 = pixman.overrideAttrs {
|
||||
pname = "pixman";
|
||||
version = "0.46.2";
|
||||
src = fetchurl {
|
||||
url = "https://cairographics.org/releases/pixman-0.46.2.tar.gz";
|
||||
hash = "sha256-Pg3lum41aRaUaj2VgZLxVQXcq4UTR3G/6rTOTim71zM=";
|
||||
};
|
||||
};
|
||||
pin = pins.fuzzel;
|
||||
in
|
||||
(fuzzel.override {pixman = pixman_46;}).overrideAttrs {
|
||||
fuzzel.overrideAttrs {
|
||||
pname = "fuzzel-git";
|
||||
version = "0-unstable-${date}";
|
||||
src = fetchFromGitea {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue