Compare commits

3 Commits

Author SHA1 Message Date
d971cb13bb betanin: add glib
Some checks failed
CI / checks (nur) (push) Successful in 3m48s
CI / build-and-update (xeals, xeals) (push) Has been cancelled
Some clients are encountering 'Namespace Gio not available' in
pygobject. Definitions for gio-2.0 are in glib.
2025-08-31 09:44:35 +10:00
1f4adea38e psst: remove useFetchCargoVendor 2025-08-31 09:44:26 +10:00
8fe36cfddc flake: update inputs 2025-08-31 09:37:04 +10:00
3 changed files with 5 additions and 4 deletions

6
flake.lock generated
View File

@@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1752841793, "lastModified": 1756536218,
"narHash": "sha256-pGvcN/yiJ4e3/hgvTwkyZvl6c3HuLLCY/hjEzDuQB54=", "narHash": "sha256-ynQxPVN2FIPheUgTFhv01gYLbaiSOS7NgWJPm9LF9D0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8131c0ea9df6293a247be743a387ff725e464db7", "rev": "a918bb3594dd243c2f8534b3be01b3cb4ed35fd1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -3,6 +3,7 @@
, fetchFromGitHub , fetchFromGitHub
, python3 , python3
, beets , beets
, glib
}: }:
let let
@@ -70,6 +71,7 @@ python3.pkgs.buildPythonApplication {
toml toml
]) ++ [ ]) ++ [
beets beets
glib
]; ];
meta = { meta = {

View File

@@ -31,7 +31,6 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-ZKhHN0ruLb6ZVKkrKv/YawRsVop6SP1QF/nrtkmA8P8="; hash = "sha256-ZKhHN0ruLb6ZVKkrKv/YawRsVop6SP1QF/nrtkmA8P8=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
useFetchCargoVendor = true;
cargoHash = "sha256-my15AXG9LLmdqZLqXdeZ81VLv+GbSMgNtuFAlYTEUvQ="; cargoHash = "sha256-my15AXG9LLmdqZLqXdeZ81VLv+GbSMgNtuFAlYTEUvQ=";
nativeBuildInputs = [ pkg-config ] nativeBuildInputs = [ pkg-config ]