refactored
This commit is contained in:
parent
cc87e2cb60
commit
66dc310ab2
7 changed files with 45 additions and 37 deletions
|
|
@ -3,7 +3,7 @@
|
|||
lib,
|
||||
...
|
||||
}: {
|
||||
binary-clock-font = pkgs.stden.mkDerivation {
|
||||
binary-clock-font = pkgs.stdenv.mkDerivation {
|
||||
pname = "binary-clock-font";
|
||||
version = "1.0.0";
|
||||
src = pkgs.fetchurl {
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
meta = with lib; {
|
||||
description = "Clear Sans font";
|
||||
homepage = "https://github.com/intel/clear-sans";
|
||||
license = licenses.apache;
|
||||
license = licenses.asl20;
|
||||
maintainers = [cobray];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -10,5 +10,6 @@
|
|||
in {
|
||||
inherit (rpcs3Pkgs) pugixml SDL3 rpcs3 rpcs3_latest;
|
||||
fish-rust = pkgs.callPackage ./fish-rust {};
|
||||
inherit (customFontPkgs) clear-sans binary-font;
|
||||
clear-sans = pkgs.callPackage ./clear-sans {};
|
||||
binary-font = pkgs.callPackage ./binary-font {};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
src = pkgs.fetchgit {
|
||||
url = "https://github.com/RPCS3/rpcs3.git";
|
||||
rev = rpcs3_latest.rev;
|
||||
sha256 = "sha256-l7ewWWbFWaziBGrWUMdmSn79tq1Sumnqvjcqr1LYfhU=";
|
||||
sha256 = "sha256-WTb2FHR46qirndxQLcs7k7GPDTTSXb39ydtzuxCe17k=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
patches = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue