Merge pull request #101586 from quyse/fix_opensans_rev
open-sans: fix revision: remove URL encoding
This commit is contained in:
commit
e909408552
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ in fetchFromGitLab {
|
||||||
domain = "salsa.debian.org";
|
domain = "salsa.debian.org";
|
||||||
owner = "fonts-team";
|
owner = "fonts-team";
|
||||||
repo = "fonts-open-sans";
|
repo = "fonts-open-sans";
|
||||||
rev = "debian%2F1.11-1"; # URL-encoded form of "debian/1.11-1" tag
|
rev = "debian/1.11-1";
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
tar xf $downloadedFile --strip=1
|
tar xf $downloadedFile --strip=1
|
||||||
mkdir -p $out/share/fonts/truetype
|
mkdir -p $out/share/fonts/truetype
|
||||||
|
|
Loading…
Reference in a new issue