Compare commits
3 Commits
b462cff929
...
dfd1f1720d
Author | SHA1 | Date | |
---|---|---|---|
dfd1f1720d | |||
5531e40958 | |||
267995206a |
@ -7,7 +7,6 @@
|
||||
, libsecret
|
||||
, pkg-config
|
||||
, qtbase
|
||||
, qtdoc
|
||||
}:
|
||||
let
|
||||
builder = import ./common.nix {
|
||||
|
@ -25,7 +25,7 @@ alacritty.overrideAttrs (oldAttrs: rec {
|
||||
cargoDeps = oldAttrs.cargoDeps.overrideAttrs (lib.const {
|
||||
name = "${pname}-${version}-vendor.tar.gz";
|
||||
inherit src;
|
||||
outputHash = "pONu6caJmEKnbr7j+o9AyrYNpS4Q8OEjNZOhGTalncc=";
|
||||
outputSha256 = "pONu6caJmEKnbr7j+o9AyrYNpS4Q8OEjNZOhGTalncc=";
|
||||
});
|
||||
|
||||
ligatureInputs = [
|
||||
|
@ -15,7 +15,6 @@
|
||||
, wayland
|
||||
, wayland-protocols
|
||||
, wlroots
|
||||
, xwayland
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
Loading…
Reference in New Issue
Block a user