mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
gamemode: prefer finalAttrs over rec
This commit is contained in:
parent
09ec6a0881
commit
3e57c2e2ba
@ -16,7 +16,7 @@
|
||||
, procps
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gamemode";
|
||||
version = "1.7";
|
||||
|
||||
@ -107,4 +107,4 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ kira-bruneau ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user