overlays/polymc: delete
This commit is contained in:
parent
26d248d971
commit
e7db438520
2 changed files with 0 additions and 16 deletions
|
|
@ -3,7 +3,6 @@ builtins.map (path: import path) [
|
|||
./eww.nix
|
||||
./material-icons.nix
|
||||
./picom.nix
|
||||
./polymc.nix
|
||||
./rofi.nix
|
||||
./xinit.nix
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
self: super: {
|
||||
polymc = super.polymc.overrideAttrs(old: rec {
|
||||
version = "1.1.0";
|
||||
|
||||
cmakeFlags = old.cmakeFlags ++ [ "-DLauncher_PORTABLE=0" ];
|
||||
|
||||
src = self.fetchFromGitHub {
|
||||
owner = "PolyMC";
|
||||
repo = "PolyMC";
|
||||
rev = version;
|
||||
sha256 = "sha256-p5vbpNZI/JiQJclEo/Pu/46qVul+3DAzaoow8jabHrI=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue