tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
appstream-glib: fix broken build
shu9.tngl.sh
4 years ago
a0f05902
abeef13d
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
appstream-glib
default.nix
+1
-1
pkgs/development/libraries/appstream-glib/default.nix
···
32
32
src = fetchFromGitHub {
33
33
owner = "hughsie";
34
34
repo = "appstream-glib";
35
35
-
rev = "${lib.replaceStrings ["-"] ["_"] pname}-${lib.replaceStrings ["."] ["_"] version}";
35
35
+
rev = "${lib.replaceStrings ["-"] ["_"] pname}_${lib.replaceStrings ["."] ["_"] version}";
36
36
sha256 = "12s7d3nqjs1fldnppbg2mkjg4280f3h8yzj3q1hiz3chh1w0vjbx";
37
37
};
38
38