mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-17 12:50:04 +00:00
i3lock-fancy-rapid: fix version; enable strictDeps, structuredAttrs (#561099)
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "i3lock-fancy-rapid";
|
||||
version = "unstable-2021-04-21";
|
||||
version = "0-unstable-2021-04-21";
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "yvbbrjdr";
|
||||
|
||||
Reference in New Issue
Block a user