open-sans: fix revision
Remove URL encoding of revision, it results in double encoding.
This commit is contained in:
parent
6645997369
commit
6078bad045
@ -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…
x
Reference in New Issue
Block a user