mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 11:15:12 +00:00
commit
c180e25920
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "wmenu";
|
pname = "wmenu";
|
||||||
version = "0.1.7";
|
version = "0.1.8";
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
@ -24,17 +24,9 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "~adnano";
|
owner = "~adnano";
|
||||||
repo = "wmenu";
|
repo = "wmenu";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-9do7zL7yaZuqVjastySwjsByo5ja+KUP3590VjIyVnI=";
|
hash = "sha256-gVoqRHQ5bcY58LTgKxpPM1PnZJrLRoSOJUiYYqc/vRI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Upstream patch needed to fix NULL deref
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://git.sr.ht/~adnano/wmenu/commit/2856dddcac861ddf248143e66ba164d7aa05a0bb.patch";
|
|
||||||
hash = "sha256-P7SEjMssA8unNAlrgrTHm0uW5pefjpupPb4s/u2fTAM=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config meson ninja wayland-scanner ];
|
nativeBuildInputs = [ pkg-config meson ninja wayland-scanner ];
|
||||||
buildInputs = [ cairo pango wayland libxkbcommon wayland-protocols scdoc ];
|
buildInputs = [ cairo pango wayland libxkbcommon wayland-protocols scdoc ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user