mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
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";
|
||||
owner = "fonts-team";
|
||||
repo = "fonts-open-sans";
|
||||
rev = "debian%2F1.11-1"; # URL-encoded form of "debian/1.11-1" tag
|
||||
rev = "debian/1.11-1";
|
||||
postFetch = ''
|
||||
tar xf $downloadedFile --strip=1
|
||||
mkdir -p $out/share/fonts/truetype
|
||||
|
Loading…
Reference in New Issue
Block a user